feat: 初始化静态镜像站点仓库
This commit is contained in:
@@ -0,0 +1,202 @@
|
||||
.barChart[data-v-5980728a],
|
||||
.barLineChart[data-v-10d1b145] {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.flowlayout[data-v-36ce54dd] {
|
||||
height: 100vh;
|
||||
}
|
||||
.title-Box[data-v-36ce54dd] {
|
||||
-webkit-box-pack: justify;
|
||||
-ms-flex-pack: justify;
|
||||
justify-content: space-between;
|
||||
-ms-flex-align: center;
|
||||
}
|
||||
.body-flex[data-v-36ce54dd],
|
||||
.title-Box[data-v-36ce54dd] {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
align-items: center;
|
||||
}
|
||||
.body-flex[data-v-36ce54dd] {
|
||||
-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;
|
||||
-ms-flex-pack: distribute;
|
||||
justify-content: space-around;
|
||||
-ms-flex-align: center;
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.body-flex .itemBodyFlex[data-v-36ce54dd] {
|
||||
-webkit-box-flex: 1;
|
||||
-ms-flex: 1;
|
||||
flex: 1;
|
||||
height: 100%;
|
||||
cursor: pointer;
|
||||
}
|
||||
.chargeAmountCharts[data-v-36ce54dd] {
|
||||
height: 157px;
|
||||
}
|
||||
.energyBoard[data-v-36ce54dd] {
|
||||
height: 100%;
|
||||
overflow: visible;
|
||||
}
|
||||
.energyBoard .num_list[data-v-36ce54dd] {
|
||||
text-align: center;
|
||||
padding: 12px 10px 8px;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
-webkit-box-pack: start;
|
||||
-ms-flex-pack: start;
|
||||
justify-content: flex-start;
|
||||
height: 100%;
|
||||
}
|
||||
.energyBoard .num[data-v-36ce54dd],
|
||||
.energyBoard .num_list[data-v-36ce54dd] {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.energyBoard .num[data-v-36ce54dd] {
|
||||
position: relative;
|
||||
padding-left: 80px;
|
||||
min-height: 60px;
|
||||
width: 100%;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
.energyBoard .num .i[data-v-36ce54dd] {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 50%;
|
||||
-webkit-transform: translateY(-50%);
|
||||
transform: translateY(-50%);
|
||||
width: 70px;
|
||||
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;
|
||||
-ms-flex-negative: 0;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.energyBoard .num .i img[data-v-36ce54dd] {
|
||||
width: 65px;
|
||||
vertical-align: middle;
|
||||
max-width: 100%;
|
||||
}
|
||||
.energyBoard .num .txt[data-v-36ce54dd] {
|
||||
-webkit-box-flex: 1;
|
||||
-ms-flex: 1;
|
||||
flex: 1;
|
||||
text-align: left;
|
||||
padding-left: 8px;
|
||||
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-pack: center;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
min-width: 0;
|
||||
}
|
||||
.energyBoard .num .txt p[data-v-36ce54dd] {
|
||||
font-size: 14px;
|
||||
color: #b5c1d1;
|
||||
margin: 0 0 3px 0;
|
||||
line-height: 1.3;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.energyBoard .num .txt b[data-v-36ce54dd] {
|
||||
font-size: 20px;
|
||||
color: #33d1ff;
|
||||
display: -webkit-inline-box;
|
||||
display: -ms-inline-flexbox;
|
||||
display: inline-flex;
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
margin-top: 0;
|
||||
font-weight: 400;
|
||||
line-height: 1.3;
|
||||
-ms-flex-wrap: wrap;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.energyBoard .num .txt b img[data-v-36ce54dd] {
|
||||
cursor: pointer;
|
||||
width: 15px;
|
||||
margin-left: 5px;
|
||||
vertical-align: middle;
|
||||
-ms-flex-negative: 0;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.energyBoard .c[data-v-36ce54dd] {
|
||||
width: calc(100% - 30px);
|
||||
height: 1px;
|
||||
background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, #26458f), color-stop(80%, #26458f), to(transparent));
|
||||
background:
|
||||
linear-gradient(
|
||||
90deg,
|
||||
transparent,
|
||||
#26458f 20%,
|
||||
#26458f 80%,
|
||||
transparent);
|
||||
margin: 4px 15px;
|
||||
-ms-flex-negative: 0;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.box-flex[data-v-36ce54dd] {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-pack: justify;
|
||||
-ms-flex-pack: justify;
|
||||
justify-content: space-between;
|
||||
font-size: 14px;
|
||||
}
|
||||
.box-flex p[data-v-36ce54dd] {
|
||||
text-align: center;
|
||||
}
|
||||
.noDataBox[data-v-36ce54dd] {
|
||||
height: 82px;
|
||||
}
|
||||
.noData[data-v-36ce54dd],
|
||||
.noDataBox[data-v-36ce54dd] {
|
||||
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;
|
||||
}
|
||||
.noData[data-v-36ce54dd] {
|
||||
height: 157px;
|
||||
}
|
||||
.treeMapBox[data-v-36ce54dd] {
|
||||
height: 314px;
|
||||
}
|
||||
Reference in New Issue
Block a user