zengh
2022-05-16 63ad2c3598400370dd7da5534659fd7e768a0a4a
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
.toolbar-icon {
    background-repeat: no-repeat;
    background-position: center center;
    height: 25px;
    width: 35px;
    display: inline-block;
    float: left;
    margin-top: 7px;
}
 
.toollabel {
    line-height: 50px;
}
 
.toolbar-item-normal {
    height: 38px;
    width: 35px;
    justify-content: center;
    align-items: center;
    color: #fff;
}
 
.toolbar-til {
    width: 60px;
    text-align: center;
    height: 50px;
    display: block;
    line-height: 50px;
    float: right;
    color: #fff;
}
 
.toolbar-item {
    cursor: pointer;
    position: relative;
    border-top: 1px solid #E7EAF3;
}
.toolbar-item > span{filter: brightness(0.2);}
 
/*.toolbar-item:after{content: ""; width:1px; height:20px; background-color:#dadada; position: absolute; right:0px; top:6px;}
.toolbar-item:nth-child(9):after{width:0px;}*/
.tool-zoomIn-normal {
    background-image: url('tools/icons/zoomin_normal.png');
}
 
.tool-zoomIn-select {
    background-image: url('tools/icons/zoomin_select.png');
}
 
.tool-zoomOut-normal {
    background-image: url('tools/icons/zoomout_normal.png');
}
 
.tool-zoomOut-select {
    background-image: url('tools/icons/zoomout_select.png');
}
 
.tool-pan-normal {
    background-image: url('tools/icons/pan_normal.png');
}
 
.tool-pan-select {
    background-image: url('tools/icons/pan_select.png');
}
 
.tool-fullScreen-normal {
    background-image: url('tools/icons/fullscreen_normal.png');
}
 
.tool-fullScreen-select {
    background-image: url('tools/icons/fullscreen_select.png');
}
 
.tool-local-normal {
    background-image: url('tools/icons/local_normal.png');
}
 
.tool-Map3D-normal {
    background-image: url('tools/icons/Map3D_normal.png');
}
 
.tool-Map3D-select {
    background-image: url('tools/icons/Map3D_select.png');
}
 
.tool-screenWindow-normal {
    background-image: url('tools/icons/screenwindow_normal.png');
}
 
.tool-screenWindow-select {
    background-image: url('tools/icons/screenwindow_select.png');
}
 
.tool-swipe-normal {
    background-image: url('tools/icons/swipe_normal.png');
}
 
.tool-swipe-select {
    background-image: url('tools/icons/swipe_select.png');
}
 
.tool-multidate-normal {
    background-image: url('tools/icons/multidate_normal.png');
}
 
.tool-multidate-select {
    background-image: url('tools/icons/multidate_select.png');
}
 
.tool-streetview-normal {
    background-image: url('tools/icons/streetview_normal.png');
}
 
.tool-streetview-select {
    background-image: url('tools/icons/streetview_select.png');
}
 
.tool-measureline-normal {
    background-image: url('tools/icons/measureline_normal.png');
}
 
.tool-measureline-select {
    background-image: url('tools/icons/measureline_select.png');
}
 
.tool-measurepolygon-normal {
    background-image: url('tools/icons/measurepolygon_normal.png');
}
 
.tool-measurepolygon-select {
    background-image: url('tools/icons/measurepolygon_select.png');
}
 
.tool-errcorrect-normal {
    background-image: url('tools/icons/errcorrect_normal.png');
}
 
.tool-errcorrect-select {
    background-image: url('tools/icons/errcorrect_select.png');
}
 
.tool-clear-normal {
    background-image: url('tools/icons/clear_normal.png');
}
 
.tool-clear-select {
    background-image: url('tools/icons/clear_select.png');
}
 
.tool-citylayer-normal {
    background-image: url('tools/icons/citylayer_normal.png');
}
 
.tool-citylayer-select {
    background-image: url('tools/icons/citylayer_select.png');
}
 
.tool-sign-normal {
    background-image: url('tools/icons/sign_normal.png');
}
 
.tool-sign-select {
    background-image: url('tools/icons/sign_select.png');
}
 
.toolbar-icon {
    background-size: 16px 16px;
}
 
#closeStreetViewButton {
    cursor: pointer;
    height: 25px;
    width: 80px;
    border: 1px solid #ffffff;
    border-radius: 2px;
    float: left;
    color: #ffffff;
    margin-top: 3px;
    margin-right: 3px;
    text-align: center;
    vertical-align: middle;
    line-height: 25px;
    font-weight: bold;
}
 
.toolbar-item-select {
    color: #15a2fe;
}
 
#closeStreetViewButton:hover {
    /**background-image: url('tools/icons/closeStreetView_over.png');**/
    color: #aedffe;
    border: 1px solid #aedffe;
    background: #f00;
}
 
#closeStreetViewButton:active {
    /**background-image: url('tools/icons/closeStreetView_over.png');**/
    color: #ffffff;
    border: 1px solid #ffffff;
    background: #f00;
}