保安监管系统-验收版本
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
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
.theme-cool .el-menu--popup .el-menu-item {
  background-color: #fff;
}
 
.theme-cool .el-menu--popup .el-menu-item i, .theme-cool .el-menu--popup .el-menu-item span {
  color: #666;
}
 
.theme-cool .el-menu--popup .el-menu-item:hover i, .theme-cool .el-menu--popup .el-menu-item:hover span {
  color: #333;
}
 
.theme-cool .el-menu--popup .el-menu-item.is-active {
  background-color: #409EFF;
}
 
.theme-cool .el-menu--popup .el-menu-item.is-active:before {
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background: #409eff;
  position: absolute;
}
 
.theme-cool .el-menu--popup .el-menu-item.is-active i, .theme-cool .el-menu--popup .el-menu-item.is-active span {
  color: #fff;
}
 
.theme-cool .avue-header {
  background: linear-gradient(120deg, #25aff3, #008ad3);
}
 
.theme-cool .avue-tags {
  padding: 0 3px;
  margin: 8px 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}
 
.theme-cool .avue-tags .el-tabs__header .el-tabs__item {
  padding: 0 10px !important;
  background-color: #fff;
  margin-right: 5px;
  color: #909399;
  border-radius: 3px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
}
 
.theme-cool .avue-tags .el-tabs__header .el-tabs__item.is-active {
  border: none;
  color: #008ad3;
}
 
.theme-cool .avue-logo {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
 
.theme-cool .avue-sidebar--tip {
  background-color: transparent;
  color: #333;
}
 
.theme-cool .el-dropdown {
  color: #fff;
}
 
.theme-cool .avue-logo_title {
  font-weight: 400;
  color: #008ad3;
}
 
.theme-cool .logo_title,
.theme-cool .avue-breadcrumb {
  color: #fff;
}
 
.theme-cool .logo_title i,
.theme-cool .avue-breadcrumb i {
  color: #fff;
}
 
.theme-cool .avue-top .el-menu-item i,
.theme-cool .avue-top .el-menu-item span {
  color: #fff;
}
 
.theme-cool .avue-top .el-menu-item:hover i,
.theme-cool .avue-top .el-menu-item:hover span {
  color: #fff;
}
 
.theme-cool .avue-sidebar {
  -webkit-box-shadow: 2px 0 6px rgba(0, 21, 41, 0.15);
          box-shadow: 2px 0 6px rgba(0, 21, 41, 0.15);
  background-color: #fff;
  padding-top: 70px;
}
 
.theme-cool .avue-sidebar .el-menu-item, .theme-cool .avue-sidebar .el-submenu__title {
  font-size: 13px;
}
 
.theme-cool .avue-sidebar .el-menu-item i, .theme-cool .avue-sidebar .el-menu-item span, .theme-cool .avue-sidebar .el-submenu__title i, .theme-cool .avue-sidebar .el-submenu__title span {
  color: #000;
}
 
.theme-cool .avue-sidebar .el-menu-item:hover, .theme-cool .avue-sidebar .el-submenu__title:hover {
  background: transparent;
}
 
.theme-cool .avue-sidebar .el-menu-item:hover i, .theme-cool .avue-sidebar .el-menu-item:hover span, .theme-cool .avue-sidebar .el-submenu__title:hover i, .theme-cool .avue-sidebar .el-submenu__title:hover span {
  color: #000;
}
 
.theme-cool .avue-sidebar .el-menu-item.is-active, .theme-cool .avue-sidebar .el-submenu__title.is-active {
  background-color: #e5f1fb;
}
 
.theme-cool .avue-sidebar .el-menu-item.is-active::before, .theme-cool .avue-sidebar .el-submenu__title.is-active::before {
  width: 0;
}
 
.theme-cool .avue-sidebar .el-menu-item.is-active i, .theme-cool .avue-sidebar .el-menu-item.is-active span, .theme-cool .avue-sidebar .el-submenu__title.is-active i, .theme-cool .avue-sidebar .el-submenu__title.is-active span {
  color: #25aff3;
}
 
.theme-cool .top-search .el-input__inner {
  color: #333;
}
 
.theme-cool .top-search input::-webkit-input-placeholder,
.theme-cool .top-search textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
 
.theme-cool .top-search input:-moz-placeholder,
.theme-cool .top-search textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
 
.theme-cool .top-search input::-moz-placeholder,
.theme-cool .top-search textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
 
.theme-cool .top-search input:-ms-input-placeholder,
.theme-cool .top-search textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
 
.theme-cool .top-bar__item i {
  color: #fff;
}
/*# sourceMappingURL=cool.css.map */