|
|
$swiper-height: 234px;
|
|
|
|
|
|
$swiper-container-height: 232px;
|
|
|
|
|
|
.jit-detail-page {
|
|
|
background-color: #f0f0f0;
|
...
|
...
|
@@ -33,11 +34,11 @@ $swiper-height: 234px; |
|
|
.swiper-container {
|
|
|
padding: 30px 0 0;
|
|
|
width: 100%;
|
|
|
height: $swiper-height;
|
|
|
height: $swiper-container-height;
|
|
|
overflow-y: hidden;
|
|
|
|
|
|
.swiper-wrapper-jit {
|
|
|
height: $swiper-height;
|
|
|
height: $swiper-container-height;
|
|
|
}
|
|
|
|
|
|
.swiper-slide {
|
...
|
...
|
@@ -54,6 +55,11 @@ $swiper-height: 234px; |
|
|
margin-right: 30px;
|
|
|
}
|
|
|
|
|
|
img {
|
|
|
width: 152px;
|
|
|
height: 204px;
|
|
|
}
|
|
|
|
|
|
.tag {
|
|
|
display: inline-block;
|
|
|
width: 100%;
|
...
|
...
|
|