wangjuncheng
7 天以前 f60f7c614e60221ed7c0ddb93c52608e86f4b57e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
.left {
  position: absolute;
  width: 355px;
  top: 100px;
  left: 30px;
  bottom: 45px;
  z-index: 99;
}
 
.left-top {
  background: url("@/assets/img/left/topbg.png") no-repeat;
  width: 100%;
  height: 41px;
  color: white;
  line-height: 41px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-indent: 80px;
  letter-spacing: 2px;
}
 
.left-content {
  margin-top: 20px;
  background: url("@/assets/img/left/leftbg.png");
  background-size: 100% 100%;
  width: 100%;
  height: calc(100% - 70px);
}
 
.el-button {
  background-color: #009688 !important;
  border-color: #009688 !important;
  color: #fff !important;
}
 
.el-button:active,
.el-button:hover {
  background-color: #009688 !important;
  border-color: #009688 !important;
  color: #fff !important;
}
 
.el-picker-panel__icon-btn {
  color: #fff !important;
  font-size: 18px;
}
 
.el-select-dropdown__item.is-hovering {
  background-color: #009688;
}
 
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  color: white !important;
  background-color: rgb(38, 124, 124, 0.5) !important;
}
 
.el-slider__bar {
  background-color: #009688 !important;
  border-color: #009688 !important;
}
 
.el-slider__button {
  border-color: rgb(0, 150, 136) !important;
}
 
.el-select-dropdown {
  background: rgba(8, 75, 66, 1) !important;
  color: white !important;
}
 
.el-picker-panel__body div {
  background: #084b42 !important;
}
 
.el-picker-panel {
  background: rgba(8, 75, 66, 1) !important;
}
 
.el-select-dropdown__item {
  color: white !important;
  font-size: 12px !important;
}
 
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  color: #409eff !important;
}
 
.el-input__wrapper {
  background: rgba(8, 75, 66, 1) !important;
  border: 2px solid #437a74 !important;
  box-shadow: none !important;
}
 
.el-select__wrapper {
  background: rgba(8, 75, 66, 1) !important;
  border: 2px solid #437a74 !important;
  box-shadow: none !important;
}
 
.el-time-spinner__item:hover:not(.is-disabled):not(.is-active),
.el-date-table td.current:not(.disabled) .el-date-table-cell__text {
  background: #009688 !important;
}
 
.el-picker-panel__footer {
  background-color: #084b42 !important;
}
 
.el-date-table td.end-date .el-date-table-cell__text,
.el-date-table td.start-date .el-date-table-cell__text {
  background-color: #61f7d4 !important;
}
 
.el-date-table td.today .el-date-table-cell__text {
  color: #61f7d4 !important;
}
 
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover,
.el-time-panel__btn.confirm,
.el-date-editor .el-range-separator,
.el-date-editor .el-range-input,
.el-time-panel__btn,
.el-time-spinner__item,
.el-date-table th,
.el-picker-panel__body,
.el-select__placeholder,
.el-form-item__label,
.el-input__inner,
.el-select__placeholder,
.el-date-range-picker__header [class*="arrow-left"] {
  color: white !important;
}
 
.el-date-editor.el-input,
.el-date-editor.el-input__wrapper {
  height: 100% !important;
  width: 100% !important;
}