Authored by 张孝茹

样式调整

... ... @@ -213,7 +213,7 @@ module.exports = class extends global.yoho.BaseModel {
if (list.product_skc === val.product_skc) {
friendsGoods.push({
imgSrc: val.images_url,
goodUrl: helpers.urlFormat(`/product/${list.skn}.html`, '', null),
goodUrl: helpers.urlFormat(`/product/${list.product_skn}.html`, '', null),
});
}
});
... ...
... ... @@ -48,6 +48,6 @@ if (bannerLen > 0) {
loopedSlides: bannerLen,
watchSlidesProgress: true,
watchSlidesVisibility: true,
spaceBetween: 10
spaceBetween: 6
});
}
... ...
... ... @@ -85,12 +85,13 @@
float: left;
width: 240px;
height: 318px;
box-shadow: 3px 3px 3px 0 #aaa;
box-shadow: 0 3px 3px #aaa;
}
.swiper-slide-active {
transform: scale(1.1);
transition: 300ms;
z-index: 2;
}
}
}
... ...