保安监管系统-验收版本
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
.theme-star .avue-main {
  background: transparent;
}
 
.theme-star .avue-contail {
  background-image: url("/img/bg/star-squashed.jpg");
  background-size: 100% 100%;
}
 
.theme-star .avue-logo {
  color: #fff;
}
 
.theme-star .avue-header,
.theme-star .avue-logo,
.theme-star .tags-container {
  background-color: transparent;
}
 
.theme-star .el-card, .theme-star .error-page {
  opacity: .9;
}
 
.theme-star .avue-tabs {
  padding: 0 20px;
}
 
.theme-star .avue-tags {
  background-color: transparent;
  border-top: none;
}
 
.theme-star .avue-top .avue-breadcrumb {
  color: #fff;
}
 
.theme-star .avue-top .el-menu-item i, .theme-star .avue-top .el-menu-item span {
  color: #fff;
}
 
.theme-star .avue-top .el-menu-item.is-active {
  background-color: rgba(0, 0, 0, 0.4);
}
 
.theme-star .avue-top .el-dropdown {
  color: #fff;
}
 
.theme-star .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: transparent;
}
 
.theme-star .avue-sidebar .el-menu-item i, .theme-star .avue-sidebar .el-menu-item span, .theme-star .avue-sidebar .el-submenu__title i, .theme-star .avue-sidebar .el-submenu__title span {
  color: #fff;
}
 
.theme-star .avue-sidebar .el-menu-item:hover, .theme-star .avue-sidebar .el-submenu__title:hover {
  background: transparent;
}
 
.theme-star .avue-sidebar .el-menu-item:hover i, .theme-star .avue-sidebar .el-menu-item:hover span, .theme-star .avue-sidebar .el-submenu__title:hover i, .theme-star .avue-sidebar .el-submenu__title:hover span {
  color: #409EFF;
}
 
.theme-star .avue-sidebar .el-menu-item.is-active, .theme-star .avue-sidebar .el-submenu__title.is-active {
  background-color: rgba(0, 0, 0, 0.4);
}
 
.theme-star .avue-sidebar .el-menu-item.is-active i, .theme-star .avue-sidebar .el-menu-item.is-active span, .theme-star .avue-sidebar .el-submenu__title.is-active i, .theme-star .avue-sidebar .el-submenu__title.is-active span {
  color: #fff;
}
 
.theme-star .top-search .el-input__inner {
  color: #333;
}
 
.theme-star .top-search input::-webkit-input-placeholder,
.theme-star .top-search textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
 
.theme-star .top-search input:-moz-placeholder,
.theme-star .top-search textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
 
.theme-star .top-search input::-moz-placeholder,
.theme-star .top-search textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
 
.theme-star .top-search input:-ms-input-placeholder,
.theme-star .top-search textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
 
.theme-star .top-bar__item i {
  color: #fff;
}
/*# sourceMappingURL=star.css.map */