Showing
1 changed file
with
20 additions
and
0 deletions
@@ -10,7 +10,9 @@ | @@ -10,7 +10,9 @@ | ||
10 | 10 | ||
11 | .goods { | 11 | .goods { |
12 | width: 984px; | 12 | width: 984px; |
13 | + height: 241px; | ||
13 | margin: 30px 0; | 14 | margin: 30px 0; |
15 | + overflow: hidden; | ||
14 | } | 16 | } |
15 | 17 | ||
16 | .good { | 18 | .good { |
@@ -46,3 +48,21 @@ | @@ -46,3 +48,21 @@ | ||
46 | font-weight: bold; | 48 | font-weight: bold; |
47 | } | 49 | } |
48 | } | 50 | } |
51 | + | ||
52 | +@media (max-width: 1180px) { | ||
53 | + .latest-walk { | ||
54 | + .goods { | ||
55 | + width: 820px; | ||
56 | + height: 301px; | ||
57 | + } | ||
58 | + | ||
59 | + .good { | ||
60 | + margin-right: 10px; | ||
61 | + } | ||
62 | + | ||
63 | + img { | ||
64 | + width: 195px; | ||
65 | + height: 261px; | ||
66 | + } | ||
67 | + } | ||
68 | +} |
-
Please register or login to post a comment