Authored by 郭成尧

bundle-3.5-product

... ... @@ -8,7 +8,7 @@ var $ = require('yoho-jquery'),
$(function() {
new Swiper('.bundle-product', {
freeMode: true,
slidesPerView: 4,
slidesPerView: 5,
lazyLoading: true
});
});
... ...
.bundle {
height: 384px;
height: 344px;
overflow: hidden;
background-color: #fff;
... ... @@ -33,18 +33,16 @@
.bundle-product {
margin-top: 30px;
height: 295px;
width: 100%;
.swiper-wrapper {
height: 295px;
.plus {
margin-top: 88px;
margin-left: 5px;
margin-right: 5px;
margin-top: 72px;
margin-left: 8px;
margin-right: 8px;
color: #b0b0b0;
width: 30px !important;
height: 40px;
}
.plus-0 {
... ... @@ -52,7 +50,7 @@
}
.product-box {
width: 155px;
width: 130px;
float: left;
a {
... ... @@ -66,8 +64,8 @@
}
img {
width: 155px;
height: 206px;
width: 130px;
height: 173px;
}
}
}
... ...