@mapgis/webclient-mapboxgl-plugin 17.6.21 → 17.8.0
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.
- package/README.md +38 -0
- package/dist/es5/webclient-common.min.js +11 -11
- package/dist/es5/webclient-mapboxgl-plugin.min.js +1 -1
- package/dist/webclient-mapboxgl-plugin-es6.min.js +1 -1
- package/documention/EchartsLayer.html +172 -294
- package/documention/MapView.html +2746 -3023
- package/documention/Popup.html +684 -955
- package/documention/Screenshot.html +455 -665
- package/documention/SketchEditor.html +1584 -1990
- package/documention/fonts/fontawesome-webfont.woff2 +0 -0
- package/documention/fonts/glyphicons-halflings-regular.eot +0 -0
- package/documention/fonts/glyphicons-halflings-regular.svg +288 -0
- package/documention/fonts/glyphicons-halflings-regular.ttf +0 -0
- package/documention/fonts/glyphicons-halflings-regular.woff +0 -0
- package/documention/fonts/glyphicons-halflings-regular.woff2 +0 -0
- package/documention/global.html +3334 -4267
- package/documention/index.html +86 -224
- package/documention/initializeOptions.html +265 -350
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapvLayer.html +195 -319
- package/documention/nav.html +263 -0
- package/documention/scripts/adminlte/app.min.js +472 -0
- package/documention/scripts/bootstrap.min.js +7 -0
- package/documention/scripts/jquery.min.js +4 -0
- package/documention/scripts/jquery.min.map +1 -0
- package/documention/scripts/linenumber.js +22 -19
- package/documention/scripts/main.js +95 -0
- package/documention/scripts/prettify/Apache-License-2.0.txt +202 -0
- package/documention/scripts/prettify/lang-css.js +2 -0
- package/documention/scripts/prettify/prettify.js +28 -0
- package/documention/scripts/underscore-min.js +6 -0
- package/documention/scripts/underscore-min.map +1 -0
- package/documention/styles/adminlte/AdminLTE.min.css +7 -0
- package/documention/styles/adminlte/font-awesome.min.css +4 -0
- package/documention/styles/adminlte/skin-blue.min.css +1 -0
- package/documention/styles/bootstrap.min.css +6 -0
- package/documention/styles/common.css +175 -0
- package/documention/styles/examples.css +116 -0
- package/documention/styles/font-awesome.css +2337 -0
- package/documention/styles/header.css +556 -0
- package/documention/styles/jaguar.css +553 -0
- package/documention/styles/prettify-tomorrow.css +1 -1
- package/documention/styles/style.customize.css +631 -0
- package/package.json +4 -4
|
@@ -0,0 +1,631 @@
|
|
|
1
|
+
/*# sourceMappingURL=style.css.map */
|
|
2
|
+
|
|
3
|
+
/*custom css MapGIS*/
|
|
4
|
+
|
|
5
|
+
/*---Header---*/
|
|
6
|
+
/*----Logo title----*/
|
|
7
|
+
.navbar-brand .project-title#title {
|
|
8
|
+
color: #2D356B !important;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.navbar-header #suffix-title {
|
|
12
|
+
display: none;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.navbar-header .mapgis-webclient-text {
|
|
16
|
+
width: -moz-fit-content;
|
|
17
|
+
width: fit-content;
|
|
18
|
+
height: 24px;
|
|
19
|
+
margin-left: 13px;
|
|
20
|
+
color: #3a85c6;
|
|
21
|
+
font-stretch: normal;
|
|
22
|
+
letter-spacing: 1.5px;
|
|
23
|
+
font-size: 20px;
|
|
24
|
+
font-style: normal;
|
|
25
|
+
font-family: Microsoft YaHei;
|
|
26
|
+
font-weight: 700;
|
|
27
|
+
line-height: 24px;
|
|
28
|
+
min-width: 350px;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.navbar-header .mapgis-webclient-logo {
|
|
32
|
+
margin-left: -5px;
|
|
33
|
+
margin-top: -2px;
|
|
34
|
+
height: 38px;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
/* 锚点偏移 */
|
|
38
|
+
[id] {
|
|
39
|
+
scroll-margin-top: 80px !important;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
/*---Menu----*/
|
|
44
|
+
.main-header .navbar-custom-menu {
|
|
45
|
+
margin: 0 35px;
|
|
46
|
+
float: left !important;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.skin-blue .main-header .navbar .nav>.active>a {
|
|
50
|
+
color: #0DB39E !important;
|
|
51
|
+
background-color: #f5f5f9 !important;
|
|
52
|
+
border-radius: .42rem !important;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.skin-blue .main-header .navbar .nav>li>a:hover {
|
|
56
|
+
background: #f5f5f9 !important;
|
|
57
|
+
border-radius: .42rem !important;
|
|
58
|
+
color: #0DB39E !important;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.skin-blue .main-header .navbar .nav>li>a {
|
|
62
|
+
color: #3a3a3a !important;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
/*---background header---*/
|
|
66
|
+
.skin-blue .main-header .navbar {
|
|
67
|
+
background-color: #fff !important;
|
|
68
|
+
border-bottom: 0px solid #ebedf3;
|
|
69
|
+
-webkit-box-shadow: 0 10px 30px 0 rgb(82 63 105 / 8%);
|
|
70
|
+
box-shadow: 0 10px 30px 0 rgb(82 63 105 / 8%);
|
|
71
|
+
height: 56px !important;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.navbar-nav>li {
|
|
75
|
+
height: 36px !important;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
li.navbar-menu.active>a::after {
|
|
79
|
+
display: none;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.examples-container#main #charts-list {
|
|
83
|
+
background: #eef0f8 !important;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
/*---siderbar----*/
|
|
87
|
+
.main-sidebar {
|
|
88
|
+
width: 15% !important;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
@media (min-width: 768px) {
|
|
92
|
+
.skin-blue.sidebar-mini.sidebar-collapse .main-sidebar {
|
|
93
|
+
width: 70px !important;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.skin-blue.sidebar-mini .main-sidebar {
|
|
97
|
+
width: 265px !important;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.main-sidebar .iconName {
|
|
101
|
+
color: #2D356B !important;
|
|
102
|
+
/*
|
|
103
|
+
margin: 0 auto!important;*/
|
|
104
|
+
margin-left: 10px !important;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.navbar-nav {
|
|
108
|
+
margin: 10px 0 !important;
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.sidebar#sidebar a.sidebar-toggle .fa-bars {
|
|
113
|
+
color: #2D356B !important;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.sidebar#sidebar a.sidebar-toggle {
|
|
117
|
+
background-color: #F0FDF8;
|
|
118
|
+
color: #2D356B !important;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.sidebar-menu .sidebar-title-bar span.firstMenuTitle {
|
|
122
|
+
color: #2D356B !important;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.main-sidebar .iconName {
|
|
126
|
+
color: #2D356B !important;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.main-sidebar .pull-right {
|
|
130
|
+
color: #2D356B !important;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.main-sidebar .secondMenuTitle {
|
|
134
|
+
color: #2D356B !important;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.skin-blue .main-sidebar {
|
|
138
|
+
background-color: #fff !important;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
/*---Tree active---*/
|
|
142
|
+
.sidebar-menu li.active>.treeview-menu {
|
|
143
|
+
background-color: #fff !important;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.skin-blue .sidebar-menu>li.active>a {
|
|
147
|
+
background: #F1F9FF !important;
|
|
148
|
+
color: #0DB39E !important;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.skin-blue .treeview-menu li.active>a {
|
|
152
|
+
background: #F1F9FF !important;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.skin-blue .treeview-menu>li>a:hover {
|
|
156
|
+
background: #F1F9FF !important;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.skin-blue .treeview-menu>li>a:hover span.secondMenuTitle {
|
|
160
|
+
color: #0DB39E !important;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
/*---Border Left---*/
|
|
164
|
+
.skin-blue .treeview-menu li>a {
|
|
165
|
+
border-left: transparent !important;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
/*---hover---*/
|
|
169
|
+
.skin-blue .sidebar-menu>li>a:hover {
|
|
170
|
+
background: #F1F9FF !important;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.skin-blue .sidebar-menu>li>a:hover .sidebar-title-bar span.firstMenuTitle {
|
|
174
|
+
color: #0DB39E !important;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.skin-blue .sidebar-menu>li>a:hover .sidebar-title-bar .pull-right {
|
|
178
|
+
color: #0DB39E !important;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.skin-blue .sidebar-menu>li>a:hover .iconName {
|
|
182
|
+
color: #0DB39E !important;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.sidebar#sidebar a.sidebar-toggle:hover .fa-bars {
|
|
186
|
+
color: #0DB39E !important;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
.skin-blue .sidebar-menu>li>.treeview {
|
|
191
|
+
background: #fff !important;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.skin-blue .sidebar-menu>li>.treeview-menu {
|
|
195
|
+
background: #fff !important;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.skin-blue .sidebar-menu>li:hover>a,
|
|
199
|
+
.skin-blue .sidebar-menu>li.active>a {
|
|
200
|
+
color: #0DB39E;
|
|
201
|
+
background: #fff !important;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
/*---container----*/
|
|
205
|
+
.category {
|
|
206
|
+
padding-top: 25px !important;
|
|
207
|
+
width: calc(100% - 350px);
|
|
208
|
+
margin: 0 auto;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
#charts-list .category .category-content .box.box-default {
|
|
212
|
+
padding-top: 0px !important;
|
|
213
|
+
padding-bottom: 15px !important;
|
|
214
|
+
background-color: #fff !important;
|
|
215
|
+
border-top: 0px solid #e14d57 !important;
|
|
216
|
+
/*border-top-right-radius: .42rem;
|
|
217
|
+
border-top-left-radius: .42rem;*/
|
|
218
|
+
border-bottom-right-radius: .42rem;
|
|
219
|
+
border-bottom-left-radius: .42rem;
|
|
220
|
+
-webkit-box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
|
|
221
|
+
box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
#charts-list .category h3.category-title {
|
|
225
|
+
margin-bottom: 0 !important;
|
|
226
|
+
margin-left: 0px !important;
|
|
227
|
+
color: #3a3a3a !important;
|
|
228
|
+
background: #fff !important;
|
|
229
|
+
padding: 25px 25px 10px 25px;
|
|
230
|
+
border-bottom: 1px solid #ebedf3;
|
|
231
|
+
height: auto !important;
|
|
232
|
+
border-top-right-radius: .42rem;
|
|
233
|
+
border-top-left-radius: .42rem;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
#charts-list .category .category-content .box .box-body,
|
|
237
|
+
.box-header {
|
|
238
|
+
background-color: #fff !important;
|
|
239
|
+
padding-left: 5px !important;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
.examples-container #charts-list .category .category-content .box .box-header h3.box-title {
|
|
243
|
+
color: #181c32 !important;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
/*----Box----*/
|
|
247
|
+
.examples-container #charts-list .category .category-content .box .box-body .col-md-3 {
|
|
248
|
+
padding-right: 20px !important;
|
|
249
|
+
padding-left: 20px !important;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
.examples-container #charts-list .category .category-content .box .box-body .col-md-3 .chart .chart-link .col-md-6 p {
|
|
253
|
+
word-break: break-word !important;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.examples-container #charts-list .chart {
|
|
257
|
+
-webkit-box-shadow: 0 0 00px 0 rgb(82 63 105 / 8%);
|
|
258
|
+
box-shadow: 0 0 20px 0 rgb(82 63 105 / 8%);
|
|
259
|
+
border-radius: .42rem !important;
|
|
260
|
+
margin: 14px auto !important;
|
|
261
|
+
height: 22rem !important;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
.examples-container #charts-list .chart:hover,
|
|
265
|
+
.examples-container #charts-list .chart:focus {
|
|
266
|
+
transform: scale(1.09) translateZ(0) !important;
|
|
267
|
+
-webkit-transform: scale(1.09) translateZ(0) !important;
|
|
268
|
+
-webkit-box-shadow: 0 0 20px 0 rgb(82 63 105 / 8%) !important;
|
|
269
|
+
box-shadow: 0 0 20px 0 rgb(82 63 105 / 8%) !important;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
.examples-container #charts-list .chart .chart-link p:not(:last-child) {
|
|
273
|
+
color: #2D356B !important;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
.examples-container #charts-list .chart .chart-link p:not(:first-child) {
|
|
277
|
+
color: #0DB39E !important;
|
|
278
|
+
margin: 10px 0 !important;
|
|
279
|
+
/*padding: 0 15px;
|
|
280
|
+
word-break: break-all;*/
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.examples-container #charts-list .chart .chart-link img {
|
|
284
|
+
height: 16rem !important;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
.navbar-custom-menu>.navbar-nav>li {
|
|
288
|
+
margin-left: 8px !important;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
.mapgis-copyright {
|
|
292
|
+
height: 65px !important;
|
|
293
|
+
border-top: 0px solid #ddd !important;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
.mapgis-footer {
|
|
297
|
+
margin-top: 0 !important;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
.skin-blue.layout-top-nav .main-header>.logo {
|
|
301
|
+
background-color: #3c8dbc;
|
|
302
|
+
color: #fff;
|
|
303
|
+
border-bottom: 0 solid transparent;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
.skin-blue .sidebar-menu>li>a {
|
|
307
|
+
border-left: 3px solid transparent;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
/*end*/
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
/*---API Reference----*/
|
|
315
|
+
|
|
316
|
+
.main .mapgis-extend-tag {
|
|
317
|
+
box-sizing: border-box;
|
|
318
|
+
margin: 0;
|
|
319
|
+
padding: 0;
|
|
320
|
+
color: rgb(16, 142, 233);
|
|
321
|
+
font-size: 12px;
|
|
322
|
+
line-height: 20px;
|
|
323
|
+
list-style: none;
|
|
324
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
325
|
+
font-weight: 500 !important;
|
|
326
|
+
display: inline-block;
|
|
327
|
+
height: auto;
|
|
328
|
+
margin-inline-end: 8px;
|
|
329
|
+
padding-inline: 7px;
|
|
330
|
+
white-space: nowrap;
|
|
331
|
+
background: rgba(0, 0, 0, 0.02);
|
|
332
|
+
border: 1px solid #d9d9d9;
|
|
333
|
+
border-radius: 4px;
|
|
334
|
+
opacity: 1;
|
|
335
|
+
transition: all 0.2s;
|
|
336
|
+
text-align: start;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
.main .readme h1 {
|
|
340
|
+
font-size: 2.5em !important;
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
.main .readme h2 {
|
|
344
|
+
font-size: 2em !important;
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
.main .readme h3 {
|
|
348
|
+
font-size: 24px !important;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
/* content: '\F1511'; table */
|
|
353
|
+
.main .readme table {
|
|
354
|
+
font-size: 12px;
|
|
355
|
+
line-height: 18px;
|
|
356
|
+
margin-bottom: 25px;
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
.main .readme table thead tr {
|
|
360
|
+
background-color: #f7f9fc !important;
|
|
361
|
+
border-top-left-radius: 4px;
|
|
362
|
+
border-top-right-radius: 4px;
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
.main .readme table thead tr th {
|
|
366
|
+
text-align: left;
|
|
367
|
+
vertical-align: top;
|
|
368
|
+
padding: 12px;
|
|
369
|
+
border: 1px solid #a0aaba;
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
.main .readme table tbody tr {}
|
|
373
|
+
|
|
374
|
+
.main .readme table tbody tr td {
|
|
375
|
+
text-align: left;
|
|
376
|
+
vertical-align: top;
|
|
377
|
+
padding: 12px;
|
|
378
|
+
border: 1px solid #a0aaba;
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
.header-wrapper.main-header.mapgis-header .navbar {
|
|
382
|
+
background: #fff !important;
|
|
383
|
+
border-bottom: 0px solid #ebedf3;
|
|
384
|
+
-webkit-box-shadow: 0 10px 30px 0 rgb(82 63 105 / 8%);
|
|
385
|
+
box-shadow: 0 10px 30px 0 rgb(82 63 105 / 8%);
|
|
386
|
+
height: 56px !important;
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
.main-header .navbar-custom-menu {
|
|
390
|
+
margin: 0 35px;
|
|
391
|
+
float: left !important;
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
.navbar-menu-api {
|
|
395
|
+
margin: 0 130px !important;
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
.header-wrapper.main-header.mapgis-header .navbar .navbar-custom-menu .navbar-nav>.active>a {
|
|
399
|
+
color: #0DB39E !important;
|
|
400
|
+
background-color: #f5f5f9 !important;
|
|
401
|
+
border-radius: .42rem !important;
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
.header-wrapper.main-header.mapgis-header .navbar .navbar-custom-menu .navbar-nav>li>a:hover {
|
|
405
|
+
background: #f5f5f9 !important;
|
|
406
|
+
border-radius: .42rem !important;
|
|
407
|
+
color: #0DB39E !important;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
.header-wrapper.main-header.mapgis-header .navbar .navbar-custom-menu .navbar-nav>li>a {
|
|
411
|
+
color: #3a3a3a !important;
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
.sidebar-mini #wrap {
|
|
415
|
+
background: #eef0f8 !important;
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
.sidebar-mini #wrap.clearfix .main {
|
|
419
|
+
padding: 10px 20px;
|
|
420
|
+
/* width: calc(100% - 300px); */
|
|
421
|
+
display: block;
|
|
422
|
+
margin: 0 auto;
|
|
423
|
+
/* padding-left: 160px; */
|
|
424
|
+
margin-top: 70px;
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
@media only screen and (min-width: 1501px) and (max-width: 1650px) {
|
|
428
|
+
|
|
429
|
+
.category {
|
|
430
|
+
padding-top: 25px !important;
|
|
431
|
+
width: calc(100% - 300px);
|
|
432
|
+
margin: 0 auto;
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
.skin-blue#charts-list {
|
|
436
|
+
padding: 0 !important;
|
|
437
|
+
}
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
@media only screen and (min-width: 1351px) and (max-width: 1500px) {
|
|
441
|
+
|
|
442
|
+
.category {
|
|
443
|
+
padding-top: 25px !important;
|
|
444
|
+
width: calc(100% - 270px);
|
|
445
|
+
margin: 0 auto;
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
#charts-list {
|
|
449
|
+
padding: 0 !important;
|
|
450
|
+
}
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
@media only screen and (min-width: 1200px) and (max-width: 1350px) {
|
|
454
|
+
|
|
455
|
+
.category {
|
|
456
|
+
padding-top: 25px !important;
|
|
457
|
+
width: calc(100% - 240px);
|
|
458
|
+
margin: 0 auto;
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
#charts-list {
|
|
462
|
+
padding: 0 !important;
|
|
463
|
+
}
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
|
|
467
|
+
|
|
468
|
+
.category {
|
|
469
|
+
padding-top: 25px !important;
|
|
470
|
+
width: calc(100% - 180px);
|
|
471
|
+
margin: 0 auto;
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
#charts-list {
|
|
475
|
+
padding: 0 !important;
|
|
476
|
+
}
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
@media only screen and (min-width: 767px) and (max-width: 999px) {
|
|
480
|
+
|
|
481
|
+
.category {
|
|
482
|
+
padding-top: 25px !important;
|
|
483
|
+
width: calc(100% - 150px);
|
|
484
|
+
margin: 0 auto;
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
#charts-list {
|
|
488
|
+
padding: 0 !important;
|
|
489
|
+
}
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
@media only screen and (min-width: 320px) and (max-width: 766px) {
|
|
493
|
+
.sidebar-mini #wrap.clearfix .main {
|
|
494
|
+
width: calc(100%);
|
|
495
|
+
margin-left: 0px !important;
|
|
496
|
+
padding-left: 35px !important;
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
.category {
|
|
500
|
+
padding-top: 25px !important;
|
|
501
|
+
width: calc(100%);
|
|
502
|
+
margin: 0 auto;
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
#charts-list {
|
|
506
|
+
padding: 0 !important;
|
|
507
|
+
}
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
|
|
511
|
+
|
|
512
|
+
/*----sidebar----*/
|
|
513
|
+
|
|
514
|
+
.navigationDiv .main-sidebar .search {
|
|
515
|
+
padding: 15px 15px !important;
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
.navigationDiv .main-sidebar .search #searchBox {
|
|
519
|
+
border-radius: .42rem !important;
|
|
520
|
+
background-color: #f2f6f9 !important;
|
|
521
|
+
color: #2D356B !important;
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
.navigationDiv .form-control:focus {
|
|
525
|
+
border-color: rgb(58, 133, 198) !important;
|
|
526
|
+
box-shadow: none;
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
.navigationDiv .form-control::-moz-placeholder,
|
|
530
|
+
.navigationDiv .form-control:-ms-input-placeholder,
|
|
531
|
+
.navigationDiv .form-control::-webkit-input-placeholder {
|
|
532
|
+
color: #2D356B !important;
|
|
533
|
+
opacity: 1;
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
|
|
537
|
+
|
|
538
|
+
/*---Color sidebar---*/
|
|
539
|
+
.navigationDiv .main-sidebar .sidebar #categories .sidebar-menu li>a {
|
|
540
|
+
color: #2D356B !important;
|
|
541
|
+
font-size: 14px !important;
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
.navigationDiv .main-sidebar li.item .subtitle {
|
|
545
|
+
color: #2C699A !important;
|
|
546
|
+
font-size: 14px !important;
|
|
547
|
+
padding: 4px;
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
.navigationDiv .main-sidebar li.item a {
|
|
551
|
+
color: #2D356B !important;
|
|
552
|
+
font-size: 14px !important;
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
.navigationDiv .main-sidebar {
|
|
556
|
+
background-color: #fff !important;
|
|
557
|
+
box-shadow: 0 0 30px 0 rgb(82 63 105 / 10%);
|
|
558
|
+
}
|
|
559
|
+
|
|
560
|
+
|
|
561
|
+
/*---Content----*/
|
|
562
|
+
|
|
563
|
+
.sidebar-mini .main.content-wrapper.examples-container {
|
|
564
|
+
background: transparent !important;
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
.sidebar-mini #wrap.clearfix .main>section {
|
|
568
|
+
background: #fff !important;
|
|
569
|
+
padding: 25px !important;
|
|
570
|
+
border-radius: .42rem;
|
|
571
|
+
box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
::-webkit-scrollbar-thumb {
|
|
575
|
+
background-color: #D7D7D7 !important;
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
.sidebar-mini .navigationDiv a.sidebar-toggle {
|
|
579
|
+
background: linear-gradient(45deg, rgb(58 133 198 / 53%) 0%, #1d75c1 45%, rgba(33, 140, 233, 0.7) 100%);
|
|
580
|
+
border-radius: 0 5px 5px 0;
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
.sidebar-mini .navigationDiv a.sidebar-toggle .glyphicon-list {
|
|
584
|
+
color: #fff !important;
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
|
|
588
|
+
|
|
589
|
+
|
|
590
|
+
/*----Editor----*/
|
|
591
|
+
|
|
592
|
+
.content-wrapper,
|
|
593
|
+
.right-side,
|
|
594
|
+
.main-footer {
|
|
595
|
+
margin-left: calc(15% + 12px) !important;
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
.skin-blue .treeview-menu>li.active>a {
|
|
599
|
+
color: #0DB39E !important;
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
.main-sidebar .thirdMenuTitle {
|
|
603
|
+
color: #2D356B !important;
|
|
604
|
+
}
|
|
605
|
+
|
|
606
|
+
.main-sidebar .thirdMenuTitle:hover {
|
|
607
|
+
color: #0DB39E !important;
|
|
608
|
+
}
|
|
609
|
+
|
|
610
|
+
.skin-blue .treeview-menu.active .menuTitle.active {
|
|
611
|
+
color: #0DB39E !important;
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
.main-sidebar .menuTitle.active .thirdMenuTitle {
|
|
615
|
+
color: #0DB39E !important;
|
|
616
|
+
}
|
|
617
|
+
|
|
618
|
+
@media (min-width: 768px) {
|
|
619
|
+
.sidebar-mini.sidebar-collapse .content-wrapper {
|
|
620
|
+
margin-left: 65px !important;
|
|
621
|
+
}
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
|
|
625
|
+
.content-wrapper.content .pane>div(:first-child) {
|
|
626
|
+
margin: 0 !important;
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
.content .pane {
|
|
630
|
+
padding: 5px 5px 0 5px !important;
|
|
631
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mapgis/webclient-mapboxgl-plugin",
|
|
3
|
-
"version" : "17.
|
|
3
|
+
"version" : "17.8.0",
|
|
4
4
|
"description": "A cloud GIS network client development platform based on MapboxGL.",
|
|
5
5
|
"main": "dist/webclient-mapboxgl-plugin-es6.min.js",
|
|
6
6
|
"scripts": {},
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
],
|
|
13
13
|
"author": "Wuhan Zondy Cyber Science&Technology Co.Ltd.",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@mapgis/mapbox-gl-custom-raster": "^17.
|
|
16
|
-
"@mapgis/mapbox-gl": "^17.
|
|
17
|
-
"@mapgis/webclient-common": "^17.
|
|
15
|
+
"@mapgis/mapbox-gl-custom-raster": "^17.8.0",
|
|
16
|
+
"@mapgis/mapbox-gl": "^17.8.0",
|
|
17
|
+
"@mapgis/webclient-common": "^17.8.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {}
|
|
20
20
|
}
|