Bootstrap网页顶部与底部粘贴效果

此项目是使用Bootstrap框架实现网页顶部与底部粘贴效果。 首先是整体框架布局、顶部导航栏,再是底部元素设计、内部部分设计、底部导航固定效果,最后自定义CSS美化页面。

预览截图

应用介绍

<!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 6 Template</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>
      
      <nav class="nav navbar-default navbar-fixed-top">
        <div class="container">
          <div class="navbar-header">
          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
            <span class="sr-only">Toggle navigatin</span>
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
          </button>
          <a class="navbar-brand" href="#">Project name</a>
        </div>
        <div id="navbar" class="collapse navbar-collapse">
          <ul class="nav navbar-nav">
            <li class="active"><a href="">Home</a></li>
            <li><a href="">Abouct</a></li>
            <li><a href="">Contact</a></li>
            <li class="dropdown">
              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Dropdown<span class="caret"></span></a>
              <ul class="dropdown-menu">
                <li><a href="#">Action</a></li>
                <li><a href="#">Anothe action</a></li>
                <li><a href="#">sometice</a></li>
                <li role="separator" class="divider"></li>
                <li class="dropdown-header">Nav header</li>
                <li><a href="#">Separated link</a></li>
                <li><a href="#">One more separet link</a></li>
              </ul>
            </li>
          </ul>
        </div>
        </div>
      </nav>
      <div class="container">
        <div class="container">
        <div class="page-header">
          <h1>Sticky footer with navbar</h1>
        </div>
        <p class="lead"> 
          Alternative browsers which use the latest version of WebKit, Blink, or Gecko, whether directly or via the platform's web view API, are not explicitly supported<code class="code">padding-top:60px;</code> on the <code class="code">body>.container</code>
        </p>
        <p>
          Back to <a href="#">the defule stise tooter</a>minus the navbar
        </p>
      </div>
      </div>
      <footer class="footer">
        <div class="container">
          <p class="text-muted">include this after the core Bootstrap</p>
        </div>
      </footer>

    <!-- 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.23 KB2019-12-15
index.html1.53 KB2019-12-15
微信图片_20200229140912.png22.05 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框架实现网页顶部与底部粘贴效果。 首先是整体框架布局、顶部导航栏,再是底部元素设计、内部部分设计、底部导航固定效果,最后自定义CSS美化页面。

评论列表 共有 1 条评论

暂无评论

微信捐赠

微信扫一扫体验

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