首页 > 其他 > 详细

简单的页面

时间:2016-04-10 01:02:24      阅读:246      评论:0      收藏:0      [点我收藏+]

<html>
<head>
<title>简单的页面</title>
<style>
   .QAQ{
    width:840px;
    height:390px;
    background:red;
    margin:0 auto;
   }
  .A{
   width:840px;
   height:100px;
   background:#EDEDED;
   }
  .B{
   width:840px;
   height:40px;
  background:green;
   }
  .B-A{
   width:280px;
   height:40px;
   background:url(day/111_01.png);
   float:left;
   margin:0 auto;
  }

  .B-B{
   width:280px;
   height:40px;
   background:url(day/111_03.png);
    float:left;
  }
  .B-C{
   width:280px;
   height:40px;
   background:url(day/111_05.png);
    float:left;
  }
 
  .C{
   width:840px;
   height:200px;
   background :black;
   }
 
  .D{
   width:840px;
   height:50px;
   background:yellow;
   }
 
 
 
</style>
</head>
<body>
 
  <div class="QAQ">
    <div class="A"></div>
    <div class="B">
      <div class="B-A"></div>
      <div class="B-B"></div>
      <div class="B-C"></div>
    </div>
    <div class="C"></div>
    <div class="D"></div>
   
   </div>
</body>
</html>

简单的页面

原文:http://www.cnblogs.com/bingg/p/5373190.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!