|
|
@@ -48,12 +48,13 @@
|
|
|
<aside class="sidebar-left panel" v-if="showWindDB">
|
|
|
<div class="stat-block">
|
|
|
<p class="label">总装机容量:</p>
|
|
|
+ <!-- #fff -->
|
|
|
<p class="value">
|
|
|
2541<span
|
|
|
style="
|
|
|
font-size: 18px;
|
|
|
font-weight: 400;
|
|
|
- color: #6c757d;
|
|
|
+ color: #fff;
|
|
|
margin-left: 4px;
|
|
|
"
|
|
|
>MW</span
|
|
|
@@ -72,7 +73,7 @@
|
|
|
style="
|
|
|
font-size: 14px;
|
|
|
font-weight: 400;
|
|
|
- color: #6c757d;
|
|
|
+ color: #fff;
|
|
|
margin-left: 4px;
|
|
|
"
|
|
|
>MW</span
|
|
|
@@ -86,7 +87,7 @@
|
|
|
style="
|
|
|
font-size: 14px;
|
|
|
font-weight: 400;
|
|
|
- color: #6c757d;
|
|
|
+ color: #fff;
|
|
|
margin-left: 4px;
|
|
|
"
|
|
|
>MW</span
|
|
|
@@ -163,7 +164,7 @@
|
|
|
<span
|
|
|
style="
|
|
|
font-size: 15px;
|
|
|
- color: #6c757d;
|
|
|
+ color: #fff;
|
|
|
font-weight: 600;
|
|
|
position: relative;
|
|
|
top: 20px;
|
|
|
@@ -207,7 +208,7 @@
|
|
|
class="labels"
|
|
|
style="display: flex; justify-content: center; align-items: center"
|
|
|
>
|
|
|
- <span style="font-size: 15px; color: #6c757d; font-weight: 600"
|
|
|
+ <span style="font-size: 15px; color: #fff; font-weight: 600"
|
|
|
>UTC地球时间</span
|
|
|
>
|
|
|
</span>
|
|
|
@@ -661,7 +662,7 @@
|
|
|
: 'background-color:#05BB4C'
|
|
|
"
|
|
|
></span>
|
|
|
- <span style="color: #606769">{{ item[0].total }}</span>
|
|
|
+ <span style="color: #fff">{{ item[0].total }}</span>
|
|
|
</div>
|
|
|
<list-bar-chart-2-home
|
|
|
:list="item"
|
|
|
@@ -765,7 +766,7 @@
|
|
|
: 'background-color:#05BB4C'
|
|
|
"
|
|
|
></span>
|
|
|
- <span style="color: #606769">{{ item[0].total }}</span>
|
|
|
+ <span style="color: #fff">{{ item[0].total }}</span>
|
|
|
</div>
|
|
|
<list-bar-chart-2-home
|
|
|
:list="item"
|
|
|
@@ -1321,9 +1322,9 @@ export default {
|
|
|
|
|
|
<style lang="less" scoped>
|
|
|
.panel {
|
|
|
- background: rgba(248, 249, 252, 0.85);
|
|
|
- backdrop-filter: blur(15px);
|
|
|
- -webkit-backdrop-filter: blur(15px);
|
|
|
+ background: rgba(249, 249, 249, 0.2);
|
|
|
+ backdrop-filter: blur(55px);
|
|
|
+ -webkit-backdrop-filter: blur(55px);
|
|
|
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
|
border-radius: 12px;
|
|
|
box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.08);
|
|
|
@@ -1381,7 +1382,7 @@ export default {
|
|
|
}
|
|
|
.stat-block .label {
|
|
|
font-size: 26px;
|
|
|
- color: #6c757d;
|
|
|
+ color: #fff;
|
|
|
margin-bottom: 5px;
|
|
|
}
|
|
|
.stat-block .value {
|
|
|
@@ -1391,7 +1392,7 @@ export default {
|
|
|
}
|
|
|
.stat-block .labels {
|
|
|
font-size: 14px;
|
|
|
- color: #6c757d;
|
|
|
+ color: #fff;
|
|
|
margin-bottom: 5px;
|
|
|
}
|
|
|
.stat-block .values {
|
|
|
@@ -1407,7 +1408,7 @@ export default {
|
|
|
}
|
|
|
.progress-bar-inner {
|
|
|
height: 100%;
|
|
|
- background: #6c757d;
|
|
|
+ background: #fff;
|
|
|
border-radius: 2px;
|
|
|
}
|
|
|
|
|
|
@@ -1426,7 +1427,7 @@ export default {
|
|
|
font-size: 16px;
|
|
|
font-weight: 600;
|
|
|
text-transform: uppercase;
|
|
|
- color: #6c757d;
|
|
|
+ color: #fff;
|
|
|
margin-bottom: 5px;
|
|
|
}
|
|
|
}
|
|
|
@@ -1450,7 +1451,7 @@ export default {
|
|
|
margin-left: 5px;
|
|
|
}
|
|
|
.title {
|
|
|
- color: #6c757d;
|
|
|
+ color: #fff;
|
|
|
|
|
|
text-align: right;
|
|
|
.title-name {
|
|
|
@@ -1475,7 +1476,7 @@ export default {
|
|
|
span {
|
|
|
font-size: 12px;
|
|
|
font-weight: 400;
|
|
|
- color: #6c757d;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
span:nth-child(3) {
|
|
|
font-size: 19px;
|
|
|
@@ -1496,7 +1497,7 @@ export default {
|
|
|
.el-col:nth-child(1) {
|
|
|
font-size: 12px;
|
|
|
font-weight: 400;
|
|
|
- color: #6c757d;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
.el-col:nth-child(2) {
|
|
|
font-size: 16px;
|
|
|
@@ -1506,7 +1507,7 @@ export default {
|
|
|
.el-col:nth-child(3) {
|
|
|
font-size: 14px;
|
|
|
font-weight: 400;
|
|
|
- color: #6c757d;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -1551,7 +1552,7 @@ export default {
|
|
|
font-size: 16px;
|
|
|
font-weight: 600;
|
|
|
text-transform: uppercase;
|
|
|
- color: #6c757d;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
|
|
|
.unit {
|
|
|
@@ -1594,7 +1595,7 @@ export default {
|
|
|
|
|
|
.save-value {
|
|
|
font-size: 16px;
|
|
|
- color: #6c757d;
|
|
|
+ color: #fff;
|
|
|
margin: 10px 0;
|
|
|
}
|
|
|
|
|
|
@@ -1628,7 +1629,7 @@ export default {
|
|
|
padding: 5px 8px;
|
|
|
}
|
|
|
.is-disabled {
|
|
|
- background: #d4d4d4;
|
|
|
+ background: #cacaca;
|
|
|
color: #909090;
|
|
|
}
|
|
|
}
|
|
|
@@ -1652,11 +1653,11 @@ export default {
|
|
|
}
|
|
|
.labels {
|
|
|
font-size: 15px;
|
|
|
- color: #6c757d;
|
|
|
+ color: #fff;
|
|
|
width: 40px;
|
|
|
font-weight: 600;
|
|
|
display: block;
|
|
|
- border-right: 2px solid #6c757d;
|
|
|
+ border-right: 2px solid #fff;
|
|
|
}
|
|
|
.values {
|
|
|
font-size: 15px;
|
|
|
@@ -1745,20 +1746,8 @@ export default {
|
|
|
gap: 20px;
|
|
|
}
|
|
|
</style>
|
|
|
-<style lang="less">
|
|
|
-.windSty{
|
|
|
- .el-select__wrapper{
|
|
|
- background: transparent !important;
|
|
|
- box-shadow: none;
|
|
|
- }
|
|
|
- .is-hovering:not(.is-focused){
|
|
|
- background: transparent !important;
|
|
|
- box-shadow: none;
|
|
|
- }
|
|
|
- .el-select__placeholder {
|
|
|
- color: #fff !important;
|
|
|
- }
|
|
|
-}
|
|
|
+<style lang="less" scoped>
|
|
|
+
|
|
|
.currentSlider {
|
|
|
.el-slider__runway {
|
|
|
background: linear-gradient(
|
|
|
@@ -1812,7 +1801,7 @@ export default {
|
|
|
.power-name {
|
|
|
width: 80px;
|
|
|
margin-bottom: 20px;
|
|
|
- color: #6c757d;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
|
|
|
.power-item {
|
|
|
@@ -1831,7 +1820,7 @@ export default {
|
|
|
height: 5px;
|
|
|
border-radius: 5px;
|
|
|
display: inline-block;
|
|
|
- background-color: #6c757d;
|
|
|
+ background-color: #fff;
|
|
|
margin-right: 5px;
|
|
|
}
|
|
|
|
|
|
@@ -1872,7 +1861,7 @@ export default {
|
|
|
|
|
|
.amount-nums {
|
|
|
font-size: 12px;
|
|
|
- color: #6c757d;
|
|
|
+ color: #fff;
|
|
|
margin-left: 10px;
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
@@ -1880,7 +1869,7 @@ export default {
|
|
|
|
|
|
.num-item {
|
|
|
font-size: 20px;
|
|
|
- color: #6c757d;
|
|
|
+ color: #fff;
|
|
|
margin-right: 5px;
|
|
|
}
|
|
|
}
|
|
|
@@ -1890,7 +1879,7 @@ export default {
|
|
|
display: flex;
|
|
|
align-items: baseline;
|
|
|
font-size: 14px;
|
|
|
- color: #6c757d;
|
|
|
+ color: #fff;
|
|
|
|
|
|
.nums {
|
|
|
font-size: 20px;
|
|
|
@@ -1924,7 +1913,7 @@ export default {
|
|
|
|
|
|
.unit {
|
|
|
text-align: right;
|
|
|
- color: #b1b1b1;
|
|
|
+ color: #fff;
|
|
|
font-size: 12px;
|
|
|
// float: right;
|
|
|
}
|
|
|
@@ -1957,7 +1946,7 @@ export default {
|
|
|
|
|
|
.type-num {
|
|
|
height: 15px;
|
|
|
- color: #6c757d;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -1995,7 +1984,7 @@ export default {
|
|
|
font-size: 14px;
|
|
|
font-family: Microsoft YaHei;
|
|
|
font-weight: 400;
|
|
|
- color: #6c757d;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
.status-title {
|
|
|
width: 100%;
|
|
|
@@ -2007,7 +1996,7 @@ export default {
|
|
|
font-size: 16px;
|
|
|
font-weight: 600;
|
|
|
text-transform: uppercase;
|
|
|
- color: #6c757d;
|
|
|
+ color: #fff;
|
|
|
margin-bottom: 5px;
|
|
|
}
|
|
|
}
|
|
|
@@ -2082,7 +2071,7 @@ export default {
|
|
|
font-size: 12px;
|
|
|
font-weight: 600;
|
|
|
text-transform: uppercase;
|
|
|
- color: #6c757d;
|
|
|
+ color: #fff;
|
|
|
margin-bottom: 15px;
|
|
|
}
|
|
|
.info-item {
|
|
|
@@ -2092,12 +2081,27 @@ export default {
|
|
|
padding: 0 5px;
|
|
|
}
|
|
|
.info-item .label {
|
|
|
- color: #6c757d;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
.info-item .value {
|
|
|
- color: #6c757d;
|
|
|
+ color: #fff;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
gap: 5px;
|
|
|
}
|
|
|
+</style>
|
|
|
+<style lang="less">
|
|
|
+.windSty{
|
|
|
+ .el-select__wrapper{
|
|
|
+ background: transparent !important;
|
|
|
+ box-shadow: none;
|
|
|
+ }
|
|
|
+ .is-hovering:not(.is-focused){
|
|
|
+ background: transparent !important;
|
|
|
+ box-shadow: none;
|
|
|
+ }
|
|
|
+ .el-select__placeholder {
|
|
|
+ color: #fff !important;
|
|
|
+ }
|
|
|
+}
|
|
|
</style>
|