deguodaigou/components/yue/yuetop/yuetop.scss
2019-12-23 14:13:27 +08:00

23 lines
503 B
SCSS

.yuetop {
width: 690rpx;
// height: 189rpx;
margin: 0 auto;
border-bottom: 2rpx solid #EEEEEE;
.all {
color: #333333;
font-size: 28rpx;
padding-top: 63rpx;
padding-bottom: 25rpx;
}
.money {
color: #333333;
font-size: 48rpx;
font-weight: 500;
padding-bottom: 37rpx;
.chong {
color: #09BB07;
font-size: 26rpx;
margin-left: 35rpx;
}
}
}