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
| .mapwidget-base {
| height: 100%;
| width: 100%;
| }
|
| .mapwidget-basemap {
| height: 100%;
| width: 100%;
| margin: 0;
| padding: 0;
| }
|
| .mapwidget-timeslider {
| position: absolute;
| top: 80px;
| left: 50px;
| }
|
| .mapwidget-mapswitch {
| position: absolute;
| top: 20px;
| left: 50px;
| }
|
| .mapwidget-overview {
| width: 205px;
| height: 144px;
| }
|
| .mapwidget-navigation {
| top: 20px;
| right: 80px;
| }
|
| .mapwidget-map-cover {
| height: 100%;
| width: 100%;
| position: relative;
| overflow: hidden;
| }
|
| .mapwidget-map-box {
| height: 100%;
| width: 100%;
| }
|
| .esriControlsBR {
| left: 49px !important;
| right: initial !important;
| }
| .esriAttribution{
| background: rgba(255,255,255,0.1) !important;
| }
|
| .attribution-tianditu-icon {
| width: 84px;
| height: 15px;
| background-position: center center;
| background-repeat: no-repeat;
| display: inline-block;
| margin: 1px 2px 0px -2px;
| }
| #LongLatitude{
| margin-left: 5px;
| font-weight:bold;
| }
|
|