ezuikit-js 7.7.2 → 7.7.4

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.
@@ -93,7 +93,6 @@
93
93
  justify-content: space-around;
94
94
  padding-left: 4px;
95
95
  z-index: 9999999;
96
-
97
96
  }
98
97
  .time-area .dot {
99
98
  display: inline-block;
@@ -102,485 +101,4 @@
102
101
  background: red;
103
102
  border-radius: 100%;
104
103
  margin: 0 4px 1px 4px;
105
- }
106
-
107
- .BMap_noprint button[title="倾斜"] {
108
- display: none;
109
- }
110
- .BMap_noprint button[title="恢复"] {
111
- display: none;
112
- }
113
- /* .anchorBL{
114
- display:none;
115
- } */
116
- .BMap_cpyCtrl {
117
- display: none;
118
- }
119
-
120
- .ezd-spin {
121
- box-sizing: border-box;
122
- margin: 0;
123
- padding: 0;
124
- color: #595959;
125
- font-size: 14px;
126
- font-variant: tabular-nums;
127
- line-height: 1.5715;
128
- list-style: none;
129
- font-feature-settings: "tnum";
130
- position: absolute;
131
- display: none;
132
- color: #407AFF;
133
- text-align: center;
134
- vertical-align: middle;
135
- opacity: 0;
136
- transition: transform .3s cubic-bezier(.78,.14,.15,.86)
137
- }
138
-
139
- .ezd-spin-spinning {
140
- position: static;
141
- display: inline-block;
142
- opacity: 1
143
- }
144
-
145
- .ezd-spin-nested-loading {
146
- position: relative
147
- }
148
-
149
- .ezd-spin-nested-loading>div>.ezd-spin {
150
- position: absolute;
151
- top: 0;
152
- left: 0;
153
- z-index: 4;
154
- display: block;
155
- width: 100%;
156
- height: 100%;
157
- max-height: 400px
158
- }
159
-
160
- .ezd-spin-nested-loading>div>.ezd-spin .ezd-spin-dot {
161
- position: absolute;
162
- top: 50%;
163
- left: 50%;
164
- margin: -10px
165
- }
166
-
167
- .ezd-spin-nested-loading>div>.ezd-spin .ezd-spin-text {
168
- position: absolute;
169
- top: 50%;
170
- width: 100%;
171
- padding-top: 5px;
172
- text-shadow: 0 1px 2px #fff
173
- }
174
-
175
- .ezd-spin-nested-loading>div>.ezd-spin.ezd-spin-show-text .ezd-spin-dot {
176
- margin-top: -20px
177
- }
178
-
179
- .ezd-spin-nested-loading>div>.ezd-spin-sm .ezd-spin-dot {
180
- margin: -10px
181
- }
182
-
183
- .ezd-spin-nested-loading>div>.ezd-spin-sm .ezd-spin-text {
184
- padding-top: 5px
185
- }
186
-
187
- .ezd-spin-nested-loading>div>.ezd-spin-sm.ezd-spin-show-text .ezd-spin-dot {
188
- margin-top: -20px
189
- }
190
-
191
- .ezd-spin-nested-loading>div>.ezd-spin-lg .ezd-spin-dot {
192
- margin: -15px
193
- }
194
-
195
- .ezd-spin-nested-loading>div>.ezd-spin-lg .ezd-spin-text {
196
- padding-top: 10px
197
- }
198
-
199
- .ezd-spin-nested-loading>div>.ezd-spin-lg.ezd-spin-show-text .ezd-spin-dot {
200
- margin-top: -25px
201
- }
202
-
203
- .ezd-spin-container {
204
- position: relative;
205
- transition: opacity .3s
206
- }
207
-
208
- .ezd-spin-container:after {
209
- position: absolute;
210
- inset: 0;
211
- z-index: 10;
212
- display: none \ ;
213
- width: 100%;
214
- height: 100%;
215
- background: #fff;
216
- opacity: 0;
217
- transition: all .3s;
218
- content: "";
219
- pointer-events: none
220
- }
221
-
222
- .ezd-spin-blur {
223
- clear: both;
224
- opacity: .5;
225
- -webkit-user-select: none;
226
- -moz-user-select: none;
227
- -ms-user-select: none;
228
- user-select: none;
229
- pointer-events: none
230
- }
231
-
232
- .ezd-spin-blur:after {
233
- opacity: .4;
234
- pointer-events: auto
235
- }
236
-
237
- .ezd-spin-tip {
238
- color: #00000073
239
- }
240
-
241
- .ezd-spin-dot {
242
- position: relative;
243
- display: inline-block;
244
- font-size: 20px;
245
- width: 1em;
246
- height: 1em
247
- }
248
-
249
- .ezd-spin-dot-white i {
250
- background-color: #fff
251
- }
252
-
253
- .ezd-spin-dot-item {
254
- position: absolute;
255
- display: block;
256
- width: 9px;
257
- height: 9px;
258
- background-color: #407AFF;
259
- border-radius: 2px;
260
- transform-origin: 50% 50%
261
- }
262
-
263
- .ezd-spin-dot-item:nth-child(1) {
264
- top: 0;
265
- left: 0;
266
- animation: smallAnimationShape1 2s linear 0s infinite normal;
267
- opacity: 1
268
- }
269
-
270
- .ezd-spin-dot-item:nth-child(2) {
271
- top: 0;
272
- left: 12px;
273
- animation: smallAnimationShape2 2s linear 0s infinite normal;
274
- opacity: .8
275
- }
276
-
277
- .ezd-spin-dot-item:nth-child(3) {
278
- top: 12px;
279
- left: 0;
280
- animation: smallAnimationShape3 2s linear 0s infinite normal;
281
- opacity: .5
282
- }
283
-
284
- .ezd-spin-dot-item:nth-child(4) {
285
- top: 12px;
286
- left: 12px;
287
- animation: smallAnimationShape4 2s linear 0s infinite normal;
288
- opacity: .3
289
- }
290
-
291
- .ezd-spin-dot-spin {
292
- animation: rotation 1s infinite
293
- }
294
-
295
- .ezd-spin-sm .ezd-spin-dot {
296
- font-size: 20px
297
- }
298
-
299
- .ezd-spin-sm .ezd-spin-dot i {
300
- width: 8px;
301
- height: 8px
302
- }
303
-
304
- .ezd-spin-lg .ezd-spin-dot {
305
- font-size: 30px
306
- }
307
-
308
- .ezd-spin-lg .ezd-spin-dot-item:nth-child(1) {
309
- top: 0;
310
- left: 0;
311
- opacity: 1;
312
- animation: animationShape1 2s linear 0s infinite normal
313
- }
314
-
315
- .ezd-spin-lg .ezd-spin-dot-item:nth-child(2) {
316
- top: 0;
317
- left: 18px;
318
- opacity: .8;
319
- animation: animationShape2 2s linear 0s infinite normal
320
- }
321
-
322
- .ezd-spin-lg .ezd-spin-dot-item:nth-child(3) {
323
- top: 18px;
324
- left: 0;
325
- opacity: .5;
326
- animation: animationShape3 2s linear 0s infinite normal
327
- }
328
-
329
- .ezd-spin-lg .ezd-spin-dot-item:nth-child(4) {
330
- top: 18px;
331
- left: 18px;
332
- opacity: .3;
333
- animation: animationShape4 2s linear 0s infinite normal
334
- }
335
-
336
-
337
- .ezd-spin-lg .ezd-spin-dot i {
338
- width: 12px;
339
- height: 12px
340
- }
341
-
342
- .ezd-spin.ezd-spin-show-text .ezd-spin-text {
343
- display: block
344
- }
345
-
346
- @keyframes ezdSpinMove {
347
- to {
348
- opacity: 1
349
- }
350
- }
351
-
352
- @keyframes ezdRotate {
353
- to {
354
- transform: rotate(405deg)
355
- }
356
- }
357
-
358
- @keyframes rotation {
359
- 0% {
360
- transform: rotate(0)
361
- }
362
-
363
- to {
364
- transform: rotate(360deg)
365
- }
366
- }
367
-
368
- @keyframes smallAnimationShape1 {
369
- 0% {
370
- transform: translate(0)
371
- }
372
-
373
- 25% {
374
- transform: translateY(12px)
375
- }
376
-
377
- 50% {
378
- transform: translate(12px,12px)
379
- }
380
-
381
- 75% {
382
- transform: translate(12px)
383
- }
384
- }
385
-
386
- @keyframes smallAnimationShape2 {
387
- 0% {
388
- transform: translate(0)
389
- }
390
-
391
- 25% {
392
- transform: translate(-12px)
393
- }
394
-
395
- 50% {
396
- transform: translate(-12px,12px)
397
- }
398
-
399
- 75% {
400
- transform: translateY(12px)
401
- }
402
- }
403
-
404
- @keyframes smallAnimationShape3 {
405
- 0% {
406
- transform: translate(0)
407
- }
408
-
409
- 25% {
410
- transform: translate(12px)
411
- }
412
-
413
- 50% {
414
- transform: translate(12px,-12px)
415
- }
416
-
417
- 75% {
418
- transform: translateY(-12px)
419
- }
420
- }
421
-
422
- @keyframes smallAnimationShape4 {
423
- 0% {
424
- transform: translate(0)
425
- }
426
-
427
- 25% {
428
- transform: translateY(-12px)
429
- }
430
-
431
- 50% {
432
- transform: translate(-12px,-12px)
433
- }
434
-
435
- 75% {
436
- transform: translate(-12px)
437
- }
438
- }
439
-
440
- @keyframes animationShape1 {
441
- 0% {
442
- transform: translate(0)
443
- }
444
-
445
- 25% {
446
- transform: translateY(18px)
447
- }
448
-
449
- 50% {
450
- transform: translate(18px,18px)
451
- }
452
-
453
- 75% {
454
- transform: translate(18px)
455
- }
456
- }
457
-
458
- @keyframes animationShape2 {
459
- 0% {
460
- transform: translate(0)
461
- }
462
-
463
- 25% {
464
- transform: translate(-18px)
465
- }
466
-
467
- 50% {
468
- transform: translate(-18px,18px)
469
- }
470
-
471
- 75% {
472
- transform: translateY(18px)
473
- }
474
- }
475
-
476
- @keyframes animationShape3 {
477
- 0% {
478
- transform: translate(0)
479
- }
480
-
481
- 25% {
482
- transform: translate(18px)
483
- }
484
-
485
- 50% {
486
- transform: translate(18px,-18px)
487
- }
488
-
489
- 75% {
490
- transform: translateY(-18px)
491
- }
492
- }
493
-
494
- @keyframes animationShape4 {
495
- 0% {
496
- transform: translate(0)
497
- }
498
-
499
- 25% {
500
- transform: translateY(-18px)
501
- }
502
-
503
- 50% {
504
- transform: translate(-18px,-18px)
505
- }
506
-
507
- 75% {
508
- transform: translate(-18px)
509
- }
510
- }
511
-
512
- .ezd-btn {
513
- line-height: 1.5715;
514
- position: relative;
515
- display: inline-block;
516
- font-weight: 400;
517
- white-space: nowrap;
518
- text-align: center;
519
- background-image: none;
520
- border: 1px solid transparent;
521
- box-shadow: 0 2px #00000004;
522
- cursor: pointer;
523
- -webkit-user-select: none;
524
- -moz-user-select: none;
525
- -ms-user-select: none;
526
- user-select: none;
527
- touch-action: manipulation;
528
- min-width: 60px;
529
- height: 32px;
530
- padding: 4px 15px;
531
- font-size: 14px;
532
- border-radius: 2px;
533
- color: #595959;
534
- border-color: #d9d9d9;
535
- background: #fff
536
- }
537
- .ezd-btn-primary {
538
- color: #fff;
539
- border-color: #407AFF;
540
- background:#407AFF;
541
- text-shadow: 0 -1px 0 rgba(0,0,0,.12);
542
- box-shadow: 0 2px #0000000b
543
- }
544
-
545
- .ezd-btn-primary>a:only-child {
546
- color: currentColor
547
- }
548
-
549
- .ezd-btn-primary>a:only-child:after {
550
- position: absolute;
551
- inset: 0;
552
- background: transparent;
553
- content: ""
554
- }
555
-
556
- .ezd-btn-primary:hover {
557
- color: #fff;
558
- border-color: #699bff;
559
- background: #699bff
560
- }
561
-
562
- /* .BMap_noprint {
563
- width: 26px !important;
564
- height: 26px !important;
565
- } */
566
-
567
- /* .footer-controls.themeEditing .theme-icon-item {
568
- position: relative;
569
- margin: 0 8px;
570
- }
571
- .footer-controls.themeEditing .footer-controls-left .theme-icon-item:nth-child(1) .ezuikit-theme-icon >span:first-child{
572
- display: none!important;
573
- }
574
- .footer-controls.themeEditing .footer-controls-left .theme-icon-item:nth-last-child(2) .ezuikit-theme-icon >span:nth-child(3){
575
- display: none!important;
576
- }
577
-
578
- .footer-controls.themeEditing .theme-icon-item:hover .ezuikit-theme-icon {
579
- display: block!important;
580
- }
581
- .footer-controls.themeEditing .footer-controls-right .theme-icon-item:nth-child(1) .ezuikit-theme-icon >span:first-child{
582
- display: none!important;
583
- }
584
- .footer-controls.themeEditing .footer-controls-right .theme-icon-item:nth-last-child(1) .ezuikit-theme-icon >span:nth-child(3){
585
- display: none!important;
586
- } */
104
+ }
@@ -0,0 +1,52 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 23.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 225 126" style="enable-background:new 0 0 225 126;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill-rule:evenodd;clip-rule:evenodd;fill:#F5F5F5;}
7
+ .st1{filter:url(#Adobe_OpacityMaskFilter);}
8
+ .st2{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
9
+ .st3{mask:url(#mask-2_1_);}
10
+ .st4{fill:#BFBFBF;}
11
+ .st5{filter:url(#Adobe_OpacityMaskFilter_1_);}
12
+ .st6{mask:url(#mask-2_2_);}
13
+ </style>
14
+ <title>加载失败@3x</title>
15
+ <rect x="0.7" class="st0" width="224" height="126"/>
16
+ <defs>
17
+ <filter id="Adobe_OpacityMaskFilter" filterUnits="userSpaceOnUse" x="95.1" y="48.4" width="18.7" height="29.2">
18
+ <feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
19
+ </filter>
20
+ </defs>
21
+ <mask maskUnits="userSpaceOnUse" x="95.1" y="48.4" width="18.7" height="29.2" id="mask-2_1_">
22
+ <g class="st1">
23
+ <rect id="path-1_1_" x="0.7" class="st2" width="224" height="126"/>
24
+ </g>
25
+ </mask>
26
+ <g class="st3">
27
+ <g id="形状结合" transform="translate(94.326510, 48.000000)">
28
+ <path class="st4" d="M16.7,0.4c0.1,0,0.2,0,0.2,0l-0.6,2.5L5,2.9c-0.9,0-1.7,0.7-1.7,1.6l0,0.1v12.5l6.4-4.5c1-0.7,2.3-0.7,3.3,0
29
+ l0.2,0.1l6.4,5l-0.8,2.6l-7.1-5.6c-0.1-0.1-0.3-0.1-0.4-0.1l-0.1,0l-7.8,5.5v5.2c0,0.9,0.7,1.6,1.6,1.7l0.2,0l11.7,0l-0.7,2.5
30
+ L5,29.6c-2.3,0-4.1-1.8-4.2-4l0-0.2V4.6c0-2.3,1.8-4.1,4-4.2l0.2,0H16.7z"/>
31
+ </g>
32
+ </g>
33
+ <defs>
34
+ <filter id="Adobe_OpacityMaskFilter_1_" filterUnits="userSpaceOnUse" x="112.8" y="48.4" width="17.3" height="29.2">
35
+ <feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/>
36
+ </filter>
37
+ </defs>
38
+ <mask maskUnits="userSpaceOnUse" x="112.8" y="48.4" width="17.3" height="29.2" id="mask-2_2_">
39
+ <g class="st5">
40
+ <rect id="path-1_2_" x="0.7" class="st2" width="224" height="126"/>
41
+ </g>
42
+ </mask>
43
+ <g class="st6">
44
+
45
+ <g transform="translate(121.479530, 63.000000) rotate(-360.000000) translate(-121.479530, -63.000000) translate(111.979530, 48.000000)">
46
+ <path class="st4" d="M13.9,0.4c2.3,0,4.1,1.8,4.2,4l0,0.2v20.7c0,2.3-1.8,4.1-4,4.2l-0.2,0l-13.1,0l0.7-2.5l12.3,0
47
+ c0.9,0,1.7-0.7,1.7-1.6l0-0.1V4.6c0-0.9-0.8-1.7-1.8-1.7l-12.6,0l0.6-2.5L13.9,0.4z M4.4,17.7l6.8,5.3c0.5,0.4,0.6,1.2,0.2,1.8
48
+ c-0.4,0.5-1.1,0.6-1.6,0.3L9.6,25l-6-4.7L4.4,17.7z M8.6,5.4c2.5,0,4.6,2.1,4.6,4.6s-2.1,4.6-4.6,4.6S4,12.5,4,10S6,5.4,8.6,5.4z
49
+ M8.6,7.9c-1.2,0-2.1,0.9-2.1,2.1s0.9,2.1,2.1,2.1c1.2,0,2.1-0.9,2.1-2.1S9.7,7.9,8.6,7.9z"/>
50
+ </g>
51
+ </g>
52
+ </svg>