@vtx/map 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,28 @@
1
+ .label-content{
2
+ /*margin-left: 0;
3
+ width: 100px;
4
+ line-height: 25px;
5
+ text-align: center;
6
+ position: relative;
7
+ left: -43px;
8
+ background-color: #fff;
9
+ opacity: 1;
10
+ border-radius: 5px;
11
+ color: #5DD0EE;
12
+ word-break: break-all;
13
+ white-space: normal;
14
+ padding: 2px 8px;*/
15
+ display: inline-block;
16
+ padding: 5px;
17
+ line-height: 22px;
18
+ text-align: center;
19
+ border-radius: 5px;
20
+ background-color: #fff;
21
+ opacity: 1;
22
+ color: #5DD0EE;
23
+ }
24
+ .BMapLabel{
25
+ &:hover{
26
+ z-index: 100 !important;
27
+ }
28
+ }
@@ -0,0 +1,88 @@
1
+ .map {
2
+ width: 100%;
3
+ height: 100%;
4
+ background-color: #f1f1f1;
5
+ }
6
+ .vtx_gmap_html_points,
7
+ .vtx_gmap_html_pointCollection {
8
+ position: absolute;
9
+ top: 0px;
10
+ left: 0px;
11
+ }
12
+ .esriSimpleSlider {
13
+ z-index: 10000000 !important;
14
+ }
15
+ .label-content {
16
+ /*margin-left: 0;
17
+ width: 100px;
18
+ line-height: 25px;
19
+ text-align: center;
20
+ position: relative;
21
+ left: -43px;
22
+ background-color: #fff;
23
+ opacity: 1;
24
+ border-radius: 5px;
25
+ color: #5DD0EE;
26
+ word-break: break-all;
27
+ white-space: normal;
28
+ padding: 2px 8px;*/
29
+ display: inline-block;
30
+ padding: 5px;
31
+ line-height: 22px;
32
+ text-align: center;
33
+ border-radius: 5px;
34
+ background-color: #fff;
35
+ opacity: 1;
36
+ color: #5DD0EE;
37
+ }
38
+ .vtx-g-rangingPoint {
39
+ width: 7px;
40
+ height: 7px;
41
+ background-color: #fff;
42
+ border: 2px solid #ff0000;
43
+ display: inline-block;
44
+ border-radius: 7px;
45
+ }
46
+ .vtx-g-rangingDistance {
47
+ position: relative;
48
+ top: -36px;
49
+ left: 15px;
50
+ height: 30px;
51
+ line-height: 28px;
52
+ background-color: #fff;
53
+ border: 1px solid #ff0000;
54
+ font-size: 12px;
55
+ word-break: keep-all;
56
+ padding: 0px 3px;
57
+ }
58
+ .vtx-g-rang-exit {
59
+ width: 9px;
60
+ height: 9px;
61
+ background-color: #fff;
62
+ border: 2px solid #ff0000;
63
+ color: #ff0000;
64
+ line-height: 7px;
65
+ text-align: center;
66
+ font-size: 12px;
67
+ cursor: pointer;
68
+ }
69
+ .vtx-g-rang-showRangTool {
70
+ line-height: 18px;
71
+ font-size: 12px;
72
+ border: 1px solid #ff0000;
73
+ word-break: keep-all;
74
+ background-color: #fff;
75
+ padding: 0px 5px;
76
+ }
77
+ .zoom_slider_show_scale {
78
+ padding: 1px 8px;
79
+ font-size: 12px;
80
+ text-align: center;
81
+ }
82
+ .zoom_slider_show_bottom {
83
+ width: 100%;
84
+ height: 3px;
85
+ border: 1px solid #000;
86
+ border-bottom: 3px solid #000;
87
+ border-top: 0px;
88
+ }