Showing
1 changed file
with
2 additions
and
8 deletions
@@ -9,6 +9,7 @@ | @@ -9,6 +9,7 @@ | ||
9 | } | 9 | } |
10 | 10 | ||
11 | .goods { | 11 | .goods { |
12 | + min-width: 984px; | ||
12 | height: 241px; | 13 | height: 241px; |
13 | margin: 30px 0; | 14 | margin: 30px 0; |
14 | overflow: hidden; | 15 | overflow: hidden; |
@@ -48,17 +49,10 @@ | @@ -48,17 +49,10 @@ | ||
48 | } | 49 | } |
49 | } | 50 | } |
50 | 51 | ||
51 | -@media (min-width: 1180px) { | ||
52 | - .latest-walk { | ||
53 | - .goods { | ||
54 | - min-width: 984px; | ||
55 | - } | ||
56 | - } | ||
57 | -} | ||
58 | - | ||
59 | .min-screen .latest-walk { | 52 | .min-screen .latest-walk { |
60 | .goods { | 53 | .goods { |
61 | width: 820px; | 54 | width: 820px; |
55 | + min-width: 820px; | ||
62 | height: 301px; | 56 | height: 301px; |
63 | } | 57 | } |
64 | 58 |
-
Please register or login to post a comment