1069 lines
24 KiB
CSS
1069 lines
24 KiB
CSS
.bar[data-v-1b6b905c],
|
|
.lineCharts[data-v-10f25fe4],
|
|
.pieCharts[data-v-42de13e9],
|
|
.pieCharts[data-v-947008b2],
|
|
.treeMap[data-v-0e43bdca] {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.tabList[data-v-253281d0] {
|
|
width: 100%;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.tabList .button[data-v-253281d0] {
|
|
width: 10px;
|
|
margin: 0 5px;
|
|
}
|
|
.tabList .title[data-v-253281d0] {
|
|
white-space: nowrap;
|
|
}
|
|
.tabList .menuList[data-v-253281d0] {
|
|
overflow: hidden;
|
|
}
|
|
.tabList .cardTabA[data-v-253281d0] {
|
|
background: #5bc0eb;
|
|
}
|
|
.el-icon-caret-left[data-v-253281d0],
|
|
.el-icon-caret-right[data-v-253281d0] {
|
|
cursor: pointer;
|
|
}
|
|
.card-list[data-v-253281d0]::-webkit-scrollbar {
|
|
width: 0;
|
|
height: 0;
|
|
color: transparent;
|
|
}
|
|
.card-list[data-v-253281d0] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-wrap: nowrap;
|
|
flex-wrap: nowrap;
|
|
scrollbar-width: none;
|
|
margin-top: -1px;
|
|
overflow-x: scroll;
|
|
}
|
|
.cardTab[data-v-253281d0] {
|
|
display: inline-block;
|
|
padding: 3px 8px;
|
|
margin: 0 5px;
|
|
color: #fff;
|
|
background: #3a506b;
|
|
border-radius: 3px;
|
|
font-size: 13px;
|
|
cursor: pointer;
|
|
line-height: 1;
|
|
white-space: nowrap;
|
|
}
|
|
.link-title[data-v-253281d0] {
|
|
cursor: pointer;
|
|
}
|
|
.link-title[data-v-253281d0]:hover {
|
|
color: #409eff;
|
|
}
|
|
.barLineChart[data-v-15f234a0] {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.f-c-c[data-v-3b9a04ac] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
margin-bottom: 10px;
|
|
}
|
|
@-webkit-keyframes top {
|
|
0% {
|
|
left: 0;
|
|
top: 0;
|
|
opacity: .3;
|
|
}
|
|
30% {
|
|
left: 0;
|
|
top: 0;
|
|
opacity: .5;
|
|
}
|
|
50% {
|
|
opacity: .8;
|
|
}
|
|
to {
|
|
left: -100%;
|
|
top: 0;
|
|
opacity: 1;
|
|
z-index: 2;
|
|
}
|
|
}
|
|
@keyframes top {
|
|
0% {
|
|
left: 0;
|
|
top: 0;
|
|
opacity: .3;
|
|
}
|
|
30% {
|
|
left: 0;
|
|
top: 0;
|
|
opacity: .5;
|
|
}
|
|
50% {
|
|
opacity: .8;
|
|
}
|
|
to {
|
|
left: -100%;
|
|
top: 0;
|
|
opacity: 1;
|
|
z-index: 2;
|
|
}
|
|
}
|
|
@-webkit-keyframes bottom {
|
|
0% {
|
|
top: 0;
|
|
left: 100%;
|
|
opacity: .3;
|
|
}
|
|
30% {
|
|
opacity: .5;
|
|
}
|
|
50% {
|
|
opacity: .8;
|
|
}
|
|
to {
|
|
left: 0;
|
|
top: 0;
|
|
opacity: 1;
|
|
}
|
|
}
|
|
@keyframes bottom {
|
|
0% {
|
|
top: 0;
|
|
left: 100%;
|
|
opacity: .3;
|
|
}
|
|
30% {
|
|
opacity: .5;
|
|
}
|
|
50% {
|
|
opacity: .8;
|
|
}
|
|
to {
|
|
left: 0;
|
|
top: 0;
|
|
opacity: 1;
|
|
}
|
|
}
|
|
.targetBox[data-v-4c1cbfbd] {
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
font-family:
|
|
"微软雅黑",
|
|
Microsoft YaHei,
|
|
sans-serif;
|
|
}
|
|
.targetBox .targetTitle[data-v-4c1cbfbd],
|
|
.targetBox[data-v-4c1cbfbd] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.targetBox .targetTitle[data-v-4c1cbfbd] {
|
|
gap: 8px;
|
|
font-size: 20px;
|
|
color: #f4f9ff;
|
|
font-family: tit;
|
|
}
|
|
.targetBox .targetTitle .icon-small[data-v-4c1cbfbd] {
|
|
width: 17px;
|
|
height: 17px;
|
|
}
|
|
.targetBox .targetBoxItem[data-v-4c1cbfbd] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: start;
|
|
-ms-flex-align: start;
|
|
align-items: flex-start;
|
|
gap: 20px;
|
|
}
|
|
.targetBox .targetBoxItem .targetContent[data-v-4c1cbfbd] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
gap: 10px;
|
|
}
|
|
.targetBox .targetBoxItem .targetContent .targetBoxItemLeft[data-v-4c1cbfbd] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
gap: 8px;
|
|
font-size: 14px;
|
|
color: #b5c1d1;
|
|
}
|
|
.targetBox .targetBoxItem .targetContent .targetBoxItemLeft .icon-target[data-v-4c1cbfbd] {
|
|
width: 26px;
|
|
height: 26px;
|
|
}
|
|
.targetBox .targetBoxItem .targetContent .targetBoxItemLeft .targetLabel[data-v-4c1cbfbd] {
|
|
color: #f4f9ff;
|
|
font-weight: 400;
|
|
margin-right: 15px;
|
|
}
|
|
.targetBox .targetBoxItem .targetContent .targetBoxItemLeft .targetItem[data-v-4c1cbfbd] {
|
|
color: #b5c1d1;
|
|
margin-right: 15px;
|
|
}
|
|
.targetBox .targetBoxItem .targetContent .targetBoxItemLeft .targetItem .targetValue[data-v-4c1cbfbd] {
|
|
color: #05e3b9;
|
|
font-weight: 700;
|
|
font-size: 16px;
|
|
}
|
|
.targetBox .targetBoxItem .targetContent .targetBoxItemLeft .targetItem .targetValueBlue[data-v-4c1cbfbd] {
|
|
color: #3ec6ff;
|
|
font-weight: 700;
|
|
font-size: 16px;
|
|
}
|
|
.targetBox .buildingInfoBox[data-v-4c1cbfbd] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
gap: 10px;
|
|
font-size: 14px;
|
|
color: #b5c1d1;
|
|
}
|
|
.targetBox .buildingInfoBox .buildingInfoItem[data-v-4c1cbfbd] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
gap: 5px;
|
|
}
|
|
.targetBox .buildingInfoBox .buildingInfoItem .icon-building[data-v-4c1cbfbd] {
|
|
width: 26px;
|
|
height: 26px;
|
|
}
|
|
.targetBox .buildingInfoBox .buildingInfoItem .buildingInfoValue[data-v-4c1cbfbd] {
|
|
color: #3ec6ff;
|
|
font-weight: 700;
|
|
font-size: 18px;
|
|
}
|
|
.operationalIndexBox .operationalIndexContent[data-v-4c1cbfbd] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
gap: 5px;
|
|
font-size: 18px;
|
|
color: #b5c1d1;
|
|
white-space: nowrap;
|
|
}
|
|
.operationalIndexBox .operationalIndexContent img[data-v-4c1cbfbd] {
|
|
width: 17px;
|
|
height: 17px;
|
|
}
|
|
.operationalIndexBox .operationalIndexContent .operationalIndexLabel[data-v-4c1cbfbd] {
|
|
font-size: 18px;
|
|
color: #b5c1d1;
|
|
}
|
|
.operationalIndexBox .operationalIndexContent .operationalIndexValue[data-v-4c1cbfbd] {
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
margin-left: 5px;
|
|
font-family:
|
|
"微软雅黑",
|
|
Microsoft YaHei,
|
|
sans-serif;
|
|
}
|
|
.operationalIndexBox .operationalIndexContent .el-icon-info[data-v-4c1cbfbd] {
|
|
font-size: 14px;
|
|
margin-left: 5px;
|
|
cursor: pointer;
|
|
}
|
|
.mt12[data-v-4c1cbfbd] {
|
|
margin-top: 12px;
|
|
}
|
|
.text_r[data-v-4c1cbfbd] {
|
|
text-align: right;
|
|
float: right;
|
|
font-size: 12px;
|
|
padding-right: 10px;
|
|
}
|
|
.textL[data-v-4c1cbfbd] {
|
|
width: 45%;
|
|
text-align: left;
|
|
min-height: 20px;
|
|
line-height: 20px;
|
|
}
|
|
.zIndex[data-v-4c1cbfbd] {
|
|
position: relative;
|
|
z-index: 999;
|
|
}
|
|
.animationCol[data-v-4c1cbfbd] {
|
|
position: absolute;
|
|
width: 100%;
|
|
-webkit-transition: all 3500 cubic-bezier(.11, .2, .1, 1.25);
|
|
transition: all 3500 cubic-bezier(.11, .2, .1, 1.25);
|
|
}
|
|
.redText[data-v-4c1cbfbd] {
|
|
font-size: 14px;
|
|
color: red;
|
|
}
|
|
.benefitIndex[data-v-4c1cbfbd] {
|
|
height: 90px;
|
|
}
|
|
.miniCardBodyCenter[data-v-4c1cbfbd] {
|
|
text-align: center;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
}
|
|
.safety-card[data-v-4c1cbfbd] {
|
|
width: 100%;
|
|
height: 100%;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
font-family:
|
|
"微软雅黑",
|
|
Microsoft YaHei,
|
|
sans-serif;
|
|
color: #b5c1d1;
|
|
}
|
|
.safety-card .safety-card-pic[data-v-4c1cbfbd],
|
|
.safety-card[data-v-4c1cbfbd] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
}
|
|
.safety-card .safety-card-pic p[data-v-4c1cbfbd] {
|
|
margin: 0 0 4px;
|
|
}
|
|
.safety-card .safety-card-pic p b[data-v-4c1cbfbd] {
|
|
font-size: 16px;
|
|
color: #05e3b9;
|
|
}
|
|
.safety-card .safety-card-pic p .safety-card-unit[data-v-4c1cbfbd] {
|
|
font-size: 14px;
|
|
margin-left: 2px;
|
|
}
|
|
.safety-card .safety-card-pic img[data-v-4c1cbfbd] {
|
|
width: 60px;
|
|
height: 40px;
|
|
display: block;
|
|
margin-bottom: 2px;
|
|
}
|
|
.safety-card .safety-card-pic span[data-v-4c1cbfbd] {
|
|
display: block;
|
|
margin-top: 2px;
|
|
font-size: 12px;
|
|
color: #b5c1d1;
|
|
line-height: 1.2;
|
|
}
|
|
.safety-card .safety-card-by[data-v-4c1cbfbd] {
|
|
margin-top: 6px;
|
|
font-size: 12px;
|
|
}
|
|
.safety-card .safety-card-extra[data-v-4c1cbfbd] {
|
|
margin-top: 4px;
|
|
font-size: 12px;
|
|
-webkit-box-orient: vertical;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
color: #f66;
|
|
}
|
|
.itemBodyFlex3[data-v-4c1cbfbd],
|
|
.safety-card .safety-card-extra[data-v-4c1cbfbd] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-direction: normal;
|
|
}
|
|
.itemBodyFlex3[data-v-4c1cbfbd] {
|
|
-webkit-box-orient: horizontal;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
-ms-flex-wrap: nowrap;
|
|
flex-wrap: nowrap;
|
|
-ms-flex-line-pack: center;
|
|
align-content: center;
|
|
-ms-flex-pack: distribute;
|
|
justify-content: space-around;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
text-align: center;
|
|
font-family:
|
|
"微软雅黑",
|
|
Microsoft YaHei,
|
|
sans-serif;
|
|
margin-top: 20px;
|
|
}
|
|
.itemBodyFlex3 .itemBodyFlex[data-v-4c1cbfbd] {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
text-align: center;
|
|
}
|
|
.itemBodyFlex3 .itemBodyFlex p[data-v-4c1cbfbd] {
|
|
font-size: 14px;
|
|
color: #b5c1d1;
|
|
margin: 5px 0;
|
|
}
|
|
.itemBodyFlex3 .itemBodyFlex p[data-v-4c1cbfbd]:first-child {
|
|
font-size: 18px;
|
|
color: #3ec6ff;
|
|
font-weight: 700;
|
|
font-family:
|
|
"微软雅黑",
|
|
Microsoft YaHei,
|
|
sans-serif;
|
|
}
|
|
.itemBodyFlex3 .itemBodyFlexOwner[data-v-4c1cbfbd] {
|
|
position: relative;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-ms-flex-wrap: nowrap;
|
|
flex-wrap: nowrap;
|
|
-ms-flex-line-pack: center;
|
|
align-content: center;
|
|
-ms-flex-pack: distribute;
|
|
justify-content: space-around;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
text-align: center;
|
|
}
|
|
.itemBodyFlex3 .itemBodyFlexOwner .itemBodyFlexTitle[data-v-4c1cbfbd] {
|
|
height: 20px;
|
|
}
|
|
.itemBodyFlex3 .itemBodyFlexOwner .itemBodyFlexCharts[data-v-4c1cbfbd] {
|
|
width: 80%;
|
|
height: 70px;
|
|
line-height: 70px;
|
|
}
|
|
.itemBodyFlex5[data-v-4c1cbfbd] {
|
|
height: 100%;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
-ms-flex-wrap: nowrap;
|
|
flex-wrap: nowrap;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.itemBodyFlex5 .itemChartsFlex[data-v-4c1cbfbd] {
|
|
width: 100px;
|
|
height: 100px;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
color: #b5c1d1;
|
|
}
|
|
.itemBodyFlex5 .itemBodyFlex[data-v-4c1cbfbd] {
|
|
-webkit-box-flex: 2;
|
|
-ms-flex: 2;
|
|
flex: 2;
|
|
}
|
|
.itemBodyFlex5 .itemBodyFlex .itemNum[data-v-4c1cbfbd] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
padding: 10px 0;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.itemBodyFlex5 .itemBodyFlex .itemNum div[data-v-4c1cbfbd] {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
text-align: center;
|
|
}
|
|
.itemBodyFlex5 .itemBodyFlex .itemNum .item-title[data-v-4c1cbfbd] {
|
|
font-size: 14px;
|
|
color: #b5c1d1;
|
|
margin-bottom: 8px;
|
|
font-family:
|
|
"微软雅黑",
|
|
Microsoft YaHei,
|
|
sans-serif;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
gap: 6px;
|
|
}
|
|
.itemBodyFlex5 .itemBodyFlex .itemNum .item-amount[data-v-4c1cbfbd] {
|
|
font-size: 18px;
|
|
color: #3ec6ff;
|
|
font-weight: 700;
|
|
font-family:
|
|
"微软雅黑",
|
|
Microsoft YaHei,
|
|
sans-serif;
|
|
}
|
|
.benefit-icon[data-v-4c1cbfbd] {
|
|
width: 36px;
|
|
height: 36px;
|
|
display: inline-block;
|
|
}
|
|
.benefit-item[data-v-4c1cbfbd] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
}
|
|
.benefit-text[data-v-4c1cbfbd] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-webkit-box-align: start;
|
|
-ms-flex-align: start;
|
|
align-items: flex-start;
|
|
margin-left: 8px;
|
|
}
|
|
.training-block[data-v-4c1cbfbd] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: distribute;
|
|
justify-content: space-around;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
margin-top: 10px;
|
|
}
|
|
.training-item[data-v-4c1cbfbd] {
|
|
text-align: center;
|
|
font-family:
|
|
"微软雅黑",
|
|
Microsoft YaHei,
|
|
sans-serif;
|
|
}
|
|
.training-item .training-value[data-v-4c1cbfbd] {
|
|
font-size: 18px;
|
|
color: #3ec6ff;
|
|
font-weight: 700;
|
|
margin-bottom: 4px;
|
|
}
|
|
.training-item img[data-v-4c1cbfbd] {
|
|
width: 60px;
|
|
height: 40px;
|
|
}
|
|
.training-item .training-label[data-v-4c1cbfbd] {
|
|
display: block;
|
|
margin-top: 4px;
|
|
font-size: 14px;
|
|
color: #b5c1d1;
|
|
}
|
|
.history-block[data-v-4c1cbfbd] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: distribute;
|
|
justify-content: space-around;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
margin-top: 10px;
|
|
}
|
|
.history-item[data-v-4c1cbfbd] {
|
|
text-align: center;
|
|
font-family:
|
|
"微软雅黑",
|
|
Microsoft YaHei,
|
|
sans-serif;
|
|
}
|
|
.history-item .history-value[data-v-4c1cbfbd] {
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
margin-bottom: 4px;
|
|
}
|
|
.history-item .history-prev[data-v-4c1cbfbd] {
|
|
color: #ffba00;
|
|
}
|
|
.history-item .history-this[data-v-4c1cbfbd] {
|
|
color: #f33;
|
|
}
|
|
.history-item img[data-v-4c1cbfbd] {
|
|
width: 60px;
|
|
height: 40px;
|
|
}
|
|
.history-item .history-label[data-v-4c1cbfbd] {
|
|
display: block;
|
|
margin-top: 4px;
|
|
font-size: 14px;
|
|
color: #b5c1d1;
|
|
}
|
|
.dangerousColorRed[data-v-4c1cbfbd] {
|
|
color: #d9001b;
|
|
}
|
|
.dangerousColorOrange[data-v-4c1cbfbd] {
|
|
color: #f90;
|
|
}
|
|
.dangerousColorYellow[data-v-4c1cbfbd] {
|
|
color: #fbd437;
|
|
}
|
|
.dangerousColorGreen[data-v-4c1cbfbd] {
|
|
color: #67c23a;
|
|
}
|
|
.chargeAmountCharts[data-v-4c1cbfbd] {
|
|
height: 157px;
|
|
}
|
|
[data-v-4c1cbfbd] .service-rate {
|
|
width: 120%;
|
|
}
|
|
[data-v-4c1cbfbd] .service-rate .el-rate__icon {
|
|
margin-right: 0;
|
|
}
|
|
.satisfactionBox[data-v-4c1cbfbd] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
-ms-flex-wrap: nowrap;
|
|
flex-wrap: nowrap;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
font-size: 12px;
|
|
padding: 0 8px;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
min-height: 0;
|
|
}
|
|
.satisfactionBox[data-v-4c1cbfbd] .el-rate__text {
|
|
vertical-align: bottom;
|
|
}
|
|
.testVerticalAlign[data-v-4c1cbfbd] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
-ms-flex-wrap: nowrap;
|
|
flex-wrap: nowrap;
|
|
-ms-flex-line-pack: center;
|
|
align-content: center;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
font-size: 20px;
|
|
}
|
|
.customerSatisfaction[data-v-4c1cbfbd] {
|
|
height: 90px;
|
|
}
|
|
.treeMapBox[data-v-4c1cbfbd] {
|
|
height: 168px;
|
|
}
|
|
.itemBodyTmpBkg[data-v-4c1cbfbd] {
|
|
background-image: url(../img/tmpBkg.8001ec98.png);
|
|
background-repeat: no-repeat;
|
|
background-size: 100% auto;
|
|
background-position: 100% 80%;
|
|
}
|
|
.customerComplaintsTotal[data-v-4c1cbfbd] {
|
|
position: absolute;
|
|
left: 50px;
|
|
bottom: 10px;
|
|
font-size: 14px;
|
|
}
|
|
.service-score-top23[data-v-4c1cbfbd] {
|
|
height: 50px;
|
|
}
|
|
.service-score-top23 .service-score-loopbar[data-v-4c1cbfbd] {
|
|
width: 50px;
|
|
height: 50px;
|
|
}
|
|
.header-btn[data-v-4c1cbfbd] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
}
|
|
.header-btn i[data-v-4c1cbfbd] {
|
|
cursor: pointer;
|
|
}
|
|
.header-btn i[data-v-4c1cbfbd]:hover {
|
|
color: #409eff;
|
|
}
|
|
.link-title[data-v-4c1cbfbd] {
|
|
cursor: pointer;
|
|
}
|
|
.link-title[data-v-4c1cbfbd]:hover {
|
|
color: #409eff;
|
|
}
|
|
.chargeAmountCharts-tips[data-v-4c1cbfbd] {
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
color: red;
|
|
width: 100%;
|
|
height: 130px;
|
|
}
|
|
.charge-footer[data-v-4c1cbfbd],
|
|
.chargeAmountCharts-tips[data-v-4c1cbfbd] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.charge-footer[data-v-4c1cbfbd] {
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
gap: 12px;
|
|
}
|
|
.charge-footer-left[data-v-4c1cbfbd] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
gap: 12px;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
}
|
|
.itemBodyContent[data-v-4c1cbfbd] {
|
|
text-align: left;
|
|
}
|
|
.rank-list[data-v-4c1cbfbd] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
margin: 10px 0;
|
|
}
|
|
.rank-list .rank-name[data-v-4c1cbfbd] {
|
|
padding-left: 30px;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
}
|
|
.rank-list .rank-num[data-v-4c1cbfbd] {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
}
|
|
.rank-list .el-image[data-v-4c1cbfbd] {
|
|
width: 30px;
|
|
height: 30px;
|
|
}
|
|
.rank-top1[data-v-4c1cbfbd] {
|
|
color: #fff89f;
|
|
}
|
|
.rank-top2[data-v-4c1cbfbd] {
|
|
color: #ddecf7;
|
|
}
|
|
.rank-top3[data-v-4c1cbfbd] {
|
|
color: #ffe6bf;
|
|
}
|
|
.worksRateContent[data-v-4c1cbfbd] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.worksRateContent .worksRateCharts[data-v-4c1cbfbd] {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
height: 130px;
|
|
text-align: center;
|
|
}
|
|
.worksRateContent .worksRateCharts .tips[data-v-4c1cbfbd] {
|
|
font-size: 14px;
|
|
}
|
|
.cardTab[data-v-4c1cbfbd] {
|
|
display: inline-block;
|
|
padding: 0 5px;
|
|
margin: 0 3px;
|
|
color: #fff;
|
|
background: #3a506b;
|
|
border-radius: 3px;
|
|
font-size: 13px;
|
|
line-height: 13px;
|
|
cursor: pointer;
|
|
}
|
|
.cardTabA[data-v-4c1cbfbd] {
|
|
background: #5bc0eb !important;
|
|
}
|
|
.operationalIndexBox[data-v-4c1cbfbd] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
gap: 20px;
|
|
font-family:
|
|
"微软雅黑",
|
|
Microsoft YaHei,
|
|
sans-serif;
|
|
}
|
|
.operationalIndexBox > div[data-v-4c1cbfbd]:first-child {
|
|
font-size: 18px;
|
|
color: #b5c1d1;
|
|
white-space: nowrap;
|
|
}
|
|
.operationalIndexBox > div:first-child span[data-v-4c1cbfbd] {
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
margin-left: 5px;
|
|
font-family:
|
|
"微软雅黑",
|
|
Microsoft YaHei,
|
|
sans-serif;
|
|
}
|
|
.operationalIndexBox > div:first-child .icon-info[data-v-4c1cbfbd] {
|
|
width: 17px;
|
|
height: 17px;
|
|
cursor: pointer;
|
|
margin-left: 5px;
|
|
vertical-align: middle;
|
|
}
|
|
.operationalIndexBox > div:first-child .el-icon-info[data-v-4c1cbfbd] {
|
|
font-size: 14px;
|
|
margin-left: 5px;
|
|
cursor: pointer;
|
|
}
|
|
.projectReportBox[data-v-4c1cbfbd] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
gap: 10px;
|
|
}
|
|
.dangerous-source-table[data-v-4c1cbfbd] {
|
|
position: relative;
|
|
margin-top: 13px;
|
|
margin-bottom: 13px;
|
|
background-color: rgba(20, 70, 126, .23);
|
|
border: 1px solid #26458f;
|
|
padding: 10px;
|
|
padding-bottom: 25px;
|
|
}
|
|
.dangerous-source-table[data-v-4c1cbfbd] .el-table {
|
|
background-color: transparent !important;
|
|
border: 1px solid #0a287f !important;
|
|
}
|
|
.dangerous-source-table[data-v-4c1cbfbd] .el-table th {
|
|
background-color: #0a287f !important;
|
|
border: 1px solid #0a287f !important;
|
|
text-align: center !important;
|
|
font-size: 14px !important;
|
|
color: #fff !important;
|
|
height: 39px !important;
|
|
font-weight: 400 !important;
|
|
padding: 0 !important;
|
|
}
|
|
.dangerous-source-table[data-v-4c1cbfbd] .el-table th .cell {
|
|
font-weight: 400 !important;
|
|
padding: 0 !important;
|
|
}
|
|
.dangerous-source-table[data-v-4c1cbfbd] .el-table th:first-child .cell {
|
|
color: #fff !important;
|
|
}
|
|
.dangerous-source-table[data-v-4c1cbfbd] .el-table th .cell span {
|
|
font-weight: 600 !important;
|
|
}
|
|
.dangerous-source-table[data-v-4c1cbfbd] .el-table td {
|
|
border: 1px solid #0a287f !important;
|
|
text-align: center !important;
|
|
font-size: 14px !important;
|
|
color: #fff !important;
|
|
height: 34px !important;
|
|
font-weight: 400 !important;
|
|
background-color: transparent !important;
|
|
background: transparent !important;
|
|
padding: 0 !important;
|
|
}
|
|
.dangerous-source-table[data-v-4c1cbfbd] .el-table td .cell {
|
|
padding: 0 !important;
|
|
background-color: transparent !important;
|
|
background: transparent !important;
|
|
}
|
|
.dangerous-source-table[data-v-4c1cbfbd] .el-table tbody,
|
|
.dangerous-source-table[data-v-4c1cbfbd] .el-table tbody tr,
|
|
.dangerous-source-table[data-v-4c1cbfbd] .el-table tbody tr td {
|
|
background-color: transparent !important;
|
|
background: transparent !important;
|
|
}
|
|
.dangerous-source-table[data-v-4c1cbfbd] .el-table tbody tr:hover > td {
|
|
background-color: #0a287f !important;
|
|
}
|
|
.dangerous-source-table[data-v-4c1cbfbd] .el-table__body,
|
|
.dangerous-source-table[data-v-4c1cbfbd] .el-table__body-wrapper,
|
|
.dangerous-source-table[data-v-4c1cbfbd] .el-table__header,
|
|
.dangerous-source-table[data-v-4c1cbfbd] .el-table__header-wrapper {
|
|
background-color: transparent !important;
|
|
}
|
|
.dangerous-source-table[data-v-4c1cbfbd] .el-table:after,
|
|
.dangerous-source-table[data-v-4c1cbfbd] .el-table:before,
|
|
.dangerous-source-table[data-v-4c1cbfbd] .el-table__inner-wrapper:after,
|
|
.dangerous-source-table[data-v-4c1cbfbd] .el-table__inner-wrapper:before {
|
|
display: none !important;
|
|
}
|
|
.dangerous-source-table[data-v-4c1cbfbd] .el-table__row {
|
|
background-color: transparent !important;
|
|
}
|
|
.dangerous-source-table[data-v-4c1cbfbd] .el-table__row td,
|
|
.dangerous-source-table[data-v-4c1cbfbd] .el-table__row th {
|
|
border-right: 1px solid #0a287f !important;
|
|
border-bottom: 1px solid #0a287f !important;
|
|
}
|
|
.dangerous-source-table .el-table {
|
|
background-color: transparent !important;
|
|
border: 1px solid #0a287f !important;
|
|
}
|
|
.dangerous-source-table .el-table th {
|
|
background-color: #0a287f !important;
|
|
border: 1px solid #0a287f !important;
|
|
text-align: center !important;
|
|
font-size: 14px !important;
|
|
color: #fff !important;
|
|
height: 39px !important;
|
|
}
|
|
.dangerous-source-table .el-table th,
|
|
.dangerous-source-table .el-table th .cell {
|
|
font-weight: 400 !important;
|
|
padding: 0 !important;
|
|
}
|
|
.dangerous-source-table .el-table th:first-child .cell {
|
|
color: #fff !important;
|
|
}
|
|
.dangerous-source-table .el-table th .cell span {
|
|
font-weight: 600 !important;
|
|
}
|
|
.dangerous-source-table .el-table td {
|
|
border: 1px solid #0a287f !important;
|
|
text-align: center !important;
|
|
font-size: 14px !important;
|
|
color: #fff !important;
|
|
height: 34px !important;
|
|
font-weight: 400 !important;
|
|
}
|
|
.dangerous-source-table .el-table td,
|
|
.dangerous-source-table .el-table td .cell {
|
|
background-color: transparent !important;
|
|
background: transparent !important;
|
|
padding: 0 !important;
|
|
}
|
|
.dangerous-source-table .el-table tbody,
|
|
.dangerous-source-table .el-table tbody tr,
|
|
.dangerous-source-table .el-table tbody tr td {
|
|
background-color: transparent !important;
|
|
background: transparent !important;
|
|
}
|
|
.dangerous-source-table .el-table tbody tr:hover > td {
|
|
background-color: #0a287f !important;
|
|
}
|
|
.dangerous-source-table .el-table__body,
|
|
.dangerous-source-table .el-table__body-wrapper,
|
|
.dangerous-source-table .el-table__header,
|
|
.dangerous-source-table .el-table__header-wrapper {
|
|
background-color: transparent !important;
|
|
}
|
|
.dangerous-source-table .el-table:after,
|
|
.dangerous-source-table .el-table:before,
|
|
.dangerous-source-table .el-table__inner-wrapper:after,
|
|
.dangerous-source-table .el-table__inner-wrapper:before {
|
|
display: none !important;
|
|
}
|