|
@@ -0,0 +1,61 @@
|
|
|
+// 经济运行模块-明细矩阵白色主题样式
|
|
|
+
|
|
|
+@import "./setting.less";
|
|
|
+
|
|
|
+
|
|
|
+#appBody.light {
|
|
|
+ .panel-body{
|
|
|
+ background:@white;
|
|
|
+ transition: @transition;
|
|
|
+ }
|
|
|
+ .card-panel .card-left .tag{
|
|
|
+ color: @black;
|
|
|
+ }
|
|
|
+ .light-matrix .panel{
|
|
|
+ background-color: rgb(216, 228, 231);
|
|
|
+ }
|
|
|
+ //基本信息-日发电量1
|
|
|
+ .wind-site-base-info .generation {
|
|
|
+ background: @white;
|
|
|
+ }
|
|
|
+ //基本信息-日发电量2
|
|
|
+ .el-col-10 {
|
|
|
+ background: @white;
|
|
|
+ }
|
|
|
+ //基本信息-日发电量右侧
|
|
|
+ .wind-site-warning{
|
|
|
+ background: @white;
|
|
|
+ transition: @transition;
|
|
|
+ }
|
|
|
+ //右侧导航栏第一个-天气
|
|
|
+ .wind-site-weather[data-v-ccb406f8]{
|
|
|
+ background: @white;
|
|
|
+ transition: @transition;
|
|
|
+ }
|
|
|
+ //右侧导航栏第一个-最右侧
|
|
|
+ .light-matrix-small{
|
|
|
+ background: @white;
|
|
|
+ transition: @transition;
|
|
|
+ }
|
|
|
+ //最右侧导航
|
|
|
+ .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{
|
|
|
+ background: @white;
|
|
|
+ transition: @transition;
|
|
|
+ }
|
|
|
+ .general-appearance-body{
|
|
|
+ background: @white;
|
|
|
+ transition: @transition;
|
|
|
+ }
|
|
|
+ .booster-station-body{
|
|
|
+ background: @white;
|
|
|
+ transition: @transition;
|
|
|
+ }
|
|
|
+}
|