    

来自希顶维基
跳转到导航 跳转到搜索

.header{

       background-color: #ccc;
       padding:1px;
   }   
   .wrap{
       margin:10px auto;
       max-width:1280px;
       min-width:1024px;
   }
   .hLeft{
       float:left;
       border:1px solid #999;
       width:15%;
       height: 50px;
   }
   .hRight{
       /*overflow: hidden;
       zoom:1;*/
       height:50px;
       border:1px solid #999;
       margin-left:15%;
   }
   .box{
       height: 30px;
       background-color: red
   }

       

    
       
              


<header class="header">

left
right

</header>

    

              

     

              
  ·    

              

     ·       ·  

              

101