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>
©版权声明:本文内容由互联网用户自发贡献,版权归原创作者所有,本站不拥有所有权,也不承担相关法律责任。如果您发现本站中有涉嫌抄袭的内容,欢迎发送邮件至: www_apollocode_net@163.com 进行举报,并提供相关证据,一经查实,本站将立刻删除涉嫌侵权内容。
转载请注明出处: apollocode » Bootstrap网页顶部与底部粘贴效果
文件列表(部分)
名称 | 大小 | 修改日期 |
---|---|---|
bootstrap-theme.css | 2.55 KB | 2016-07-25 |
bootstrap-theme.css.map | 6.65 KB | 2016-07-25 |
bootstrap-theme.min.css | 2.49 KB | 2016-07-25 |
bootstrap-theme.min.css.map | 4.82 KB | 2016-07-25 |
bootstrap.css | 19.03 KB | 2018-07-05 |
bootstrap.css.map | 62.75 KB | 2016-07-25 |
bootstrap.min.css | 17.85 KB | 2016-07-25 |
bootstrap.min.css.map | 70.59 KB | 2016-07-25 |
glyphicons-halflings-regular.eot | 19.62 KB | 2016-07-25 |
glyphicons-halflings-regular.svg | 24.73 KB | 2016-07-25 |
glyphicons-halflings-regular.ttf | 22.10 KB | 2016-07-25 |
glyphicons-halflings-regular.woff | 22.66 KB | 2016-07-25 |
glyphicons-halflings-regular.woff2 | 17.61 KB | 2016-07-25 |
bootstrap.js | 13.49 KB | 2016-07-25 |
bootstrap.min.js | 9.43 KB | 2016-07-25 |
jquery.min.js | 31.92 KB | 2018-07-05 |
npm.js | 0.20 KB | 2016-07-25 |
index.css | 0.23 KB | 2019-12-15 |
index.html | 1.53 KB | 2019-12-15 |
微信图片_20200229140912.png | 22.05 KB | 2020-02-29 |
css | 0.00 KB | 2020-02-29 |
fonts | 0.00 KB | 2020-02-29 |
js | 0.00 KB | 2020-02-29 |
bootstrap | 0.00 KB | 2020-02-29 |
css | 0.00 KB | 2020-02-29 |
html | 0.00 KB | 2020-02-29 |
image | 0.00 KB | 2020-02-29 |
发表评论 取消回复