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.

51 lines
694 B

page {
padding-top: 160rpx;
}
.content {
padding: 0rpx 31rpx;
}
.indexbox {
margin-top: 20rpx;
position: relative;
}
.statBox {
display: flex;
margin-top: 20rpx;
}
.statItem {
display: flex;
justify-content: flex-start;
flex-direction: column;
width: 50%;
}
.statItemHeader {
display: flex;
line-height: 30rpx;
}
.statNum {
margin-top: 16rpx;
padding-left: 24rpx;
}
.statItem .statItemTitele {
font-family: SourceHanSansCN-Normal;
font-size: 24rpx;
color: #666666;
margin-left: 18rpx;
}
.statItemCBar {
background: #FDB030;
border: 2rpx solid #FFFFFF;
border-radius: 4rpx;
width: 6rpx;
height: 16rpx;
}
.blue {
background: #3C91F5;
}
.green {
background: #52D5A6;
}