Authored by uedxwg

样式修改

... ... @@ -149,8 +149,8 @@ function orderCompute() {
'<span>' + value.promotion_amount + '</span>' +
'</li>';
});
$('.price-cost span').html('¥' + res.last_order_amount);
$('.bill span').html('¥' + res.last_order_amount);
$('.price-cost span').html('¥' + res.last_order_amount);
$('.bill span').html('¥' + res.last_order_amount);
$('.total').html(total);
}
}
... ...
... ... @@ -31,8 +31,8 @@
.kids{
background:image-url('shopping-cart/kids.png') bottom left repeat-x #fff;
}
.lifeStyle{
background:image-url('shopping-cart/lifeStyle.png') bottom left repeat-x #fff;
.life-style{
background:image-url('shopping-cart/lifeStyle.png') bottom left repeat-x #fff !important;
}
.not-address{
position: relative;
... ...