.container { padding: 0 20rpx; } .container .statistics { width: 100%; padding: 40rpx; display: flex; align-items: center; box-sizing: border-box; background: #FFFFFF; border-radius: 20rpx; } .container .statistics .col { flex: 1; } .container .statistics .col .row { margin-bottom: 60rpx; } .container .statistics .col .row .label { margin-bottom: 20rpx; font-size: 28rpx; color: #666666; } .container .statistics .col .row .money { font-size: 32rpx; font-weight: 500; color: #000000; } .container .statistics .col .row:last-child { margin: 0; } .container .statistics .col2 { padding-left: 80rpx; } .container .detailsBox { margin-top: 40rpx; } .container .detailsBox .title { font-size: 25rpx; color: #7B7B7B; } .container .detailsBox .categoryBox { margin-top: 24rpx; display: flex; align-items: center; justify-content: space-between; } .container .detailsBox .categoryBox .category { width: 126rpx; padding: 8rpx 0; font-size: 30rpx; text-align: center; color: #7A7A7A; background: #FFFFFF; border-radius: 29rpx; } .container .detailsBox .categoryBox .currentClass { color: #FEAC57; font-weight: bold; }