|
@@ -2,92 +2,9 @@
|
|
|
|
|
|
#appBody.light {
|
|
|
|
|
|
- // 基础矩阵白色主题样式
|
|
|
- .panel-body {
|
|
|
- background: @white;
|
|
|
- transition: @transition;
|
|
|
- }
|
|
|
-
|
|
|
- .card-panel .card-left .tag {
|
|
|
- color: @black;
|
|
|
- }
|
|
|
-
|
|
|
- .light-matrix .panel {
|
|
|
- background-color: gainsboro;
|
|
|
- }
|
|
|
-
|
|
|
- .green[data-v-065abbc5] {
|
|
|
- color: @green;
|
|
|
- }
|
|
|
-
|
|
|
- .green[data-v-6a0a9536] {
|
|
|
- color: @green;
|
|
|
- }
|
|
|
-
|
|
|
- .light-matrix .panel-box .panel-title .panel-title-name[data-v-065abbc5] {
|
|
|
- font-size: 1.296vh;
|
|
|
- color: @deepblue;
|
|
|
- font-weight: bold;
|
|
|
- }
|
|
|
-
|
|
|
- .svg-icon.svg-icon-green svg use {
|
|
|
- fill: @deepblue;
|
|
|
- }
|
|
|
-
|
|
|
- //明细矩阵
|
|
|
- .light-matrix .panel-box .panel-title .panel-title-name[data-v-e0caa1f6] {
|
|
|
- color: @deepblue;
|
|
|
- font-weight: bold;
|
|
|
- }
|
|
|
-
|
|
|
- //欠发矩阵
|
|
|
- .light-matrix .panel-box .panel-title .panel-title-name[data-v-6a0a9536] {
|
|
|
- color: @deepblue;
|
|
|
- font-weight: bold;
|
|
|
- }
|
|
|
-
|
|
|
- //光伏矩阵
|
|
|
- .light-matrix .panel-box .panel-title .panel-title-name[data-v-55c30df5] {
|
|
|
- color: @deepblue;
|
|
|
- font-weight: bold;
|
|
|
- }
|
|
|
-
|
|
|
//驾驶舱模块-矩阵白色主题样式二级页面
|
|
|
- //基本信息-日发电量1
|
|
|
- .wind-site-base-info .generation {
|
|
|
- background: @white;
|
|
|
- }
|
|
|
-
|
|
|
- //基本信息-日发电量2
|
|
|
- .el-col-10 {
|
|
|
- background: @white;
|
|
|
- }
|
|
|
-
|
|
|
- //基本信息-日发电量右侧
|
|
|
- .wind-site-warning[data-v-40a70b04] {
|
|
|
- background: @white;
|
|
|
- transition: @transition;
|
|
|
- }
|
|
|
-
|
|
|
- //右侧导航栏第一个-天气
|
|
|
- .wind-site-weather[data-v-ccb406f8] {
|
|
|
- background: @white;
|
|
|
- transition: @transition;
|
|
|
- }
|
|
|
|
|
|
- .wind-site-base-info {
|
|
|
- .wind-site-name {
|
|
|
- border: none;
|
|
|
- background-color: @fadePurple;
|
|
|
- }
|
|
|
- .wind-site-other{
|
|
|
- .wind-site-tag{
|
|
|
- background-color: @white;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .title[data-v-2c3073c8] {
|
|
|
+ .title {
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
|
|
@@ -98,14 +15,7 @@
|
|
|
}
|
|
|
|
|
|
//最右侧导航
|
|
|
- .wind-site .page-common-body .page-common-body-menu .page-common-body-menu-box[data-v-3b6e4be5] {
|
|
|
- background-color: @white;
|
|
|
- transition: @transition;
|
|
|
- }
|
|
|
-
|
|
|
- .wind-site .page-common-body .page-common-body-menu .page-common-body-menu-box .page-common-body-menu-item[data-v-3b6e4be5] {
|
|
|
- border: 0.093vh solid @deepblue;
|
|
|
- }
|
|
|
+
|
|
|
|
|
|
//右侧导航栏第二个底色
|
|
|
.df-table .custom-table.el-table {
|
|
@@ -155,15 +65,10 @@
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
|
|
|
- .matrix .panel-title .panel-title-name[data-v-2e858362] {
|
|
|
+ .matrix .panel-title .panel-title-name {
|
|
|
color: @deepblue;
|
|
|
}
|
|
|
|
|
|
- .com-panel.line {
|
|
|
- margin-left: 1px;
|
|
|
- z-index: 1;
|
|
|
- }
|
|
|
-
|
|
|
.wave {
|
|
|
z-index: 1;
|
|
|
}
|
|
@@ -176,36 +81,6 @@
|
|
|
fill: @black;
|
|
|
}
|
|
|
|
|
|
- // 状态监视白色主题样式
|
|
|
- .status-panel .status-com-panel .p-body .category-box[data-v-74094c42] {
|
|
|
- width: 100%;
|
|
|
- background-color: @white;
|
|
|
- transition: @transition;
|
|
|
- display: flex;
|
|
|
- margin-bottom: 0.37vh;
|
|
|
- }
|
|
|
-
|
|
|
- .el-scrollbar__wrap {
|
|
|
- background: @white;
|
|
|
- transition: @transition;
|
|
|
- }
|
|
|
-
|
|
|
- .map-1 .btn-group-tabs[data-v-0ec6dd0b] {
|
|
|
- display: flex;
|
|
|
- flex-direction: row;
|
|
|
- background: @white;
|
|
|
- height: 50px;
|
|
|
- }
|
|
|
-
|
|
|
- .status-panel .status-com-panel .p-body .item-box .data-item.light[data-v-74094c42] {
|
|
|
- background-color: @deepblue;
|
|
|
- position: relative;
|
|
|
- }
|
|
|
-
|
|
|
- .status-panel .status-com-panel .p-body .category-box .score span[data-v-74094c42] {
|
|
|
- color: @deepblue;
|
|
|
- }
|
|
|
-
|
|
|
//驾驶舱模块-Agc白色主题样式
|
|
|
.com-panel2 .panel-header2 .panel-tools2 {
|
|
|
color: @black;
|
|
@@ -305,19 +180,7 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- .wind-site-base-info {
|
|
|
- .wind-site-tag {
|
|
|
- background: @gray-3;
|
|
|
- .tag-value {
|
|
|
- color: @deepblue;
|
|
|
- }
|
|
|
- }
|
|
|
- .info-panel {
|
|
|
- .panel-title {
|
|
|
- background: @gray-3;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
+
|
|
|
|
|
|
.table-form tr:nth-child(2n){
|
|
|
background: @gray-3;
|
|
@@ -334,4 +197,56 @@
|
|
|
background: @gray-3;
|
|
|
}
|
|
|
}
|
|
|
+ .Inverter-Info .box-main .Inverter-Info-body .inverter-datas .inverter-item .inverter-item-info .states{
|
|
|
+ .state-list .list-item{
|
|
|
+ background: rgba(96, 103, 105, 0.1);
|
|
|
+ &:nth-child(2n){
|
|
|
+ background: transparent
|
|
|
+ }
|
|
|
+ .state{
|
|
|
+ background: rgba(96, 103, 105, 0.2);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .counts {
|
|
|
+ .all{
|
|
|
+ background: rgba(96, 103, 105, 0.1);
|
|
|
+ }
|
|
|
+ .error{
|
|
|
+ color:@white;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .Inverter-Info .box-main {
|
|
|
+ .wind-site-menu{
|
|
|
+ background-color: @gray-3;
|
|
|
+ }
|
|
|
+ .Inverter-Info-body {
|
|
|
+ .inverter-datas .inverter-item .inverter-item-info{
|
|
|
+ border:1px solid @gray-3;
|
|
|
+ background-color: @white;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .btn-group-with-icon .btn-group-with-icon-list a{
|
|
|
+ background-color: @white;
|
|
|
+ border: none;
|
|
|
+ color: @black;
|
|
|
+ &.active{
|
|
|
+ color: @white;
|
|
|
+ background-color: @deepblue;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ // 暂无认领部分
|
|
|
+ // .el-scrollbar__wrap {
|
|
|
+ // background: @white;
|
|
|
+ // transition: @transition;
|
|
|
+ // }
|
|
|
+
|
|
|
+ // .map-1 .btn-group-tabs {
|
|
|
+ // display: flex;
|
|
|
+ // flex-direction: row;
|
|
|
+ // background: @white;
|
|
|
+ // height: 50px;
|
|
|
+ // }
|
|
|
}
|