Showing
1 changed file
with
5 additions
and
4 deletions
@@ -5,16 +5,17 @@ | @@ -5,16 +5,17 @@ | ||
5 | */ | 5 | */ |
6 | 6 | ||
7 | .product-search-page { | 7 | .product-search-page { |
8 | - | ||
9 | - | 8 | + @import "shop-entry"; |
10 | .goods-container { | 9 | .goods-container { |
11 | height: auto; | 10 | height: auto; |
12 | padding: 25px 0 0 0; | 11 | padding: 25px 0 0 0; |
13 | position: relative; | 12 | position: relative; |
14 | width: 1150px + 10px;//每列增加右边距 | 13 | width: 1150px + 10px;//每列增加右边距 |
15 | - } | ||
16 | 14 | ||
17 | - @import "shop-entry"; | 15 | + .good-info { |
16 | + width: 222px; | ||
17 | + } | ||
18 | + } | ||
18 | } | 19 | } |
19 | 20 | ||
20 | 21 |
-
Please register or login to post a comment