Bootstrap登录界面实战

此项目是用Bootstrap框架实现响应式登录界面。利用了button标签和h2标签。

预览截图

应用介绍

<!DOCTYPE html>
<html lang="zh-CN">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <!-- 上述3个meta标签*必须*放在最前面,任何其他内容都*必须*跟随其后! -->
    <title>Bootstrap 3</title>
    <!-- Bootstrap -->
    <link href="../bootstrap/css/bootstrap.min.css" rel="stylesheet">
    <link rel="stylesheet" href="../css/index.css">
    <!-- HTML5 shim 和 Respond.js 是为了让 IE8 支持 HTML5 元素和媒体查询(media queries)功能 -->
    <!-- 警告:通过 file:// 协议(就是直接将 html 页面拖拽到浏览器中)访问页面时 Respond.js 不起作用 -->
    <!--[if lt IE 9]>
      <script src="https://cdn.jsdelivr.net/npm/html5shiv@3.7.3/dist/html5shiv.min.js"></script>
      <script src="https://cdn.jsdelivr.net/npm/respond.js@1.4.2/dest/respond.min.js"></script>
    <![endif]-->
  </head>
  <body>
    <div class="container">
      <form class="form-signin">
        <h2 class="form-signin-heading">欢迎登录</h2>
        <input type="email" class="form-control" placeholder="请输入Email">
        <input type="password" class="form-control" placeholder="请输入密码">
        <div class="checkbox">
          <lable>
            <input type="checkbox" value="remember-me">记住我
          </lable>
        </div>
        <button class="btn btn-large btn-primary btn-block" type="submit">登录</button>
      </form>
    </div>
    <!-- jQuery (Bootstrap 的所有 JavaScript 插件都依赖 jQuery,所以必须放在前边) -->
    <script src="../bootstrap/js/jquery.min.js"></script>
    <!-- 加载 Bootstrap 的所有 JavaScript 插件。你也可以根据需要只加载单个插件。 -->
    <script src="../bootstrap/js/bootstrap.min.js"></script>
  </body>
</html>

文件列表(部分)

名称 大小 修改日期
bootstrap-theme.css2.55 KB2016-07-25
bootstrap-theme.css.map6.65 KB2016-07-25
bootstrap-theme.min.css2.49 KB2016-07-25
bootstrap-theme.min.css.map4.82 KB2016-07-25
bootstrap.css19.03 KB2018-07-05
bootstrap.css.map62.75 KB2016-07-25
bootstrap.min.css17.85 KB2016-07-25
bootstrap.min.css.map70.59 KB2016-07-25
glyphicons-halflings-regular.eot19.62 KB2016-07-25
glyphicons-halflings-regular.svg24.73 KB2016-07-25
glyphicons-halflings-regular.ttf22.10 KB2016-07-25
glyphicons-halflings-regular.woff22.66 KB2016-07-25
glyphicons-halflings-regular.woff217.61 KB2016-07-25
bootstrap.js13.49 KB2016-07-25
bootstrap.min.js9.43 KB2016-07-25
jquery.min.js31.92 KB2018-07-05
npm.js0.20 KB2016-07-25
index.css0.35 KB2019-12-03
index.html1.03 KB2020-02-29
微信图片_20200229135531.png4.99 KB2020-02-29
css0.00 KB2020-02-29
fonts0.00 KB2020-02-29
js0.00 KB2020-02-29
bootstrap0.00 KB2020-02-29
css0.00 KB2020-02-29
html0.00 KB2020-02-29
image0.00 KB2020-02-29

立即下载

相关下载

[Bootstrap登录界面实战] 此项目是用Bootstrap框架实现响应式登录界面。利用了button标签和h2标签。

评论列表 共有 0 条评论

暂无评论

微信捐赠

微信扫一扫体验

立即
上传
发表
评论
返回
顶部