@jdcfe/yep-react
Version:
一套移动端的React组件库
23 lines • 349 B
CSS
.Yep-price {
color: #e01222;
display: inline-block;
}
.Yep-price-sym {
font-size: 16px;
}
.Yep-price .int-txt {
font-size: 36px;
}
.Yep-price .dec-txt {
font-size: 16px;
}
.Yep-price .sym-sup {
vertical-align: top;
}
.Yep-price .dec-sup {
vertical-align: top;
}
.Yep-price.del > span {
color: #999;
text-decoration: line-through;
}