Authored by 王水玲

活动模版秒杀

... ... @@ -724,6 +724,8 @@ function viewSeckillProduct(products) {
if (products.length <= 3) {
$('.out-product-list').addClass('less-than-3');
} else {
$('.out-product-list').removeClass('less-than-3');
}
$('.seckill .product-list').html(seckillProductTpl({
... ...
... ... @@ -93,6 +93,7 @@
padding-left: 5px;
box-sizing: border-box;
overflow: hidden;
line-height: 31px;
}
.status-over {
... ... @@ -121,7 +122,6 @@
.market-price {
font-size: 11px;
text-decoration: line-through;
transform: scale(0.9);
display: inline-block;
margin-left: -3px;
}
... ... @@ -134,8 +134,8 @@
font-size: 15px;
position: relative;
left: -2px;
transform: scale(0.9);
font-weight: bold;
line-height: 30px;
}
}
}
... ... @@ -178,6 +178,7 @@
.status-type {
font-size: 18px;
width: 85px;
line-height: 37px;
}
}
}
... ...