品牌详情 new arrival 商品列表不居中
Showing
2 changed files
with
12 additions
and
4 deletions
@@ -173,7 +173,9 @@ | @@ -173,7 +173,9 @@ | ||
173 | padding-left: 0 30px; | 173 | padding-left: 0 30px; |
174 | 174 | ||
175 | .new-arrival-content { | 175 | .new-arrival-content { |
176 | - padding: 20px 14px; | 176 | + padding: 0 0 20px 0; |
177 | + width: 614px; | ||
178 | + margin: 0 auto; | ||
177 | } | 179 | } |
178 | 180 | ||
179 | .more-goods-container { | 181 | .more-goods-container { |
@@ -183,6 +185,12 @@ | @@ -183,6 +185,12 @@ | ||
183 | color: #000; | 185 | color: #000; |
184 | } | 186 | } |
185 | 187 | ||
188 | + .floor-header-more { | ||
189 | + border-top: none; | ||
190 | + line-height: 40px; | ||
191 | + height: auto; | ||
192 | + } | ||
193 | + | ||
186 | .mg-text { | 194 | .mg-text { |
187 | height: 100%; | 195 | height: 100%; |
188 | line-height: 90px; | 196 | line-height: 90px; |
@@ -24,9 +24,9 @@ | @@ -24,9 +24,9 @@ | ||
24 | </div> | 24 | </div> |
25 | {{# newArrival}} | 25 | {{# newArrival}} |
26 | <div class="new-arrival ps-block"> | 26 | <div class="new-arrival ps-block"> |
27 | - <div class="new-arrival-header"> | ||
28 | - <span class="header-text">NEW ARRIVAL</span> | ||
29 | - <a class="more-prods iconfont" href="{{moreUrl}}"></a> | 27 | + <div class="floor-header-more"> |
28 | + <h2>NEW ARRIVAL</h2> | ||
29 | + <a class="more-btn iconfont buriedpoint" href="{{moreUrl}}"></a> | ||
30 | </div> | 30 | </div> |
31 | <div class="new-arrival-content clearfix"> | 31 | <div class="new-arrival-content clearfix"> |
32 | {{# naList}} | 32 | {{# naList}} |
-
Please register or login to post a comment