fuchengshen
2022-07-04 343ba87e09501be7a63abde000a43e13a5b4f03e
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
.toolBarRight {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 20210101;
  background: rgba(43, 44, 47, 0.8);
  border-radius: 3px;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, .15);
}
 
.toolBarRight i {
  padding-right: 5px;
  min-width: 18px;
}
 
.toolBarRight-btn {
  list-style-type: none;
  cursor: pointer;
  border-right: solid 1px #2b2c2f;
  color: #edffff;
}
 
.toolBarRight-btn .btn-link a {
  text-decoration: none;
}
 
.toolBarRight-btn:hover {
  color: #fff;
}
 
.layui-layer-title i {
  margin-right: 10px;
}
 
.toolBarRight-dropdown-menu {
  background: rgba(43, 44, 47, 0.8);
  border: 1px solid #2b2c2f;
  min-width: 110px;
}
 
.toolBarRight-dropdown-menu>li>a {
  color: #edffff;
}
 
.toolBarRight-dropdown-menu>li>a:hover, .toolBarRight-dropdown-menu>li>a:focus {
  color: #fff;
  background-color: #444d59;
}
 
.toolBarRight-dropdown-menu>.active>a, .toolBarRight-dropdown-menu>.active>a:hover, .toolBarRight-dropdown-menu>.active>a:focus {
  color: #fff;
  background-color: #444d59;
}