liuyg
2021-07-02 25ce610f6ecca7325e7a743dc032c4a76559c63d
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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
.jimu-widget-Tool {
  position: relative;
  font-size: 14px;
  height: 36px;
  width: 100%;
  /* 240px */
  background: rgb(254, 254, 254);
  color: #838383;
  /* border-radius: 6px 0 0 6px; */
  text-align: center;
  cursor: pointer;
  z-index: 14 !important
}
 
.jimu-widget-Tool .tool-bar {
  width: 100%;
  height: 24px;
  line-height: 24px;
  margin-top: 6px;
  border-right: 1px solid #DDDDDD;
}
 
.jimu-widget-Tool .tool-bar .tool-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.jimu-widget-Tool .tool-bar .tool-btn i {
  width: 14px;
  height: 14px;
  margin-right: 4px;
  background: url(../../../images/工具.png) no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
}
 
.jimu-widget-Tool .tool-bar .tool-btn span:hover {
  text-decoration: underline;
}
 
.jimu-widget-Tool .tool-bar .tool-btn del {
  margin-left: 4px;
  width: 10px;
  height: 6px;
  background: url(../../../images/展开.png) no-repeat;
  background-size: 10px 6px;
  /* vertical-align: / */
}
 
.jimu-widget-Tool .tool-bar .tool-y-box {
  display: none;
  position: absolute;
  top: 40px;
  right: 0px;
  width: 100px;
  /* height: 505px; */
  height: 38px;
}
 
.jimu-widget-Tool .tool-bar .tool-y-box ul,
.jimu-widget-Tool .tool-bar .tool-y-box li {
  margin: 0;
  padding: 0;
}
 
.jimu-widget-Tool .tool-bar .tool-y-box ul {
  border-radius: 5px;
  height: auto;
  box-shadow: 0px 0px 2px 1px #E5E5E5;
}
 
.jimu-widget-Tool .tool-bar .tool-y-box li {
  list-style: none;
  height: 36px;
  line-height: 36px;
  background: #FEFEFE;
}
 
.jimu-widget-Tool .tool-bar .tool-y-box li:hover {
  color: #fff;
  background: #3F9CFC;
}
 
.jimu-widget-Tool .tool-bar .tool-y-box li:hover i {
  filter: grayscale(100%) brightness(200%);
}
 
 
.jimu-widget-Tool .tool-bar .tool-y-box li i {
  margin-top: -2px;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-size: 100% 100% !important;
}
 
.jimu-widget-Tool .tool-bar .tool-y-box li:nth-child(1) {
  border-radius: 5px 5px 0 0;
}
 
.jimu-widget-Tool .tool-bar .tool-y-box li:nth-child(1) i {
  background: url(../../../images/图上测量.png ) no-repeat;
}
 
.jimu-widget-Tool .tool-bar .tool-y-box li:nth-child(2) i {
  background: url(../../../images/卷帘对比.png ) no-repeat;
}
 
.jimu-widget-Tool .tool-bar .tool-y-box li:nth-child(3) i {
  background: url(../../../images/分屏对比.png ) no-repeat;
}
 
.jimu-widget-Tool .tool-bar .tool-y-box li:nth-child(4) i {
  background: url(../../../images/我的标记.png ) no-repeat;
}
 
.jimu-widget-Tool .tool-bar .tool-y-box li:nth-child(5) i {
  background: url(../../../images/坐标定位.png ) no-repeat;
}
 
.jimu-widget-Tool .tool-bar .tool-y-box li:nth-child(6) i {
  background: url(../../../images/场景快照.png ) no-repeat;
}
 
.jimu-widget-Tool .tool-bar .tool-y-box li:nth-child(7) i {
  background: url(../../../images/可视分析.png ) no-repeat;
}
 
.jimu-widget-Tool .tool-bar .tool-y-box li:nth-child(8) i {
  background: url(../../../images/剖面分析.png ) no-repeat;
}
 
.jimu-widget-Tool .tool-bar .tool-y-box li:nth-child(9) i {
  background: url(../../../images/坡度坡向.png ) no-repeat;
}
 
/* .jimu-widget-Tool .tool-bar .tool-y-box li:nth-child(9) i {
  background: url(../../../images/toolbox1.png ) no-repeat 0 -156px;
} */
 
.jimu-widget-Tool .tool-bar .tool-y-box li:last-child {
  border-radius: 0 0 5px 5px;
}
 
 
/* .jimu-widget-Tool .tool-bar .tool-y-box li:nth-child(2) i {
  background: url(../../../images/toolbox.png ) no-repeat 0 -16px;
} */
 
 
/* .jimu-widget-Tool .tool-bar .tool-y-box li:nth-child(1) i {
  background: url(../../../images/toolbox.png ) no-repeat 0 0;
}
 
.jimu-widget-Tool .tool-bar .tool-y-box li:nth-child(2) i {
  background: url(../../../images/toolbox.png ) no-repeat 0 -16px;
}
 
.jimu-widget-Tool .tool-bar .tool-y-box li:nth-child(3) i {
  background: url(../../../images/toolbox.png ) no-repeat 0 -32px;
}
 
.jimu-widget-Tool .tool-bar .tool-y-box li:nth-child(4) i {
  height: 15px;
  background: url(../../../images/toolbox.png ) no-repeat 0 -48px;
}
 
.jimu-widget-Tool .tool-bar .tool-y-box li:nth-child(5) i {
  background: url(../../../images/toolbox.png ) no-repeat 0 -64px;
}
 
.jimu-widget-Tool .tool-bar .tool-y-box li:nth-child(6) i {
  height: 14px;
  background: url(../../../images/toolbox.png ) no-repeat 0 -79px;
}
 
.jimu-widget-Tool .tool-bar .tool-y-box li:nth-child(7) i {
  background: url(../../../images/toolbox.png ) no-repeat 0 -93px;
}
 
.jimu-widget-Tool .tool-bar .tool-y-box li:nth-child(8) i {
  background: url(../../../images/toolbox.png ) no-repeat 0 -111px;
}
 
.jimu-widget-Tool .tool-bar .tool-y-box li:nth-child(9) i {
  background: url(../../../images/toolbox.png ) no-repeat 0 -126px;
}
 
.jimu-widget-Tool .tool-bar .tool-y-box li:nth-child(10) i {
  background: url(../../../images/toolbox.png ) no-repeat 0 -141px;
}
 
.jimu-widget-Tool .tool-bar .tool-y-box li:nth-child(11) i {
  background: url(../../../images/toolbox.png ) no-repeat 0 -157px;
}
 
.jimu-widget-Tool .tool-bar .tool-y-box li:nth-child(12) i {
  background: url(../../../images/toolbox.png ) no-repeat 0 -173px;
}
 
.jimu-widget-Tool .tool-bar .tool-y-box li:nth-child(13) i {
  background: url(../../../images/toolbox.png ) no-repeat 0 -188px;
}
 
.jimu-widget-Tool .tool-bar .tool-y-box li:nth-child(14) i {
  background: url(../../../images/toolbox.png ) no-repeat 0 -204px;
} */