nnnjjj123
2020-11-17 1b2c1edb61190eeb19f465ff031eaa3b2a1b8dbc
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
.jimu-widget-Layermanagement {
  position: relative;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  width: 100%;   /* 240px */
  background: rgba(44, 46, 46, 0.7);
  color: #fff;
  border-right: 1px solid #000;
  text-align: center;
  cursor: pointer;
  z-index: 10 !important;
}
 
.layer-management {
  width: 100%;
}
 
.layer-management .menu-switch {
  width: 72px;
  height: 32px;
  line-height: 32px;
}
 
.layer-management .menu-switch i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../../../images/menu.png) no-repeat;
  background-size: 16px;
  vertical-align: middle;
}
 
.layer-management .menu-switch span:hover {
  text-decoration: underline;
}
 
.layer-management .ztree-demo-background {
  display: none;
  position: fixed;
  top: 98px;
  right: 10px;
  /* bottom: 25px; */
  height: 64%;
  width: 240px;
  background: rgba(31,39,48, .7);
  border: 1px solid rgb(69, 154, 251);
  border-radius: 4px;
  color: #fff;
}
 
.layer-management .ztree-demo-background .ztree {
  position: absolute;
  top: 47px;
  bottom: 10px;
  overflow: auto;
  width: 100%;
  height: auto;
}
 
.layer-management .ztree-demo-background .layer-tag-bar {
  width: 100%;
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid rgb(69, 154, 251);
}
 
.layer-management .ztree-demo-background .layer-tag-bar img {
  float: left;
  margin-top: 8px;
  margin-left: 8px;
  vertical-align: middle;
  height: 32px;
  width: 32px;
}
 
.layer-management .ztree-demo-background .layer-tag-bar span{
  float: left;
  font-size: 18px;
  margin-left: 6px;
 
}
 
.layer-management .ztree-demo-background .layer-tag-bar i {
  float: right;
  height: 100%;
  width: 46px;
  font-size: 46px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  cursor: pointer;
}
 
.layer-management a {
  color: #fff !important;
}
 
.layer-management .ztree li span {
  color: rgb(228, 228, 228);
}
 
#treeDemo a.curSelectedNode {
  background-color: transparent !important;
  border: none;
}
 
#treeDemo li ul li a span.button.ico_docu {
  background-size: 16px !important;
}
#layermanagement {
  height: 100%;
  overflow: hidden;
}
 
 
#layermanagement iframe {
  height: 95% !important;
}