Showing
6 changed files
with
8 additions
and
35 deletions
@@ -32,12 +32,12 @@ | @@ -32,12 +32,12 @@ | ||
32 | 32 | ||
33 | .banner-swiper { | 33 | .banner-swiper { |
34 | position: relative; | 34 | position: relative; |
35 | - height: 310.303px; | 35 | + max-height: 310.303px; |
36 | overflow: hidden; | 36 | overflow: hidden; |
37 | 37 | ||
38 | ul { | 38 | ul { |
39 | position: relative; | 39 | position: relative; |
40 | - height: 310.303px; | 40 | + max-height: 310.303px; |
41 | 41 | ||
42 | li { | 42 | li { |
43 | float: left; | 43 | float: left; |
1 | .goods-page { | 1 | .goods-page { |
2 | - .banner-swiper { | ||
3 | - height: 200px; | ||
4 | - max-height: 200px; | ||
5 | - | ||
6 | - ul { | ||
7 | - height: 200px; | ||
8 | - max-height: 200px; | ||
9 | - } | ||
10 | - } | ||
11 | - | ||
12 | .list-nav { | 2 | .list-nav { |
13 | border-top: 1px solid #e6e6e6; | 3 | border-top: 1px solid #e6e6e6; |
14 | border-bottom: 1px solid #e6e6e6; | 4 | border-bottom: 1px solid #e6e6e6; |
@@ -55,26 +55,9 @@ | @@ -55,26 +55,9 @@ | ||
55 | overflow: hidden; | 55 | overflow: hidden; |
56 | background-color: #f0f0f0; | 56 | background-color: #f0f0f0; |
57 | 57 | ||
58 | - #thumb-row { | ||
59 | - overflow: hidden; | ||
60 | - padding-left: 30px; | ||
61 | - height: auto; | ||
62 | - background: #fff; | ||
63 | - text-align: left; | ||
64 | - | ||
65 | - a { | ||
66 | - float: left; | ||
67 | - margin-right: 30px; | ||
68 | - width: 275px; | ||
69 | - height: 130px; | ||
70 | - } | ||
71 | - | ||
72 | - .thumb-row-box { | ||
73 | - margin: 0 auto; | ||
74 | - width: 100%; | ||
75 | - height: 100%; | ||
76 | - border-radius: 20px; | ||
77 | - } | 58 | + .thumb-row { |
59 | + padding-top: 10px; | ||
60 | + padding-bottom: 0; | ||
78 | } | 61 | } |
79 | 62 | ||
80 | .list-nav, | 63 | .list-nav, |
-
Please register or login to post a comment