摘要:<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>小米商城</title>
 
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>小米商城</title>
<link rel="shortcut icon" type="image/x-icon" href="static/images/footlogo.png">
<link rel="stylesheet" type="text/css" href="static\font-awesome\css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="static/css\style.css">
</head>
<body>
<div>
<div></div>
</div>
<div>
<div>
<div></div>
<div></div>
<div></div>
<div></div>
<div style="background: url(static/images/longAD1.jpg)"></div>
<div>手机</div>
<div></div>
<div style="background: url(static/images/longAD2.jpg)"></div>
<div>家电</div>
<div></div>
<div style="background: url(static/images/longAD3.jpg)"></div>
<div>智能</div>
<div></div>
<div style="background: url(static/images/longAD4.jpg)"></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
<div>
<div>网页底部</div>
</div>
<a href="">nihao</a>
</body>
</html>
*{margin: 0px;padding: 0px;}
/*清除默认样式*/
li{list-style: none;}
a{text-decoration:none;color:#ccc;cursor: pointer;}
.clear{clear: both;}
/*头部样式*/
.header{background: #333;width: 100%;height:40px;}
.menu{background-color: #ccc;width:1226px;height: 40px;margin: 0px auto;}
/*主体部分样式*/
.content{width: 1226px;margin: 0px auto;}
.contentMenu{background: #bbb;height: 90px;margin: 10px auto;}
.contentPic{background: #bbb;height: 480px;margin: 10px auto;}
.contentPic_ul{background: #bbb;height: 180px;margin: 10px auto;}
.contentShop{background: #bbb;height: 280px;margin: 10px auto;}
.contentImg{background: #bbb;height: 120px;margin: 10px auto;}
.contentUl{background: #bbb;height: 100px;margin: 10px auto;}
.contentDsp{background: #bbb;height: 500px;margin: 10px auto;}
/*网页底部样式*/
.footer{background: #ccc;width: 1226px;height: 200px;margin: 10px auto;}