Authored by htoooth

fix css

... ... @@ -136,7 +136,7 @@
{{/if}}
{{#if addToCart}}
<span id="add-to-cart" class="buy-btn item-buy add-to-cart"> <i class="iconfont">
&#xe61b;</i> 加入购物车 </span>
&#xe600;</i> 加入购物车 </span>
{{/if}}
{{# buyNow}}
... ...
... ... @@ -774,6 +774,13 @@
}
}
.add-to-cart {
.iconfont {
font-size: 19px;
margin-right: 5px;
}
}
.collect-product,
.keep-shopping {
... ...