shuishen
2021-06-23 9356ddd3554e1ddf8847923d0ce2eceeef8411f0
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
.jimu-widget-Layermanagement {
    color: #555;
}
 
.jimu-widget-Layermanagement .layer-tab {
    position: fixed;
    top: 72px;
    right: 10px;
}
 
.jimu-widget-Layermanagement .layer-tab button {
    background: #fff;
    box-shadow: 0 0 8px #fff;
    width: 32px;
    height: 32px;
    border-radius: 14%;
    padding: 0;
    vertical-align: middle;
    z-index: 0;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    border: 1px solid #444;
    border-color: #fff;
    fill: #edffff;
    margin: 1px 2px;
    cursor: pointer;
    overflow: hidden;
    user-select: none;
}
 
.jimu-widget-Layermanagement .layer-tab button:focus {
 
    outline: none !important;
 
}
 
.jimu-widget-Layermanagement .layer-tab button img {
    width: 20px;
}
 
.jimu-widget-Layermanagement .layer-list {
    display: none;
    position: fixed;
    top: 72px;
    right: 60px;
    width: 320px;
    min-height: 80px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 8px #fff;
}
 
.jimu-widget-Layermanagement .layer-list .layer-list-box {
    max-height: 360px;
    overflow-y: auto;
}
 
.jimu-widget-Layermanagement .layer-list h3 {
    position: relative;
    margin: 0;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}
 
.jimu-widget-Layermanagement .layer-list h3 .sign-head-th-xx {
    position: absolute;
    right: 0px;
}
 
.jimu-widget-Layermanagement .layer-list li {
    padding: 0 10px;
}
 
.jimu-widget-Layermanagement .layer-list li>div {
    display: flex;
    align-items: center;
    height: 36px;
}
 
.jimu-widget-Layermanagement .layer-list li>div span {
    width: calc(100% - 102px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
 
.jimu-widget-Layermanagement .layer-list .control-btn {
    padding: 0 !important;
    width: 24px !important;
    height: 24px !important;
    line-height: 24px !important;
    margin-left: 10px;
}
 
.jimu-widget-Layermanagement .layer-list .layui-btn {
    border: none;
}
 
.jimu-widget-Layermanagement .layer-list .control-btn img{
    margin: auto;
    width: 16px;
    height: 16px;
}
 
 
.jimu-widget-Layermanagement .tree-layer-opcity {
    display: none;
    position: fixed;
    top: 72px;
    right: 390px;
    width: 260px;
    height: auto;
    background: #Fff;
    border-radius: 5px;
    box-shadow: 0 0 8px #fff;
  }
  
  .jimu-widget-Layermanagement .tree-layer-opcity h3 {
    margin: 0;
    height: 36px;
    line-height: 36px;
    text-align: center;
  }
  
  
  .jimu-widget-Layermanagement .tree-layer-opcity .close {
    position: absolute;
    top: 4px;
    right: 4px;
  }
  
  .jimu-widget-Layermanagement .tree-layer-opcity li>div:first-child {
    padding: 0 10px;
    line-height: 28px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
  }
  
  .jimu-widget-Layermanagement .tree-layer-opcity li>div:last-child {
    margin: 10px 10px;
    width: calc(100% - 20px);
  }