大神看看代码,两个网站一个紧贴顶部,一个距离顶部一行字的距离
bootstrap吧
全部回复
仅看楼主
level 3
2017年06月11日 07点06分 1
level 3
这个第一个做好的网站,紧贴顶部。
http://www.liwenhui.xin
2017年06月11日 07点06分 2
level 3
后来改的这个网站,距离顶部有一行字的距离?
http://www.201705.ctolwh.com/
2017年06月11日 07点06分 3
level 3
这个第一个做好的网站,紧贴顶部。
http://www.liwenhui.xin
//////////////////////////////////////
//代码全放上算了,万一我网站下次再改版。
<!DOCTYPE html>
<html>
<head>
<meta charset="utf8">
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/>
<link rel="stylesheet" href="https://apps.bdimg.com/libs/bootstrap/3.2.0/css/bootstrap.min.css">
<link href="/css/mycss.css" rel="stylesheet" type="text/css"><!--自己写的css-->
<title>firstcom | </title>
<meta name="keywords" content= >
<meta name="description" content= >
<link href="/image/favicon.ico" rel="icon" type="image/x-icon" />
</head>
<body>
<article style="width:100%;max-width:1200px;">
<header>
<ul class="nav nav-tabs">
<li><!-- class="active"--> <a href="/">Home</a></li>
<li class="dropdown" style="float:right;">
<a class="dropdown-toggle" data-toggle="dropdown" href="">
liwenhui<span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="/uCenter/">User Center</a></li>
<li class="divider"></li>
<li><a href="/logOut/">Log Out</a></li>
</ul>
</li>
</ul>
</header>
<article>
<h1>Home Page</h1>
</article>
<footer>
<p class="text-right">Copyright * 2017 firstcom.hk All Rights Reserved.</p>
</footer>
</article>
<script src="http://cdn.static.runoob.com/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="http://cdn.static.runoob.com/libs/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</body>
</html>
2017年06月11日 08点06分 4
level 3
<!DOCTYPE html>
<html>
<head>
<meta charset="utf8">
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/>
<link rel="stylesheet" href="https://apps.bdimg.com/libs/bootstrap/3.2.0/css/bootstrap.min.css">
<link href="/css/mycss.css" rel="stylesheet" type="text/css"><!--自己写的css-->
<title>firstcom | </title>
<meta name="keywords" content= >
<meta name="description" content= >
<link href="/image/favicon.ico" rel="icon" type="image/x-icon" />
</head>
<body>
<article style="width:100%;max-width:1200px;">
<header>
<ul class="nav nav-tabs">
<li><!-- class="active"--> <a href="/">Home</a></li>
<li class="dropdown" style="float:right;">
<a class="dropdown-toggle" data-toggle="dropdown" href="">
liwenhui<span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="/uCenter/">User Center</a></li>
<li class="divider"></li>
<li><a href="/logOut/">Log Out</a></li>
</ul>
</li>
</ul>
</header>
<article>
<h1>Home Page</h1>
</article>
<footer>
<p class="text-right">Copyright * 2017 firstcom.hk All Rights Reserved.</p>
</footer>
</article>
<script src="http://cdn.static.runoob.com/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="http://cdn.static.runoob.com/libs/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</body>
</html>
2017年06月11日 08点06分 5
level 3
[人呢]
2017年06月12日 01点06分 6
level 3
把这个删掉
2017年06月12日 01点06分 7
<body>在前面, <meta charset=utf8> 在后面,我没这样写过。浏览器按F12看到的代码不是我写的代码。[汗]
2017年06月12日 05点06分
1