|
@@ -59,7 +59,14 @@
|
|
|
color:@black;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+ .el-year-table{
|
|
|
+ td{
|
|
|
+ color: @black;
|
|
|
+ }
|
|
|
+ td.today .cell,td:hover{
|
|
|
+ color: @blue;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
.el-input{
|
|
|
.el-input__inner{
|
|
@@ -114,4 +121,109 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ // 状态转换率
|
|
|
+ .newspan {
|
|
|
+ color: @black;
|
|
|
+ }
|
|
|
+ .newspan:hover {
|
|
|
+ background: linear-gradient(to top,rgba(54,52,142, 0.5),rgba(54,52,142, 0));
|
|
|
+ color: @deepblue;
|
|
|
+ }
|
|
|
+ .newspan:hover::after {
|
|
|
+ border: 0.093vh solid @deepblue;
|
|
|
+ }
|
|
|
+ .active {
|
|
|
+ background: linear-gradient(to top,rgba(54,52,142, 0.5),rgba(54,52,142, 0));
|
|
|
+ color: @deepblue;
|
|
|
+ }
|
|
|
+ .active::after {
|
|
|
+ border: 0.093vh solid @deepblue;
|
|
|
+ }
|
|
|
+
|
|
|
+ .el-month-table td .cell:hover,
|
|
|
+ .el-date-picker__header-label.active,
|
|
|
+ .el-date-picker__header-label:hover{
|
|
|
+ color:@blue;
|
|
|
+ }
|
|
|
+
|
|
|
+ // 综合分析
|
|
|
+ .ztfx {
|
|
|
+ .table-complex {
|
|
|
+ .table {
|
|
|
+ tbody {
|
|
|
+ tr:nth-child(2n) td {
|
|
|
+ background-color: fade(@black, 20%);
|
|
|
+ &.item {
|
|
|
+ background-color: transparent;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ th {
|
|
|
+ background: fade(@black, 40);
|
|
|
+ color: @white;
|
|
|
+ }
|
|
|
+ td {
|
|
|
+ color: @black;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .table-panel {
|
|
|
+ .table {
|
|
|
+ tbody {
|
|
|
+ tr:nth-child(2n) td {
|
|
|
+ background-color: fade(@black, 20%);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ th {
|
|
|
+ background: fade(@black, 40);
|
|
|
+ color: @white;
|
|
|
+ }
|
|
|
+ td {
|
|
|
+ color: @black;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ // .action-bar .selections .item.active,.action-bar .selections .item:hover{
|
|
|
+ // border: 1px solid @deepblue;
|
|
|
+ // color:@deepblue ;
|
|
|
+ // background-image: linear-gradient(to top,rgba(57, 54, 143, 0.5),rgba(5, 187, 76, 0));
|
|
|
+ // background: linear-gradient(to top, rgba(54, 52, 142, 0.5), rgba(54, 52, 142, 0));
|
|
|
+ // }
|
|
|
+
|
|
|
+ .action-bar {
|
|
|
+ .selections {
|
|
|
+ .item {
|
|
|
+ color: @black;
|
|
|
+ &:hover,
|
|
|
+ &.active {
|
|
|
+ background: fade(@deepblue, 20);
|
|
|
+ border: 1px solid @deepblue;
|
|
|
+ color: @deepblue;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ // 风场信息
|
|
|
+ .fc-info {
|
|
|
+ .fc-item {
|
|
|
+ & > .title {
|
|
|
+ color: @black;
|
|
|
+ }
|
|
|
+ .tags {
|
|
|
+ .tag {
|
|
|
+ .tag-title {
|
|
|
+ color: @black;
|
|
|
+ }
|
|
|
+ .tag-value {
|
|
|
+ color: @deepblue;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|