20 lines
332 B
SCSS
20 lines
332 B
SCSS
@use '@/assets/bundle.scss';
|
|
|
|
.good-price {
|
|
font-size: 32rpx;
|
|
color: #fe6263;
|
|
font-weight: 500;
|
|
// &:before {
|
|
// content: "¥";
|
|
// font-size: 28rpx;
|
|
// }
|
|
|
|
&-font{
|
|
font-size: 38rpx;
|
|
&:after{
|
|
// content: ".";
|
|
font-size: 28rpx;
|
|
padding:0 5rpx;
|
|
}
|
|
}
|
|
} |