Showing
1 changed file
with
10 additions
and
3 deletions
@@ -9,12 +9,11 @@ | @@ -9,12 +9,11 @@ | ||
9 | } | 9 | } |
10 | 10 | ||
11 | .goods { | 11 | .goods { |
12 | - width: 984px; | ||
13 | height: 241px; | 12 | height: 241px; |
14 | margin: 30px 0; | 13 | margin: 30px 0; |
15 | overflow: hidden; | 14 | overflow: hidden; |
16 | } | 15 | } |
17 | - | 16 | + |
18 | .good { | 17 | .good { |
19 | float: left; | 18 | float: left; |
20 | margin-right: 14px; | 19 | margin-right: 14px; |
@@ -49,6 +48,14 @@ | @@ -49,6 +48,14 @@ | ||
49 | } | 48 | } |
50 | } | 49 | } |
51 | 50 | ||
51 | +@media (min-width: 1180px) { | ||
52 | + .latest-walk { | ||
53 | + .goods { | ||
54 | + min-width: 984px; | ||
55 | + } | ||
56 | + } | ||
57 | +} | ||
58 | + | ||
52 | @media (max-width: 1180px) { | 59 | @media (max-width: 1180px) { |
53 | .latest-walk { | 60 | .latest-walk { |
54 | .goods { | 61 | .goods { |
@@ -65,4 +72,4 @@ | @@ -65,4 +72,4 @@ | ||
65 | height: 261px; | 72 | height: 261px; |
66 | } | 73 | } |
67 | } | 74 | } |
68 | -} | ||
75 | +} |
-
Please register or login to post a comment