1
|
-$swiper-height: 234px;
|
1
|
+
|
|
|
2
|
+$swiper-container-height: 232px;
|
2
|
|
3
|
|
3
|
.jit-detail-page {
|
4
|
.jit-detail-page {
|
4
|
background-color: #f0f0f0;
|
5
|
background-color: #f0f0f0;
|
|
@@ -33,11 +34,11 @@ $swiper-height: 234px; |
|
@@ -33,11 +34,11 @@ $swiper-height: 234px; |
33
|
.swiper-container {
|
34
|
.swiper-container {
|
34
|
padding: 30px 0 0;
|
35
|
padding: 30px 0 0;
|
35
|
width: 100%;
|
36
|
width: 100%;
|
36
|
- height: $swiper-height;
|
37
|
+ height: $swiper-container-height;
|
37
|
overflow-y: hidden;
|
38
|
overflow-y: hidden;
|
38
|
|
39
|
|
39
|
.swiper-wrapper-jit {
|
40
|
.swiper-wrapper-jit {
|
40
|
- height: $swiper-height;
|
41
|
+ height: $swiper-container-height;
|
41
|
}
|
42
|
}
|
42
|
|
43
|
|
43
|
.swiper-slide {
|
44
|
.swiper-slide {
|
|
@@ -54,6 +55,11 @@ $swiper-height: 234px; |
|
@@ -54,6 +55,11 @@ $swiper-height: 234px; |
54
|
margin-right: 30px;
|
55
|
margin-right: 30px;
|
55
|
}
|
56
|
}
|
56
|
|
57
|
|
|
|
58
|
+ img {
|
|
|
59
|
+ width: 152px;
|
|
|
60
|
+ height: 204px;
|
|
|
61
|
+ }
|
|
|
62
|
+
|
57
|
.tag {
|
63
|
.tag {
|
58
|
display: inline-block;
|
64
|
display: inline-block;
|
59
|
width: 100%;
|
65
|
width: 100%;
|