| 123456789101112131415161718192021222324252627282930 |
- .page{
- padding: 0 32rpx;
- }
- .xialaImage{
- width: 26rpx;
- height: 26rpx;
- margin-top: 25rpx;
- margin-left: 5rpx;
- }
- .left{
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #333333;
- line-height: 72rpx;
- }
- .right{
- width: 500rpx;
- font-size: 24rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #999999;
- line-height: 72rpx;
- }
- .statistics{
- margin-top: 28rpx;
- height: 72rpx;
- background: #F7F7F7;
- }
|