guonan
2025-04-16 0face36fd79ce30127c80d131b1bc41106133f3b
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
.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-date-range-picker__header [class*="arrow-left"] {
  color: #ffffff;
}
.el-select-dropdown__item.is-hovering {
  background-color: #009688;
}
 
.el-select__placeholder {
  color: white;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  color: white !important;
  background-color: rgb(38, 124, 124, 0.5) !important;
}
.el-select__placeholder,
.el-form-item__label,
.el-input__inner {
  color: #fff !important;
}