28 lines
642 B
SCSS
28 lines
642 B
SCSS
|
|
.cn-chart__two-situation-statistics{
|
|
padding-top: 22px;
|
|
.box__body {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-left: 33px;
|
|
padding-top: 22px;
|
|
.body__progress{
|
|
display: block;
|
|
.el-progress__text span{
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
.body__count{
|
|
margin-left: 22px;
|
|
:first-child{
|
|
font-size: 18px;
|
|
color: #333;
|
|
}
|
|
:last-child{
|
|
margin-top: 5px;
|
|
font-size: 14px;
|
|
color: #666666;
|
|
}
|
|
}
|
|
}
|
|
} |