Authored by 郭成尧

style-adjust

... ... @@ -5,7 +5,7 @@
</div>
<div class="middle">
<div class="swiper-container">
<div class="swiper-wrapper swiper-wrapper-jit">
<div class="swiper-wrapper">
{{#each goods}}
<a class="swiper-slide" href="javascript:void(0);">
<img class="swiper-lazy img-box" data-src="{{image thumb 235 314}}">
... ...
$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%;
... ...