|
@@ -162,4 +162,244 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ // 健康推荐-已分配任务
|
|
|
+ .track-info {
|
|
|
+ .form-info {
|
|
|
+ .work-flow {
|
|
|
+ background: fade(@gray, 20);
|
|
|
+ .work-flow-line {
|
|
|
+ background: @deepblue;
|
|
|
+ }
|
|
|
+
|
|
|
+ .work-flow-item {
|
|
|
+ &.active {
|
|
|
+ background: none;
|
|
|
+ .work-flow-icon-item {
|
|
|
+ .work-flow-icon-o {
|
|
|
+ border: 1px solid @deepblue;
|
|
|
+ }
|
|
|
+
|
|
|
+ .work-flow-icon-i {
|
|
|
+ border: 2px solid @deepblue;
|
|
|
+ background: linear-gradient(to bottom, @gray-l 0%,@gray-l 20%,@deepblue 100%);
|
|
|
+ }
|
|
|
+
|
|
|
+ .svg-icon {
|
|
|
+ svg {
|
|
|
+ use {
|
|
|
+ fill: @deepblue;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .work-flow-text {
|
|
|
+ color: @deepblue;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .work-flow-icon-item {
|
|
|
+ .work-flow-icon-o {
|
|
|
+ border: 1px solid #B3BDC0;
|
|
|
+ }
|
|
|
+
|
|
|
+ .work-flow-icon-m {
|
|
|
+ border: 4px solid #212b2b;
|
|
|
+ }
|
|
|
+
|
|
|
+ .work-flow-icon-i {
|
|
|
+ border: 2px solid @gray-l;
|
|
|
+ background: linear-gradient(to bottom, @gray 0%,@gray 20%,@gray-l 100%);
|
|
|
+ }
|
|
|
+
|
|
|
+ .svg-icon {
|
|
|
+ svg {
|
|
|
+ use {
|
|
|
+ fill: @gray-l;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .work-flow-text {
|
|
|
+ color: @black;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .evaluate {
|
|
|
+
|
|
|
+ .evaluate-item {
|
|
|
+ .evaluate-label,
|
|
|
+ .evaluate-unit {
|
|
|
+ color: @black;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .tabs {
|
|
|
+ border-left: 1px solid #53626833;
|
|
|
+
|
|
|
+ .tab-box {
|
|
|
+
|
|
|
+ .tab-item {
|
|
|
+ &.active {
|
|
|
+ color: @deepblue;
|
|
|
+ background-image: @deepblueLinearTop;
|
|
|
+
|
|
|
+ &::after {
|
|
|
+ border: 1px solid @deepblue;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .el-textarea {
|
|
|
+ .el-textarea__inner {
|
|
|
+ color: @black;
|
|
|
+ background: fade(@gray-l, 20);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .defect-elimination-tracking {
|
|
|
+ background: fade(@white, 95);
|
|
|
+ border: 1px solid fade(@deepblue, 50);
|
|
|
+
|
|
|
+ .defect-elimination-tracking-close {
|
|
|
+ &:hover {
|
|
|
+ i {
|
|
|
+ color: @blue;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .header-tile-box {
|
|
|
+ .header-tile {
|
|
|
+
|
|
|
+ .info-form-box {
|
|
|
+ .info-form {
|
|
|
+ .info-form-label {
|
|
|
+ color: @gray;
|
|
|
+ }
|
|
|
+ .info-form-value {
|
|
|
+ color: @black;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .det-chart-title {
|
|
|
+ color: @black;
|
|
|
+ }
|
|
|
+
|
|
|
+ .det-chart-sub-title {
|
|
|
+ color: @black;
|
|
|
+ }
|
|
|
+
|
|
|
+ .det-chart-sub-title-big {
|
|
|
+ color: @black;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .health-2 {
|
|
|
+ // 电量健康情况
|
|
|
+ .power-info {
|
|
|
+ .info-tab {
|
|
|
+
|
|
|
+ .tab {
|
|
|
+ color: @black;
|
|
|
+
|
|
|
+ &:hover,
|
|
|
+ &.active {
|
|
|
+ background: fade(@deepblue, 20);
|
|
|
+ border: 1px solid @deepblue;
|
|
|
+ color: @deepblue;
|
|
|
+ i {
|
|
|
+ svg use {
|
|
|
+ fill: @deepblue;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ &.active::after {
|
|
|
+ border-bottom: 9px solid @deepblue;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ // 风场信息
|
|
|
+ .fc-info {
|
|
|
+ .fc-item {
|
|
|
+
|
|
|
+ & > .title {
|
|
|
+ color: fade(@black, 75);
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ .tags {
|
|
|
+ .tag {
|
|
|
+ .tag-title {
|
|
|
+ color: @black;
|
|
|
+ }
|
|
|
+
|
|
|
+ .tag-value {
|
|
|
+ color: @deepblue;
|
|
|
+ .unit {
|
|
|
+ color: @gray;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .health-info {
|
|
|
+ .title {
|
|
|
+ color: @black;
|
|
|
+ .actions {
|
|
|
+ .action {
|
|
|
+ color: @gray;
|
|
|
+ svg use {
|
|
|
+ fill: @gray;
|
|
|
+ }
|
|
|
+ &.active,
|
|
|
+ &:hover {
|
|
|
+ background: none;
|
|
|
+ color: @deepblue;
|
|
|
+ svg use {
|
|
|
+ fill: @deepblue;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .info-body {
|
|
|
+ .device-list {
|
|
|
+ .item {
|
|
|
+ color: @black;
|
|
|
+ &.green {
|
|
|
+ color: @green;
|
|
|
+ background: fade(@green, 20);
|
|
|
+ border-color: @green;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .health-3{
|
|
|
+ .com-panel{
|
|
|
+ .green{
|
|
|
+ color:@green;
|
|
|
+ &.lengend{
|
|
|
+ background:@blue;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
}
|