Showing
1 changed file
with
8 additions
and
1 deletions
@@ -9,7 +9,6 @@ | @@ -9,7 +9,6 @@ | ||
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; |
@@ -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 { |
-
Please register or login to post a comment