感谢您的支持,我会继续努力的!
打开微信扫一扫,即可进行扫码打赏哦
点我查看本站打赏源码!
Powered by RUNCODEX.COM,学的不仅是技术,更是梦想!!!
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>我的练习文档</title>
<link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://cdn.staticfile.org/jquery/2.2.4/jquery.min.js"></script>
<script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<div>
<div class="top">
<p>这是顶栏</p>
</div>
<div class="middle">
<p>这是内容部分</p>
</body>
</html>
输入 JavaScript 代码……
xxxxxxxxxx
.top{
width:auto;
height:50px;
background:#009fe8;
color:#fff;
margin-bottom:8px;
}
.middle{
height:500px;
background:#f8f8f8;
color:#333;