You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
.box {
|
|
background: #fff;
|
|
border-radius: 20rpx;
|
|
padding: 40rpx 20rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
line-height: 1.75;
|
|
}
|
|
|
|
.total {
|
|
font-size: 40px;
|
|
font-family: PingFang SC-Heavy, PingFang SC;
|
|
font-weight: 800;
|
|
color: #323635;
|
|
margin-top: 48rpx;
|
|
}
|
|
|