Authored by 周少峰

list style

... ... @@ -119,21 +119,20 @@
}
.students-price-tag {
display: inline-block;
width: 65px;
text-align: center;
height: 22px;
line-height: 22px;
background: resolve('product/price-tag.png') no-repeat;
background-size: contain;
background: resolve('product/price-tag.png') no-repeat center;
background-size: cover;
color: #fff;
font-size: 12px;
padding: 0 2px;
padding: 0 5px 0 10px;
}
}
.student-price {
.market-price {
margin: 0px;
display: block;
font-size: 18px;
margin-top: 5px;
}
}
}
... ...