Authored by lijing

样式修改

... ... @@ -229,7 +229,7 @@ function updateConformButtonClassAndText() {
if ($chosed.closest('.zero-stock').length === 2) {
$('#chose-btn-sure').css('background-color', '#c0c0c0').html('已售罄');
} else {
$('#chose-btn-sure').css('background-color', '#eb0313').html(isEdit ? '确认' : '立即结算');
$('#chose-btn-sure').css('background-color', '#eb0313').html(isEdit ? '确认' : '立即购买');
}
}
... ...
... ... @@ -164,7 +164,7 @@ $(
$('.left-num').hide();
$('.btn-plus').removeClass('btn-plus');
$('.addto-cart').text('立即购买');
$('#chose-btn-sure').text('立即抢购').addClass('isSecKill');
$('#chose-btn-sure').text('立即购买').addClass('isSecKill');
$('.cart-bar').show();
var seckillNum = 0;
... ...