保安监管系统-验收版本
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
.theme-d2 .avue-logo {
  color: #409EFF;
  background-color: #ebf1f6;
  -webkit-box-shadow: none;
          box-shadow: none;
}
 
.theme-d2 .avue-logo .avue-logo_title {
  font-size: 20px;
  font-weight: 400;
}
 
.theme-d2 .avue-top {
  background-color: #ebf1f6;
  -webkit-box-shadow: none;
          box-shadow: none;
}
 
.theme-d2 .avue-main {
  padding: 0 5px;
}
 
.theme-d2 .avue-tags {
  margin-left: 6px;
  padding: 0;
  border: 1px solid #e4e7ed;
  border-radius: 3px;
  background-color: #ebf1f6;
  -webkit-box-shadow: none;
          box-shadow: none;
}
 
.theme-d2 .avue-tags .el-tabs__item {
  border-left: 1px solid #cfd7e5 !important;
  margin: 0 !important;
  background-color: rgba(0, 0, 0, 0.03) !important;
  color: #606266 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
 
.theme-d2 .avue-tags .el-tabs__item:first-child {
  border-left: none !important;
}
 
.theme-d2 .avue-tags .is-active {
  border-bottom: 1px solid #fff !important;
  background-color: #fff !important;
  color: #409EFF !important;
}
 
.theme-d2 .avue-sidebar {
  background-color: #ebf1f6;
  -webkit-box-shadow: none;
          box-shadow: none;
}
 
.theme-d2 .avue-sidebar .el-menu-item i, .theme-d2 .avue-sidebar .el-menu-item span, .theme-d2 .avue-sidebar .el-submenu__title i, .theme-d2 .avue-sidebar .el-submenu__title span {
  color: #606266;
}
 
.theme-d2 .avue-sidebar .el-menu-item:hover, .theme-d2 .avue-sidebar .el-menu-item.is-active, .theme-d2 .avue-sidebar .el-submenu__title:hover, .theme-d2 .avue-sidebar .el-submenu__title.is-active {
  background: rgba(255, 255, 255, 0.5);
}
 
.theme-d2 .avue-sidebar .el-menu-item:hover i, .theme-d2 .avue-sidebar .el-menu-item:hover span, .theme-d2 .avue-sidebar .el-menu-item.is-active i, .theme-d2 .avue-sidebar .el-menu-item.is-active span, .theme-d2 .avue-sidebar .el-submenu__title:hover i, .theme-d2 .avue-sidebar .el-submenu__title:hover span, .theme-d2 .avue-sidebar .el-submenu__title.is-active i, .theme-d2 .avue-sidebar .el-submenu__title.is-active span {
  color: #409EFF;
}
/*# sourceMappingURL=d2.css.map */