Showing
1 changed file
with
7 additions
and
4 deletions
@@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
3 | .home-page { | 3 | .home-page { |
4 | width: 990px; | 4 | width: 990px; |
5 | margin: 10px auto 0; | 5 | margin: 10px auto 0; |
6 | - | 6 | + overflow: hidden; |
7 | /*大banner*/ | 7 | /*大banner*/ |
8 | .slide-container { | 8 | .slide-container { |
9 | position: relative; | 9 | position: relative; |
@@ -502,6 +502,8 @@ | @@ -502,6 +502,8 @@ | ||
502 | } | 502 | } |
503 | 503 | ||
504 | .tpl-recommend{ | 504 | .tpl-recommend{ |
505 | + width: 1150px; | ||
506 | + overflow: hidden; | ||
505 | a{ | 507 | a{ |
506 | display: block; | 508 | display: block; |
507 | background-color: #f8f8f8; | 509 | background-color: #f8f8f8; |
@@ -579,10 +581,11 @@ | @@ -579,10 +581,11 @@ | ||
579 | } | 581 | } |
580 | 582 | ||
581 | .commodity{ | 583 | .commodity{ |
582 | - margin-left: -10px; | ||
583 | - margin-bottom:80px; | ||
584 | position: relative; | 584 | position: relative; |
585 | + width: 1160px; | ||
585 | .commodity-list{ | 586 | .commodity-list{ |
587 | + margin-left: -10px; | ||
588 | + margin-bottom:80px; | ||
586 | li{ | 589 | li{ |
587 | float: left; | 590 | float: left; |
588 | margin-left: 10px; | 591 | margin-left: 10px; |
@@ -628,7 +631,7 @@ | @@ -628,7 +631,7 @@ | ||
628 | } | 631 | } |
629 | } | 632 | } |
630 | .singlehot{ | 633 | .singlehot{ |
631 | - width: 100%; | 634 | + width: 1150px; |
632 | height: 584px; | 635 | height: 584px; |
633 | overflow: hidden; | 636 | overflow: hidden; |
634 | ul{ | 637 | ul{ |
-
Please register or login to post a comment