Authored by 周少峰

Merge branch 'feature/students' into release/4.9.1.0

... ... @@ -135,11 +135,13 @@
}
}
.student-price {
.sale-price.no-price {
color: #d62927;
}
.sale-price {
display: inline-block;
height: 24px;
line-height: 24px;
color: #d62927;
}
.market-price {
margin: 0px;
... ...