Authored by ccbikai(👎🏻🍜)

Merge branch 'release/5.5.1' of git.yoho.cn:fe/yohobuywap-node into release/5.5.1

... ... @@ -23,13 +23,15 @@ if ($('.recommend-for-you').length) {
require('common/suspend-cart');
require('common/footer');
new Swiper('.banner-center-swiper', {
pagination: '.swiper-pagination',
lazyLoading: true,
lazyLoadingInPrevNext: true,
paginationClickable: true,
autoplay: 3000
});
if ($('.banner-center-swiper').length > 0) {
new Swiper('.banner-center-swiper', {
pagination: '.swiper-pagination',
lazyLoading: true,
lazyLoadingInPrevNext: true,
paginationClickable: true,
autoplay: 3000
});
}
window.reMarginFooter('.footer-tab');
... ...
... ... @@ -206,7 +206,7 @@
background: none;
}
.goods-consults .customer-consults .consult-item {
.goods-consults .consult-item {
@mixin consult-item ;
margin-top: 0;
... ...
... ... @@ -653,6 +653,7 @@ $basicBtnC: #eb0313;
span {
display: inline-block;
padding-left: 8px;
padding-top: 5px;
vertical-align: middle;
line-height: 88px;
}
... ...