sceneStatistics.scss
658 Bytes
.sceneStatistics_main {
// background: red;
.scene_top {
margin: 48rpx 20rpx;
display: flex;
.scene_top_box {
flex: 1;
.top_box_text {
font-family: PingFangSC-Regular;
font-size: 12*2rpx;
color: #9898A0;
text-align: center;
letter-spacing: 0;
font-weight: 400;
}
.top_box_num {
margin-top: 20rpx;
font-family: DINAlternate-Bold;
font-size: 24*2rpx;
color: #323241;
text-align: center;
letter-spacing: 0;
font-weight: 700;
}
}
}
.scene_echart {
// background: red;
padding: 20rpx;
}
}