-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
46 lines (46 loc) · 1.23 KB
/
Copy pathstyle.css
File metadata and controls
46 lines (46 loc) · 1.23 KB
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
.leaflet-bar-tip {
display: none;
height: 180px;
position: absolute;
top: 25px;
}
.leaflet-control-zoomslider-tip1 {
background: transparent url("http://api.tianditu.com/img/map/mapNav2.png") no-repeat scroll -51px 0;
cursor: pointer;
height: 17px;
left: 18px;
overflow: hidden;
position: absolute;
top: 30px;
width: 29px;
}
.leaflet-control-zoomslider-tip2 {
background: transparent url("http://api.tianditu.com/img/map/mapNav2.png") no-repeat scroll -51px -19px;
cursor: pointer;
height: 17px;
left: 18px;
overflow: hidden;
position: absolute;
top: 72px;
width: 29px;
}
.leaflet-control-zoomslider-tip3 {
background: transparent url("http://api.tianditu.com/img/map/mapNav2.png") no-repeat scroll -51px -38px;
cursor: pointer;
height: 17px;
left: 18px;
overflow: hidden;
position: absolute;
top: 100px;
width: 29px;
}
.leaflet-control-zoomslider-tip4 {
background: transparent url("http://api.tianditu.com/img/map/mapNav2.png") no-repeat scroll -51px -57px;
cursor: pointer;
height: 17px;
left: 18px;
overflow: hidden;
position: absolute;
top: 128px;
width: 29px;
}