@@ -35,4 +35,28 @@
color:#888888 ;
line-height: 35px;
+}
+.header{
+ height: 151px;
+ background: red;
+ width:1199px;
+ margin:0 auto;
+.logo-img{
+ margin-top:44px;
+ float: left;
+ margin-right:123px;
+.search-box{
+ width: 540px;
+ height:151px;
+ background: #0f0;
+ margin-right:52px;
+.cart-box{
+ width:100px;
+ background: #00f;
}
@@ -35,6 +35,19 @@
</div>
+ <!-- 头部 header -->
+ <div class="header">
+ <!-- logo -->
+ <img class="logo-img" src="images/logo.png" alt="">
+ <!-- 搜索 -->
+ <div class="search-box">
+
+ </div>
+ <!-- 购物车 -->
+ <div class="cart-box">购物车</div>