2020-11-12 14:57:34 +08:00

130 lines
826 B
Plaintext

/*服务区分析*/
.serverpart-name.data-v-0cb0f777 {
font-size: 36rpx;
line-height: 120rpx;
font-weight: 700;
color: #333;
text-align: center;
background-color: #fff;
}
.analysis-box-title.data-v-0cb0f777 {
background-color: #fff;
padding: 20rpx;
line-height: 60rpx;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: space-around;
justify-content: space-around;
text-align: center;
color: #959495;
border-bottom: 2rpx solid #f8f8f8;
}
.analysis-total.data-v-0cb0f777 {
color: #383838;
font-size: 36rpx;
}
.analysis-upload.data-v-0cb0f777 {
color: #D7565A;
font-size: 36rpx;
}