Showing
1 changed file
with
5 additions
and
8 deletions
1 | +$swiper-height: 234px; | ||
2 | + | ||
1 | .jit-detail-page { | 3 | .jit-detail-page { |
2 | background-color: #f0f0f0; | 4 | background-color: #f0f0f0; |
3 | 5 | ||
@@ -20,7 +22,7 @@ | @@ -20,7 +22,7 @@ | ||
20 | } | 22 | } |
21 | 23 | ||
22 | .middle { | 24 | .middle { |
23 | - margin-bottom: 40px; | 25 | + padding-bottom: 40px; |
24 | } | 26 | } |
25 | 27 | ||
26 | .bottom { | 28 | .bottom { |
@@ -31,11 +33,11 @@ | @@ -31,11 +33,11 @@ | ||
31 | .swiper-container { | 33 | .swiper-container { |
32 | padding: 30px 0 0; | 34 | padding: 30px 0 0; |
33 | width: 100%; | 35 | width: 100%; |
34 | - height: 209px; | 36 | + height: $swiper-height; |
35 | overflow-y: hidden; | 37 | overflow-y: hidden; |
36 | 38 | ||
37 | .swiper-wrapper-jit { | 39 | .swiper-wrapper-jit { |
38 | - height: 209px; | 40 | + height: $swiper-height; |
39 | } | 41 | } |
40 | 42 | ||
41 | .swiper-slide { | 43 | .swiper-slide { |
@@ -52,11 +54,6 @@ | @@ -52,11 +54,6 @@ | ||
52 | margin-right: 30px; | 54 | margin-right: 30px; |
53 | } | 55 | } |
54 | 56 | ||
55 | - img { | ||
56 | - width: 152px; | ||
57 | - height: 204px; | ||
58 | - } | ||
59 | - | ||
60 | .tag { | 57 | .tag { |
61 | display: inline-block; | 58 | display: inline-block; |
62 | width: 100%; | 59 | width: 100%; |
-
Please register or login to post a comment