小米商城框架

原创 2018-12-01 11:23:42 216
摘要:<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>小米商城</title> <link rel="shortcut icon" type="image/
<!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-4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="static/css/style.css">
</head>
<body>
		<!-- 头部 -->
	<div class="header">
		<div class="menu"></div>
	</div>

		<!-- 主体部分 -->
	<div class="contents">
		<div class="content">
			<div class="contentMenu"></div>
			<div class="contentPic"></div>
			<div class="contentPic_ul"></div>
			<div class="contentShop"></div>
			<div class="contentImg" style="background: url(static/images/longAD1.jpg")></div>
			<div class="contentUL">手机</div>
			<div class="contentPhone"></div>
			<div class="contentImg" style="background: url(static/images/longAD2.jpg")></div>
			<div class="contentUL">智能</div>
			<div class="contentPhone"></div>
			<div class="contentImg" style="background: url(static/images/longAD3.jpg")></div>
			<div class="contentUL">家电</div>
			<div class="contentPhone"></div>
			<div class="contentImg" style="background: url(static/images/longAD4.jpg")></div>
		</div>
	</div>

		<!-- 底部 -->
	<div class="footers">
		<div class="footer">网页底部</div>
	</div>

</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: #ccc;width:1226px;height: 40px;margin: 0px auto;}

/*主体部分样式*/
.content{width:1226px;margin: 0px auto;}
.contentMenu{background: #ccc;height: 90px;margin: 10px auto;}
.contentPic{background: #ccc;height: 480px;margin: 10px auto;}
.contentPic_ul{background: #ccc;height: 180px;margin: 10px auto;}
.contentShop{background: #ccc;height: 280px;margin: 10px auto;}
.contentImg{background: #ccc;height: 100px;margin: 10px auto;}
.contentUL{background: #ccc;height: 80px;margin: 10px auto;}
.contentPhone{background: #ccc;height: 500px;margin: 10px auto;}
/*网页底部*/
.footer{background: #ccc;width:1226px;height:100px;margin:10px auto;}


发布手记

热门词条