fix(Card): fix price font-family (#5194)

This commit is contained in:
Lindy
2019-12-06 11:34:14 +08:00
committed by neverland
parent 31d645959d
commit 04bfb76d63
4 changed files with 29 additions and 15 deletions
+9 -4
View File
@@ -64,11 +64,16 @@
display: inline-block;
color: @card-price-color;
font-weight: @font-weight-bold;
font-size: @card-price-font-size;
}
&--integer {
font-size: @card-price-integer-font-size;
font-family: @card-price-font-family;
}
&__price-integer {
font-size: @card-price-integer-font-size;
font-family: @card-price-font-family;
}
&__price-decimal {
font-family: @card-price-font-family;
}
&__origin-price {