返回 小米商城首页大...... 登陆

小米商城首页大体布局

奋斗 2018-11-01 17:26:30 254

*{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;}

<!DOCTYPE html>
<html lang="en">
<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 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>

最新手记推荐

• 用composer安装thinkphp框架的步骤 • 省市区接口说明 • 用thinkphp,后台新增栏目 • 管理员添加编辑删除 • 管理员添加编辑删除

全部回复(0)我要回复

暂无评论~
  • 取消 回复 发送
  • PHP中文网