|
|
@@ -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);
|
|
|
@@ -1364,7 +1365,7 @@ export default {
|
|
|
}
|
|
|
.sidebar-left {
|
|
|
top: 160px;
|
|
|
- width: 260px;
|
|
|
+ width: 270px;
|
|
|
}
|
|
|
|
|
|
.stat-block-lefttop {
|
|
|
@@ -1380,18 +1381,18 @@ export default {
|
|
|
margin-bottom: 15px;
|
|
|
}
|
|
|
.stat-block .label {
|
|
|
- font-size: 26px;
|
|
|
- color: #6c757d;
|
|
|
- margin-bottom: 5px;
|
|
|
+ font-size: 22px;
|
|
|
+ color: #fff;
|
|
|
+// margin-bottom: 5px;
|
|
|
}
|
|
|
.stat-block .value {
|
|
|
- font-size: 32px;
|
|
|
+ font-size: 28px;
|
|
|
font-weight: 600;
|
|
|
color: #4b55ae;
|
|
|
}
|
|
|
.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,55 +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;
|
|
|
- }
|
|
|
-}
|
|
|
-.currentSlider {
|
|
|
- .el-slider__runway {
|
|
|
- background: linear-gradient(
|
|
|
- 90deg,
|
|
|
- #0a1931 0%,
|
|
|
- /* 凌晨4点 - 深蓝色 */ #1b3b6f 15%,
|
|
|
- /* 清晨 - 蓝色 */ #4a90e2 30%,
|
|
|
- /* 早晨 - 浅蓝色 */ #f7d038 45%,
|
|
|
- /* 上午 - 黄色 */ #ffffff 60%,
|
|
|
- /* 正午 - 白色 */ #ff9966 75%,
|
|
|
- /* 傍晚 - 橙色 */ #6a3093 90%,
|
|
|
- /* 夜晚 - 深紫色 */ #0a1931 100% /* 凌晨4点 - 深蓝色 */
|
|
|
- );
|
|
|
- // background: linear-gradient(
|
|
|
- // to right,
|
|
|
- // #0d1b2a 0%,
|
|
|
- // /* 22:00 - 深夜 */ #1b263b 8.33%,
|
|
|
- // /* 00:00 */ #1b263b 16.67%,
|
|
|
- // /* 02:00 */ #415a77 25%,
|
|
|
- // /* 04:00 - 黎明前 */ #778da9 33.33%,
|
|
|
- // /* 06:00 - 清晨 */ #a8c0e0 41.67%,
|
|
|
- // /* 08:00 */ #d4e4f7 50%,
|
|
|
- // /* 10:00 */ #ffffff 58.33%,
|
|
|
- // /* 12:00 - 正午 */ #ffffff 66.67%,
|
|
|
- // /* 14:00 */ #fff9e6 75%,
|
|
|
- // /* 16:00 */ #ffd89b 83.33%,
|
|
|
- // /* 18:00 - 黄昏 */ #b4846c 91.67%,
|
|
|
- // /* 20:00 */ #0d1b2a 100% /* 22:00 */
|
|
|
- // );
|
|
|
- }
|
|
|
+<style lang="less" scoped>
|
|
|
|
|
|
- .el-slider__bar {
|
|
|
- background: transparent;
|
|
|
- }
|
|
|
-}
|
|
|
.model-bg-new-right {
|
|
|
width: 100%;
|
|
|
min-height: 135px;
|
|
|
@@ -1812,7 +1766,7 @@ export default {
|
|
|
.power-name {
|
|
|
width: 80px;
|
|
|
margin-bottom: 20px;
|
|
|
- color: #6c757d;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
|
|
|
.power-item {
|
|
|
@@ -1831,7 +1785,7 @@ export default {
|
|
|
height: 5px;
|
|
|
border-radius: 5px;
|
|
|
display: inline-block;
|
|
|
- background-color: #6c757d;
|
|
|
+ background-color: #fff;
|
|
|
margin-right: 5px;
|
|
|
}
|
|
|
|
|
|
@@ -1872,7 +1826,7 @@ export default {
|
|
|
|
|
|
.amount-nums {
|
|
|
font-size: 12px;
|
|
|
- color: #6c757d;
|
|
|
+ color: #fff;
|
|
|
margin-left: 10px;
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
@@ -1880,7 +1834,7 @@ export default {
|
|
|
|
|
|
.num-item {
|
|
|
font-size: 20px;
|
|
|
- color: #6c757d;
|
|
|
+ color: #fff;
|
|
|
margin-right: 5px;
|
|
|
}
|
|
|
}
|
|
|
@@ -1890,7 +1844,7 @@ export default {
|
|
|
display: flex;
|
|
|
align-items: baseline;
|
|
|
font-size: 14px;
|
|
|
- color: #6c757d;
|
|
|
+ color: #fff;
|
|
|
|
|
|
.nums {
|
|
|
font-size: 20px;
|
|
|
@@ -1924,7 +1878,7 @@ export default {
|
|
|
|
|
|
.unit {
|
|
|
text-align: right;
|
|
|
- color: #b1b1b1;
|
|
|
+ color: #fff;
|
|
|
font-size: 12px;
|
|
|
// float: right;
|
|
|
}
|
|
|
@@ -1957,7 +1911,7 @@ export default {
|
|
|
|
|
|
.type-num {
|
|
|
height: 15px;
|
|
|
- color: #6c757d;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -1995,7 +1949,7 @@ export default {
|
|
|
font-size: 14px;
|
|
|
font-family: Microsoft YaHei;
|
|
|
font-weight: 400;
|
|
|
- color: #6c757d;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
.status-title {
|
|
|
width: 100%;
|
|
|
@@ -2007,7 +1961,7 @@ export default {
|
|
|
font-size: 16px;
|
|
|
font-weight: 600;
|
|
|
text-transform: uppercase;
|
|
|
- color: #6c757d;
|
|
|
+ color: #fff;
|
|
|
margin-bottom: 5px;
|
|
|
}
|
|
|
}
|
|
|
@@ -2082,7 +2036,7 @@ export default {
|
|
|
font-size: 12px;
|
|
|
font-weight: 600;
|
|
|
text-transform: uppercase;
|
|
|
- color: #6c757d;
|
|
|
+ color: #fff;
|
|
|
margin-bottom: 15px;
|
|
|
}
|
|
|
.info-item {
|
|
|
@@ -2092,12 +2046,68 @@ export default {
|
|
|
padding: 0 5px;
|
|
|
}
|
|
|
.info-item .label {
|
|
|
- color: #6c757d;
|
|
|
+ color: #fff;
|
|
|
+ font-weight: 600;
|
|
|
}
|
|
|
.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;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.currentSlider {
|
|
|
+ .el-slider__runway {
|
|
|
+ background: linear-gradient(
|
|
|
+ 90deg,
|
|
|
+ #0a1931 0%,
|
|
|
+ /* 凌晨4点 - 深蓝色 */ #1b3b6f 15%,
|
|
|
+ /* 清晨 - 蓝色 */ #4a90e2 30%,
|
|
|
+ /* 早晨 - 浅蓝色 */ #f7d038 45%,
|
|
|
+ /* 上午 - 黄色 */ #ffffff 60%,
|
|
|
+ /* 正午 - 白色 */ #ff9966 75%,
|
|
|
+ /* 傍晚 - 橙色 */ #6a3093 90%,
|
|
|
+ /* 夜晚 - 深紫色 */ #0a1931 100% /* 凌晨4点 - 深蓝色 */
|
|
|
+ );
|
|
|
+
|
|
|
+ .el-slider__marks-text{
|
|
|
+ color: #fff !important;
|
|
|
+ }
|
|
|
+ // background: linear-gradient(
|
|
|
+ // to right,
|
|
|
+ // #0d1b2a 0%,
|
|
|
+ // /* 22:00 - 深夜 */ #1b263b 8.33%,
|
|
|
+ // /* 00:00 */ #1b263b 16.67%,
|
|
|
+ // /* 02:00 */ #415a77 25%,
|
|
|
+ // /* 04:00 - 黎明前 */ #778da9 33.33%,
|
|
|
+ // /* 06:00 - 清晨 */ #a8c0e0 41.67%,
|
|
|
+ // /* 08:00 */ #d4e4f7 50%,
|
|
|
+ // /* 10:00 */ #ffffff 58.33%,
|
|
|
+ // /* 12:00 - 正午 */ #ffffff 66.67%,
|
|
|
+ // /* 14:00 */ #fff9e6 75%,
|
|
|
+ // /* 16:00 */ #ffd89b 83.33%,
|
|
|
+ // /* 18:00 - 黄昏 */ #b4846c 91.67%,
|
|
|
+ // /* 20:00 */ #0d1b2a 100% /* 22:00 */
|
|
|
+ // );
|
|
|
+ }
|
|
|
+
|
|
|
+ .el-slider__bar {
|
|
|
+ background: transparent;
|
|
|
+ }
|
|
|
+}
|
|
|
</style>
|