Authored by xuqi

fregit mark

<div class="fregit-remark">
<span>免运费</span>
满399免运费
</div>
<div class="cart-statement">
<div class="actions">
<div class="action">
... ...
.blk-cart-page {
.fregit-remark {
margin: 50px 0 20px;
padding-left: 30px;
font-size: 12px;
span {
display: inline-block;
width: 50px;
height: 20px;
line-height: 22px;
text-align: center;
background: #424242;
border-radius: 12px;
color: #fff;
margin-right: 10px;
}
}
.cart-statement {
margin: 50px auto;
margin-bottom: 50px;
width: 100%;
height: 194px;
padding: 30px;
border: 1px solid #eee;
.toggle-chk {
.not-checked {
color: #999;
... ... @@ -19,6 +38,7 @@
.checked {
display: inline-block;
}
.not-checked {
display: none;
}
... ...