保安监管系统-验收版本
zhengpz
2021-12-07 dbb160f7ce6c334ee561e551930ec72b5f5db899
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
.theme-vip .avue-header {
  background-color: #20222a;
}
 
.theme-vip .el-dropdown {
  color: rgba(246, 202, 157, 0.7);
}
 
.theme-vip .avue-logo .avue-logo_title {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 202, 157, 0.7)), to(#f6ca9d));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
}
 
.theme-vip .avue-breadcrumb i {
  color: rgba(246, 202, 157, 0.7);
}
 
.theme-vip .avue-sidebar .el-menu-item.is-active:before {
  background: rgba(246, 202, 157, 0.7);
}
 
.theme-vip .avue-sidebar .el-menu-item.is-active i, .theme-vip .avue-sidebar .el-menu-item.is-active span {
  color: #f6ca9d;
}
 
.theme-vip .avue-tags .el-tabs__item {
  color: rgba(0, 0, 0, 0.4) !important;
}
 
.theme-vip .avue-tags .el-tabs__item.is-active {
  color: #f6ca9d !important;
  border-color: #f6ca9d !important;
}
 
.theme-vip .avue-tags .el-tabs__item:before {
  background: #f6ca9d;
}
 
.theme-vip .top-search .el-input__inner {
  color: rgba(246, 202, 157, 0.7);
}
 
.theme-vip .top-search input::-webkit-input-placeholder,
.theme-vip .top-search textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(246, 202, 157, 0.7);
}
 
.theme-vip .top-search input:-moz-placeholder,
.theme-vip .top-search textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(246, 202, 157, 0.7);
}
 
.theme-vip .top-search input::-moz-placeholder,
.theme-vip .top-search textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(246, 202, 157, 0.7);
}
 
.theme-vip .top-search input:-ms-input-placeholder,
.theme-vip .top-search textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(246, 202, 157, 0.7);
}
 
.theme-vip .top-bar__item i {
  color: rgba(246, 202, 157, 0.7);
}
 
.theme-vip .avue-top .el-menu-item i,
.theme-vip .avue-top .el-menu-item span {
  color: rgba(246, 202, 157, 0.7);
}
 
.theme-vip .avue-top .el-menu-item:hover i,
.theme-vip .avue-top .el-menu-item:hover span {
  color: #f6ca9d;
}
/*# sourceMappingURL=vip.css.map */