保安监管系统-验收版本
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
.theme-hey .avue-sidebar {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
          box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
}
 
.theme-hey .avue-sidebar .el-menu-item i, .theme-hey .avue-sidebar .el-menu-item span, .theme-hey .avue-sidebar .el-submenu__title i, .theme-hey .avue-sidebar .el-submenu__title span {
  color: rgba(49, 58, 70, 0.8);
}
 
.theme-hey .avue-sidebar .el-menu-item:hover, .theme-hey .avue-sidebar .el-submenu__title:hover {
  background: transparent;
}
 
.theme-hey .avue-sidebar .el-menu-item:hover i, .theme-hey .avue-sidebar .el-menu-item:hover span, .theme-hey .avue-sidebar .el-submenu__title:hover i, .theme-hey .avue-sidebar .el-submenu__title:hover span {
  color: #409eff;
}
 
.theme-hey .avue-sidebar .el-menu-item.is-active, .theme-hey .avue-sidebar .el-submenu__title.is-active {
  background-color: #f0f6ff;
}
 
.theme-hey .avue-sidebar .el-menu-item.is-active:before, .theme-hey .avue-sidebar .el-submenu__title.is-active:before {
  left: auto;
  right: 0;
}
 
.theme-hey .avue-sidebar .el-menu-item.is-active i, .theme-hey .avue-sidebar .el-menu-item.is-active span, .theme-hey .avue-sidebar .el-submenu__title.is-active i, .theme-hey .avue-sidebar .el-submenu__title.is-active span {
  color: #409eff;
}
 
.theme-hey .avue-logo {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
 
.theme-hey .avue-logo .avue-logo_title {
  color: #409eff;
  font-size: 20px;
}
 
.theme-hey .avue-tags {
  background: #f3f6f8;
}
 
.theme-hey .avue-tags .el-tabs__item {
  color: rgba(0, 0, 0, 0.65) !important;
}
 
.theme-hey .avue-tags .is-active {
  background-color: #fff;
  border-bottom: none !important;
}
/*# sourceMappingURL=hey.css.map */