Showing
2 changed files
with
13 additions
and
6 deletions
@@ -200,7 +200,8 @@ | @@ -200,7 +200,8 @@ | ||
200 | border-bottom: 1px solid #e0e0e0; | 200 | border-bottom: 1px solid #e0e0e0; |
201 | color: #444; | 201 | color: #444; |
202 | text-align: center; | 202 | text-align: center; |
203 | - line-height: 98px; | 203 | + height: 100px; |
204 | + line-height: 100px; | ||
204 | font-size: 30px; | 205 | font-size: 30px; |
205 | margin-top: 30px; | 206 | margin-top: 30px; |
206 | position: relative; | 207 | position: relative; |
@@ -423,7 +424,7 @@ | @@ -423,7 +424,7 @@ | ||
423 | margin-left: 5%; | 424 | margin-left: 5%; |
424 | 425 | ||
425 | dl { | 426 | dl { |
426 | - width: 80%; | 427 | + padding: 0 30px; |
427 | margin: 0 auto; | 428 | margin: 0 auto; |
428 | } | 429 | } |
429 | 430 | ||
@@ -434,6 +435,10 @@ | @@ -434,6 +435,10 @@ | ||
434 | white-space: nowrap; | 435 | white-space: nowrap; |
435 | overflow: hidden; | 436 | overflow: hidden; |
436 | text-overflow: ellipsis; | 437 | text-overflow: ellipsis; |
438 | + | ||
439 | + a { | ||
440 | + color: #444; | ||
441 | + } | ||
437 | } | 442 | } |
438 | 443 | ||
439 | dd:first-child { | 444 | dd:first-child { |
@@ -444,7 +449,7 @@ | @@ -444,7 +449,7 @@ | ||
444 | .sharp { | 449 | .sharp { |
445 | position: absolute; | 450 | position: absolute; |
446 | width: 100%; | 451 | width: 100%; |
447 | - height: 14px; | 452 | + height: 10px; |
448 | background: resolve('product/sharp.png') no-repeat center center; | 453 | background: resolve('product/sharp.png') no-repeat center center; |
449 | } | 454 | } |
450 | 455 |
@@ -101,9 +101,11 @@ | @@ -101,9 +101,11 @@ | ||
101 | <a class="more buriedpoint" href="{{more_url}}" data-bp-id="shop_popularity_{{more_url}}"></a> | 101 | <a class="more buriedpoint" href="{{more_url}}" data-bp-id="shop_popularity_{{more_url}}"></a> |
102 | </div> | 102 | </div> |
103 | <div class="product-warp"> | 103 | <div class="product-warp"> |
104 | - {{# hotList}} | ||
105 | - {{> good}} | ||
106 | - {{/ hotList}} | 104 | + <div class="goods-container clearfix"> |
105 | + {{# hotList}} | ||
106 | + {{> good}} | ||
107 | + {{/ hotList}} | ||
108 | + </div> | ||
107 | </div> | 109 | </div> |
108 | {{/if}} | 110 | {{/if}} |
109 | </div> | 111 | </div> |
-
Please register or login to post a comment