Authored by xuqi

mlellipsis

... ... @@ -101,9 +101,10 @@ if ($('.cart-nav').length > 0) {
}
if (switchChose === false) {
$('.shopping-cart-good .name').each(function() {
$cartContentShow.find('.shopping-cart-good .name').each(function() {
this.mlellipsis(2);
});
switchChose = true;
}
if (cartType === 'ordinary') {
... ...
... ... @@ -27,7 +27,7 @@
}
}
.few-tag{
.few-tag {
width: 148rem / $pxConvertRem;
position: absolute;
left: 92rem / $pxConvertRem;
... ... @@ -90,6 +90,7 @@
width: 80%;
color: #5a5a5a;
font-size: 0.6rem;
line-height: 0.7rem;
}
.color-size-row > span {
... ...