...
|
...
|
@@ -126,6 +126,7 @@ |
|
|
|
|
|
.price-underline {
|
|
|
text-decoration: line-through;
|
|
|
margin-left: pxToRem(15px);
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
@@ -188,6 +189,11 @@ |
|
|
}
|
|
|
//品牌收藏
|
|
|
.fav-brand-swiper {
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
|
|
&.none-border-bottom {
|
|
|
border-bottom: none;
|
|
|
}
|
|
|
|
|
|
.swiper-header {
|
|
|
height: pxToRem(100px);
|
...
|
...
|
@@ -239,17 +245,26 @@ |
|
|
}
|
|
|
}
|
|
|
.fav-more {
|
|
|
$width: pxToRem(image_width(sprite-file($fav, fav-more)));
|
|
|
$height: pxToRem(image_height(sprite-file($fav, fav-more)));
|
|
|
|
|
|
@include rem-sprite($fav, fav-more);
|
|
|
width: $width;
|
|
|
height: $height;
|
|
|
|
|
|
width: 2.5rem;
|
|
|
height: 2.5rem;
|
|
|
position: absolute;
|
|
|
top: 50%;
|
|
|
right: pxToRem(30px);
|
|
|
margin-top: -$height / 2;
|
|
|
top: 0;
|
|
|
right: 0;
|
|
|
|
|
|
&:after {
|
|
|
$width: pxToRem(image_width(sprite-file($fav, fav-more)));
|
|
|
$height: pxToRem(image_height(sprite-file($fav, fav-more)));
|
|
|
|
|
|
@include rem-sprite($fav, fav-more);
|
|
|
width: $width;
|
|
|
height: $height;
|
|
|
|
|
|
position: absolute;
|
|
|
top: 50%;
|
|
|
right: pxToRem(30px);
|
|
|
margin-top: -$height / 2;
|
|
|
content: '';
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
.swiper-container {
|
...
|
...
|
|