ipaotui-mall/app/templates/star-rate.wxss
2017-05-04 15:47:53 +08:00

13 lines
175 B
Plaintext

.star-rate {
display: flex;
font-size: 14px;
color: #999;
}
.star-rate_mini {
font-size: 0.8em;
}
.star-rate__item_active {
color: #ffd700;
}