@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,170 @@
1
+ .vtx-ui-searchmap-searchmodal {
2
+ z-index: 1001;
3
+ }
4
+ .vtx-ui-searchmap-searchmodal .ant-modal {
5
+ width: calc(100% - 200px) !important;
6
+ min-width: 800px;
7
+ height: 70vh;
8
+ }
9
+ .vtx-ui-searchmap-searchmodal .ant-modal .ant-modal-title {
10
+ color: #108EE9;
11
+ }
12
+ .vtx-ui-searchmap-searchmodal .ant-modal .ant-modal-content {
13
+ width: 100%;
14
+ height: 100%;
15
+ }
16
+ .vtx-ui-searchmap-searchmodal .ant-modal .ant-modal-content .ant-modal-body {
17
+ width: 100%;
18
+ height: calc(100% - 108px) !important;
19
+ padding: 0px;
20
+ background-color: white;
21
+ }
22
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap {
23
+ width: 100%;
24
+ height: 100%;
25
+ padding-top: 48px;
26
+ box-sizing: border-box;
27
+ position: relative;
28
+ overflow: hidden;
29
+ }
30
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-top,
31
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-bottom {
32
+ width: 100%;
33
+ height: 48px;
34
+ position: absolute;
35
+ left: 0px;
36
+ padding: 10px 15px;
37
+ }
38
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-top button,
39
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-bottom button {
40
+ margin-left: 10px;
41
+ }
42
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-top {
43
+ top: 0px;
44
+ border-bottom: 1px solid #e1e1e1;
45
+ }
46
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-top .vtx-ui-searchmap-othermodal {
47
+ position: absolute;
48
+ right: 25px;
49
+ line-height: 28px;
50
+ display: inline-block;
51
+ }
52
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-bottom {
53
+ bottom: 0px;
54
+ border-top: 1px solid #e1e1e1;
55
+ text-align: right;
56
+ }
57
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-content {
58
+ width: 100%;
59
+ height: 100%;
60
+ position: relative;
61
+ padding-left: 25px;
62
+ }
63
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-content .vtx-ui-searchmap-show {
64
+ display: inline-block;
65
+ width: 100%;
66
+ height: 100%;
67
+ }
68
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-content .vtx-ui-searchmap-hidden {
69
+ display: none;
70
+ }
71
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-content .vtx-ui-searchmap-w_l {
72
+ width: 300px !important;
73
+ }
74
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-content .vtx-ui-searchmap-content_left {
75
+ width: 25px;
76
+ height: 100%;
77
+ display: inline-block;
78
+ -webkit-transition-duration: 0.3s;
79
+ -o-transition-duration: 0.3s;
80
+ transition-duration: 0.3s;
81
+ transition-property: width;
82
+ vertical-align: top;
83
+ border-right: 1px solid #e1e1e1;
84
+ position: absolute;
85
+ top: 0px;
86
+ left: 0px;
87
+ z-index: 10;
88
+ background-color: #FFF;
89
+ }
90
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-content .vtx-ui-searchmap-content_left .vtx-ui-searchmap-listtitle {
91
+ width: 100%;
92
+ height: 30px;
93
+ line-height: 30px;
94
+ border-bottom: 1px solid #e1e1e1;
95
+ }
96
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-content .vtx-ui-searchmap-content_left .vtx-ui-searchmap-listtitle .vtx-ui-searchmap-title {
97
+ width: calc(100% - 30px);
98
+ display: inline-block;
99
+ padding-left: 15px;
100
+ font-size: 15px;
101
+ }
102
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-content .vtx-ui-searchmap-content_left .vtx-ui-searchmap-listtitle .vtx-ui-searchmap-btn {
103
+ display: inline-block;
104
+ width: 30px;
105
+ text-align: center;
106
+ color: #0c88e8;
107
+ height: 30px;
108
+ line-height: 30px;
109
+ cursor: pointer;
110
+ }
111
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-content .vtx-ui-searchmap-content_left .vtx-ui-searchmap-lists {
112
+ width: 100%;
113
+ line-height: 35px;
114
+ border-bottom: 1px solid #e1e1e1;
115
+ font-size: 12px;
116
+ overflow: hidden;
117
+ text-overflow: ellipsis;
118
+ white-space: nowrap;
119
+ padding: 0px 15px;
120
+ cursor: pointer;
121
+ color: #999;
122
+ }
123
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-content .vtx-ui-searchmap-content_left .vtx-ui-searchmap-lists:hover {
124
+ background-color: #ECF6FD;
125
+ color: #108EE9;
126
+ }
127
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-content .vtx-ui-searchmap-content_left .vtx-ui-searchmap-lists.vtx-ui-searchmap-select {
128
+ background-color: #ECF6FD;
129
+ color: #108EE9;
130
+ }
131
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-content .vtx-ui-searchmap-content_left .vtx-ui-searchmap-scrollauto {
132
+ height: calc(100% - 30px);
133
+ overflow-y: auto;
134
+ }
135
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-content .vtx-ui-searchmap-content_right {
136
+ width: 100%;
137
+ height: 100%;
138
+ display: inline-block;
139
+ -webkit-transition-duration: 0.3s;
140
+ -o-transition-duration: 0.3s;
141
+ transition-duration: 0.3s;
142
+ transition-property: width;
143
+ }
144
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-content .vtx-ui-searchmap-btn {
145
+ text-align: center;
146
+ color: #0c88e8;
147
+ height: 30px;
148
+ line-height: 30px;
149
+ cursor: pointer;
150
+ }
151
+ .vtx-ui-searchmap-showlabel {
152
+ margin-left: 0;
153
+ width: 100px;
154
+ line-height: 25px;
155
+ text-align: center;
156
+ position: relative;
157
+ left: -38px;
158
+ background-color: #222020;
159
+ opacity: 0.6;
160
+ border-radius: 5px;
161
+ color: #FFF;
162
+ padding: 2px 8px;
163
+ text-overflow: ellipsis;
164
+ white-space: nowrap;
165
+ word-break: normal;
166
+ overflow: hidden;
167
+ }
168
+ .vtx-ui-searchmap-hiddenlabel {
169
+ display: none;
170
+ }