sparta-ui 3.48.0 → 3.49.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.
Files changed (53) hide show
  1. package/lib/epay/index.css +1 -1
  2. package/lib/epay/index.js +11 -11
  3. package/lib/model/ModalManage.js +1 -1
  4. package/lib/model/PopManage.js +1 -1
  5. package/lib/plusCashier/index.css +1 -1
  6. package/lib/plusCashier/index.js +11 -11
  7. package/lib/sdkBaoxue/button/index.css +1 -0
  8. package/lib/sdkBaoxue/button/index.js +1 -0
  9. package/lib/sdkBaoxue/checkbox/index.css +1 -0
  10. package/lib/sdkBaoxue/checkbox/index.js +1 -0
  11. package/lib/sdkBaoxue/checkbox-group/index.css +1 -0
  12. package/lib/sdkBaoxue/checkbox-group/index.js +1 -0
  13. package/lib/sdkBaoxue/confirm/index.css +1 -0
  14. package/lib/sdkBaoxue/confirm/index.js +1 -0
  15. package/lib/sdkBaoxue/font/iconfont.ttf +0 -0
  16. package/lib/sdkBaoxue/font/iconfont.woff +0 -0
  17. package/lib/sdkBaoxue/font/iconfont.woff2 +0 -0
  18. package/lib/sdkBaoxue/form/index.css +1 -0
  19. package/lib/sdkBaoxue/form/index.js +1 -0
  20. package/lib/sdkBaoxue/form-item/index.css +1 -0
  21. package/lib/sdkBaoxue/form-item/index.js +1 -0
  22. package/lib/sdkBaoxue/index.css +3082 -0
  23. package/lib/sdkBaoxue/index.js +19389 -0
  24. package/lib/sdkBaoxue/input/index.css +1 -0
  25. package/lib/sdkBaoxue/input/index.js +1 -0
  26. package/lib/sdkBaoxue/modal/index.css +1 -0
  27. package/lib/sdkBaoxue/modal/index.js +1 -0
  28. package/lib/sdkBaoxue/option/index.css +1 -0
  29. package/lib/sdkBaoxue/option/index.js +1 -0
  30. package/lib/sdkBaoxue/option-group/index.css +1 -0
  31. package/lib/sdkBaoxue/option-group/index.js +1 -0
  32. package/lib/sdkBaoxue/password-input/index.css +1 -0
  33. package/lib/sdkBaoxue/password-input/index.js +1 -0
  34. package/lib/sdkBaoxue/popup-tip/index.css +1 -0
  35. package/lib/sdkBaoxue/popup-tip/index.js +1 -0
  36. package/lib/sdkBaoxue/radio/index.css +1 -0
  37. package/lib/sdkBaoxue/radio/index.js +1 -0
  38. package/lib/sdkBaoxue/radio-group/index.css +1 -0
  39. package/lib/sdkBaoxue/radio-group/index.js +1 -0
  40. package/lib/sdkBaoxue/row/index.css +1 -0
  41. package/lib/sdkBaoxue/row/index.js +1 -0
  42. package/lib/sdkBaoxue/sdkBaoxue/font/iconfont.ttf +0 -0
  43. package/lib/sdkBaoxue/sdkBaoxue/font/iconfont.woff +0 -0
  44. package/lib/sdkBaoxue/sdkBaoxue/font/iconfont.woff2 +0 -0
  45. package/lib/sdkBaoxue/select/index.css +1 -0
  46. package/lib/sdkBaoxue/select/index.js +1 -0
  47. package/lib/sdkBaoxue/style/index.css +1 -0
  48. package/lib/sdkBaoxue/style/index.js +1 -0
  49. package/lib/sdkBaoxue/tag/index.css +1 -0
  50. package/lib/sdkBaoxue/tag/index.js +1 -0
  51. package/lib/sdkBaoxue/toast/index.css +1 -0
  52. package/lib/sdkBaoxue/toast/index.js +1 -0
  53. package/package.json +5 -2
@@ -0,0 +1,3082 @@
1
+ @charset "UTF-8";
2
+ /* Transition
3
+ -------------------------- */
4
+ /* Colors
5
+ -------------------------- */
6
+ /* Shadow
7
+ -------------------------- */
8
+ /* Disable base
9
+ -------------------------- */
10
+ /* Scrollbar
11
+ -------------------------- */
12
+ /* Border
13
+ -------------------------- */
14
+ /* Button
15
+ -------------------------- */
16
+ /* PasswordInput
17
+ -------------------------- */
18
+ /* Input
19
+ -------------------------- */
20
+ /* Radio
21
+ -------------------------- */
22
+ /* Select
23
+ -------------------------- */
24
+ /* Checkbox
25
+ -------------------------- */
26
+ /* Tag
27
+ -------------------------- */
28
+ /* Option
29
+ -------------------------- */
30
+ /* Form
31
+ -------------------------- */
32
+ /* Modal
33
+ -------------------------- */
34
+ /* Toast
35
+ -------------------------- */
36
+ /* Confirm
37
+ -------------------------- */
38
+ /* Dropdown
39
+ -------------------------- */
40
+ /* Break-point
41
+ -------------------------- */
42
+ * {
43
+ font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, "segoe ui", arial, roboto, "PingFang SC", miui, "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
44
+ -webkit-tap-highlight-color: transparent;
45
+ }
46
+
47
+ /**
48
+ * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
49
+ * http://cssreset.com
50
+ */
51
+ html, body, div, span, applet, object, iframe,
52
+ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
53
+ a, abbr, acronym, address, big, cite, code,
54
+ del, dfn, em, img, ins, kbd, q, s, samp,
55
+ small, strike, strong, sub, sup, tt, var,
56
+ b, u, i, center,
57
+ dl, dt, dd, ol, ul, li,
58
+ fieldset, form, label, legend,
59
+ table, caption, tbody, tfoot, thead, tr, th, td,
60
+ article, aside, canvas, details, embed,
61
+ figure, figcaption, footer, header,
62
+ menu, nav, output, ruby, section, summary,
63
+ time, mark, audio, video, input {
64
+ margin: 0;
65
+ padding: 0;
66
+ border: 0;
67
+ font-size: 100%;
68
+ font-weight: normal;
69
+ vertical-align: baseline;
70
+ }
71
+
72
+ /* HTML5 display-role reset for older browsers */
73
+ article, aside, details, figcaption, figure,
74
+ footer, header, menu, nav, section {
75
+ display: block;
76
+ }
77
+
78
+ body {
79
+ min-height: 100%;
80
+ -webkit-box-sizing: border-box;
81
+ box-sizing: border-box;
82
+ position: relative;
83
+ }
84
+
85
+ blockquote, q {
86
+ quotes: none;
87
+ }
88
+
89
+ blockquote::before, blockquote::after,
90
+ q::before, q::after {
91
+ content: none;
92
+ }
93
+
94
+ table {
95
+ border-collapse: collapse;
96
+ border-spacing: 0;
97
+ }
98
+
99
+ *::-ms-clear,
100
+ *::-ms-reveal {
101
+ display: none;
102
+ }
103
+
104
+ *::-webkit-scrollbar {
105
+ width: 7px;
106
+ height: 7px;
107
+ background-color: transparent;
108
+ }
109
+ *::-webkit-scrollbar-track {
110
+ border-radius: 10px;
111
+ background-color: transparent;
112
+ }
113
+ *::-webkit-scrollbar-thumb {
114
+ border-radius: 10px;
115
+ background-color: #363738;
116
+ }
117
+
118
+ a {
119
+ color: #333;
120
+ -webkit-backface-visibility: hidden;
121
+ backface-visibility: hidden;
122
+ text-decoration: none;
123
+ }
124
+
125
+ li {
126
+ list-style: none;
127
+ }
128
+
129
+ button {
130
+ outline: none;
131
+ }
132
+
133
+ input::-webkit-input-placeholder {
134
+ color: rgba(255, 255, 255, 0.4);
135
+ }
136
+
137
+ input::-moz-placeholder {
138
+ color: rgba(255, 255, 255, 0.4);
139
+ }
140
+
141
+ input::-ms-input-placeholder {
142
+ color: rgba(255, 255, 255, 0.4);
143
+ }
144
+
145
+ input::placeholder {
146
+ color: rgba(255, 255, 255, 0.4);
147
+ }
148
+
149
+ /* 更改光标颜色 */
150
+ input, textarea {
151
+ caret-color: #d83024; /* 将光标颜色设置为红色 */
152
+ }
153
+
154
+ /* stylelint-disable */
155
+ @font-face {
156
+ font-family: "sparta-icons"; /* Project id 4871700 */
157
+ src: url(~sparta-ui/lib/sdkBaoxue/font/iconfont.woff2) format("woff2"), url(~sparta-ui/lib/sdkBaoxue/font/iconfont.woff) format("woff"), url(~sparta-ui/lib/sdkBaoxue/font/iconfont.ttf) format("truetype");
158
+ }
159
+ .sparta-icons {
160
+ font-family: "sparta-icons" !important;
161
+ font-size: 16px;
162
+ font-style: normal;
163
+ -webkit-font-smoothing: antialiased;
164
+ -moz-osx-font-smoothing: grayscale;
165
+ }
166
+
167
+ .sp-icon-arrow-down-bold:before {
168
+ content: "\e6a6";
169
+ }
170
+
171
+ .sp-icon-arrow-right:before {
172
+ content: "\e641";
173
+ }
174
+
175
+ .sp-icon-check:before {
176
+ content: "\e63e";
177
+ }
178
+
179
+ .sp-icon-ques:before {
180
+ content: "\e601";
181
+ }
182
+
183
+ .sp-icon-loading:before {
184
+ content: "\e697";
185
+ }
186
+
187
+ .sp-icon-close-bold:before {
188
+ content: "\e6af";
189
+ }
190
+
191
+ .sp-icon-close:before {
192
+ content: "\e6b0";
193
+ }
194
+
195
+ [class^=sp-icon-], [class*=" sp-icon-"] {
196
+ font-family: sparta-icons !important;
197
+ -webkit-font-smoothing: antialiased;
198
+ -moz-osx-font-smoothing: grayscale;
199
+ font-size: 16px;
200
+ font-style: normal;
201
+ font-weight: normal;
202
+ font-variant: normal;
203
+ text-transform: none;
204
+ vertical-align: baseline;
205
+ display: inline-block;
206
+ }
207
+ [class^=sp-icon-]::before, [class*=" sp-icon-"]::before {
208
+ display: inline-block; /* 解决伪元素在字号为12px的时候,高度会是13的问题 */
209
+ }
210
+
211
+ .sp-icon-loading {
212
+ -webkit-animation: rotating 0.7s linear infinite;
213
+ animation: rotating 0.7s linear infinite;
214
+ }
215
+
216
+ @-webkit-keyframes rotating {
217
+ 0% {
218
+ -webkit-transform: rotateZ(0deg);
219
+ transform: rotateZ(0deg);
220
+ }
221
+ 100% {
222
+ -webkit-transform: rotateZ(360deg);
223
+ transform: rotateZ(360deg);
224
+ }
225
+ }
226
+
227
+ @keyframes rotating {
228
+ 0% {
229
+ -webkit-transform: rotateZ(0deg);
230
+ transform: rotateZ(0deg);
231
+ }
232
+ 100% {
233
+ -webkit-transform: rotateZ(360deg);
234
+ transform: rotateZ(360deg);
235
+ }
236
+ }
237
+ .sp-zoom-in-top-enter-active,
238
+ .sp-zoom-in-top-leave-active {
239
+ opacity: 1;
240
+ -webkit-transform: scaleY(1);
241
+ -ms-transform: scaleY(1);
242
+ transform: scaleY(1);
243
+ -webkit-transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
244
+ transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
245
+ transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
246
+ transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
247
+ -webkit-transform-origin: center top;
248
+ -ms-transform-origin: center top;
249
+ transform-origin: center top;
250
+ }
251
+
252
+ .sp-zoom-in-top-enter,
253
+ .sp-zoom-in-top-leave-active {
254
+ opacity: 0;
255
+ -webkit-transform: scaleY(0);
256
+ -ms-transform: scaleY(0);
257
+ transform: scaleY(0);
258
+ }
259
+
260
+ .sp-zoom-in-center-enter-active,
261
+ .sp-zoom-in-center-leave-active {
262
+ -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
263
+ transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
264
+ }
265
+
266
+ .sp-zoom-in-center-enter,
267
+ .sp-zoom-in-center-leave-active {
268
+ opacity: 0;
269
+ -webkit-transform: scaleX(0);
270
+ -ms-transform: scaleX(0);
271
+ transform: scaleX(0);
272
+ }
273
+
274
+ .sp-slide-fade-in-top-enter-active {
275
+ -webkit-transform: scaleY(1);
276
+ -ms-transform: scaleY(1);
277
+ transform: scaleY(1);
278
+ -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
279
+ transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
280
+ -webkit-transform-origin: top;
281
+ -ms-transform-origin: top;
282
+ transform-origin: top;
283
+ }
284
+
285
+ .sp-slide-fade-in-top-leave-active {
286
+ -webkit-transform: scaleY(1);
287
+ -ms-transform: scaleY(1);
288
+ transform: scaleY(1);
289
+ -webkit-transform-origin: top;
290
+ -ms-transform-origin: top;
291
+ transform-origin: top;
292
+ }
293
+
294
+ .sp-slide-fade-in-top-enter,
295
+ .sp-slide-fade-in-top-leave-active {
296
+ -webkit-transform: scaleY(0);
297
+ -ms-transform: scaleY(0);
298
+ transform: scaleY(0);
299
+ height: 0;
300
+ opacity: 0;
301
+ }
302
+
303
+ .sp-fade-enter-active,
304
+ .sp-fade-leave-active {
305
+ -webkit-transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
306
+ transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
307
+ }
308
+
309
+ .sp-fade-enter,
310
+ .sp-fade-leave-active {
311
+ opacity: 0;
312
+ }
313
+
314
+ .sp-modal-fade-enter-active,
315
+ .sp-modal-fade-leave-active {
316
+ -webkit-transition: all 0.2s;
317
+ transition: all 0.2s;
318
+ }
319
+
320
+ .sp-modal-fade-enter,
321
+ .sp-modal-fade-leave-to {
322
+ opacity: 0;
323
+ -webkit-transform: translateY(-30px);
324
+ -ms-transform: translateY(-30px);
325
+ transform: translateY(-30px);
326
+ }
327
+
328
+ .sp-modal-fade-out-enter-active,
329
+ .sp-modal-fade-out-leave-active {
330
+ -webkit-transition: all 0.3s;
331
+ transition: all 0.3s;
332
+ }
333
+
334
+ .sp-modal-fade-out-enter,
335
+ .sp-modal-fade-out-leave-to {
336
+ opacity: 0;
337
+ -webkit-transform: translateY(30px);
338
+ -ms-transform: translateY(30px);
339
+ transform: translateY(30px);
340
+ }
341
+
342
+ .collapse-transition {
343
+ -webkit-transition: 0.3s height ease-in-out, 0.3s padding-top ease-in-out, 0.3s padding-bottom ease-in-out;
344
+ transition: 0.3s height ease-in-out, 0.3s padding-top ease-in-out, 0.3s padding-bottom ease-in-out;
345
+ }
346
+
347
+ .animated {
348
+ -webkit-animation-duration: 0.2s;
349
+ animation-duration: 0.2s;
350
+ -webkit-animation-fill-mode: forwards;
351
+ animation-fill-mode: forwards;
352
+ }
353
+
354
+ /* Toast
355
+ -------------------------- */
356
+ @-webkit-keyframes toast-fade-in-down {
357
+ from {
358
+ opacity: 0;
359
+ -webkit-transform: translate3d(-50%, -100%, 0);
360
+ transform: translate3d(-50%, -100%, 0);
361
+ }
362
+ to {
363
+ opacity: 1;
364
+ -webkit-transform: translate3d(-50%, 0, 0);
365
+ transform: translate3d(-50%, 0, 0);
366
+ }
367
+ }
368
+ @keyframes toast-fade-in-down {
369
+ from {
370
+ opacity: 0;
371
+ -webkit-transform: translate3d(-50%, -100%, 0);
372
+ transform: translate3d(-50%, -100%, 0);
373
+ }
374
+ to {
375
+ opacity: 1;
376
+ -webkit-transform: translate3d(-50%, 0, 0);
377
+ transform: translate3d(-50%, 0, 0);
378
+ }
379
+ }
380
+ .toast-fade-in-down {
381
+ -webkit-animation-name: toast-fade-in-down;
382
+ animation-name: toast-fade-in-down;
383
+ }
384
+
385
+ @-webkit-keyframes toast-fade-out-up {
386
+ from {
387
+ opacity: 1;
388
+ }
389
+ to {
390
+ opacity: 0;
391
+ -webkit-transform: translate3d(-50%, -100%, 0);
392
+ transform: translate3d(-50%, -100%, 0);
393
+ }
394
+ }
395
+
396
+ @keyframes toast-fade-out-up {
397
+ from {
398
+ opacity: 1;
399
+ }
400
+ to {
401
+ opacity: 0;
402
+ -webkit-transform: translate3d(-50%, -100%, 0);
403
+ transform: translate3d(-50%, -100%, 0);
404
+ }
405
+ }
406
+ .toast-fade-out-up {
407
+ -webkit-animation-name: toast-fade-out-up;
408
+ animation-name: toast-fade-out-up;
409
+ }
410
+ /* Transition
411
+ -------------------------- */
412
+ /* Colors
413
+ -------------------------- */
414
+ /* Shadow
415
+ -------------------------- */
416
+ /* Disable base
417
+ -------------------------- */
418
+ /* Scrollbar
419
+ -------------------------- */
420
+ /* Border
421
+ -------------------------- */
422
+ /* Button
423
+ -------------------------- */
424
+ /* PasswordInput
425
+ -------------------------- */
426
+ /* Input
427
+ -------------------------- */
428
+ /* Radio
429
+ -------------------------- */
430
+ /* Select
431
+ -------------------------- */
432
+ /* Checkbox
433
+ -------------------------- */
434
+ /* Tag
435
+ -------------------------- */
436
+ /* Option
437
+ -------------------------- */
438
+ /* Form
439
+ -------------------------- */
440
+ /* Modal
441
+ -------------------------- */
442
+ /* Toast
443
+ -------------------------- */
444
+ /* Confirm
445
+ -------------------------- */
446
+ /* Dropdown
447
+ -------------------------- */
448
+ /* Break-point
449
+ -------------------------- */
450
+ .sp-radio__wrap .sp-radio__inner::after {
451
+ width: 12px;
452
+ height: 12px;
453
+ }
454
+
455
+ .sp-input .sp-input__inner {
456
+ background-color: transparent;
457
+ }
458
+
459
+ .sp-modal-wrap .sp-modal-content {
460
+ border: 1px solid #4d4d4d;
461
+ -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
462
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
463
+ }
464
+
465
+ .sp-select .sp-icon-close-bold,
466
+ .sp-select .sp-icon-arrow-down-bold {
467
+ color: rgba(255, 255, 255, 0.6);
468
+ }
469
+ @charset "UTF-8";
470
+ /* Transition
471
+ -------------------------- */
472
+ /* Colors
473
+ -------------------------- */
474
+ /* Shadow
475
+ -------------------------- */
476
+ /* Disable base
477
+ -------------------------- */
478
+ /* Scrollbar
479
+ -------------------------- */
480
+ /* Border
481
+ -------------------------- */
482
+ /* Button
483
+ -------------------------- */
484
+ /* PasswordInput
485
+ -------------------------- */
486
+ /* Input
487
+ -------------------------- */
488
+ /* Radio
489
+ -------------------------- */
490
+ /* Select
491
+ -------------------------- */
492
+ /* Checkbox
493
+ -------------------------- */
494
+ /* Tag
495
+ -------------------------- */
496
+ /* Option
497
+ -------------------------- */
498
+ /* Form
499
+ -------------------------- */
500
+ /* Modal
501
+ -------------------------- */
502
+ /* Toast
503
+ -------------------------- */
504
+ /* Confirm
505
+ -------------------------- */
506
+ /* Dropdown
507
+ -------------------------- */
508
+ /* Break-point
509
+ -------------------------- */
510
+ /* Break-points 做响应式用
511
+ -------------------------- */
512
+ /* button 辅助
513
+ -------------------------- */
514
+ /* BEM
515
+ -------------------------- */
516
+ .sp-row {
517
+ position: relative;
518
+ -webkit-box-sizing: border-box;
519
+ box-sizing: border-box;
520
+ zoom: 1;
521
+ }
522
+ .sp-row::after {
523
+ content: " ";
524
+ display: block;
525
+ clear: both;
526
+ height: 0;
527
+ overflow: hidden;
528
+ visibility: hidden;
529
+ }
530
+ @charset "UTF-8";
531
+ /* Transition
532
+ -------------------------- */
533
+ /* Colors
534
+ -------------------------- */
535
+ /* Shadow
536
+ -------------------------- */
537
+ /* Disable base
538
+ -------------------------- */
539
+ /* Scrollbar
540
+ -------------------------- */
541
+ /* Border
542
+ -------------------------- */
543
+ /* Button
544
+ -------------------------- */
545
+ /* PasswordInput
546
+ -------------------------- */
547
+ /* Input
548
+ -------------------------- */
549
+ /* Radio
550
+ -------------------------- */
551
+ /* Select
552
+ -------------------------- */
553
+ /* Checkbox
554
+ -------------------------- */
555
+ /* Tag
556
+ -------------------------- */
557
+ /* Option
558
+ -------------------------- */
559
+ /* Form
560
+ -------------------------- */
561
+ /* Modal
562
+ -------------------------- */
563
+ /* Toast
564
+ -------------------------- */
565
+ /* Confirm
566
+ -------------------------- */
567
+ /* Dropdown
568
+ -------------------------- */
569
+ /* Break-point
570
+ -------------------------- */
571
+ /* Break-points 做响应式用
572
+ -------------------------- */
573
+ /* button 辅助
574
+ -------------------------- */
575
+ /* BEM
576
+ -------------------------- */
577
+ .sp-button {
578
+ display: inline-block;
579
+ white-space: nowrap;
580
+ cursor: pointer;
581
+ background: transparent;
582
+ border: 1px solid #4d4d4d;
583
+ border-color: #3172d9;
584
+ color: #3172d9;
585
+ -webkit-appearance: none;
586
+ -moz-appearance: none;
587
+ appearance: none;
588
+ text-align: center;
589
+ -webkit-box-sizing: border-box;
590
+ box-sizing: border-box;
591
+ outline: none;
592
+ margin: 0;
593
+ -webkit-transition: all 0.1 cubic-bezier(0.645, 0.045, 0.355, 1);
594
+ transition: all 0.1 cubic-bezier(0.645, 0.045, 0.355, 1);
595
+ font-weight: normal;
596
+ -webkit-user-select: none;
597
+ -moz-user-select: none;
598
+ -ms-user-select: none;
599
+ user-select: none;
600
+ padding: 0 10px;
601
+ border-radius: 6px;
602
+ min-width: 120px;
603
+ height: 42px;
604
+ font-size: 16px;
605
+ }
606
+ .sp-button + .sp-button {
607
+ margin-left: 10px;
608
+ }
609
+ .sp-button:hover {
610
+ background-color: transparent;
611
+ }
612
+ .sp-button:active, .sp-button:active:focus {
613
+ background-color: transparent;
614
+ }
615
+ .sp-button:focus {
616
+ background-color: transparent;
617
+ }
618
+ .sp-button::-moz-focus-inner {
619
+ border: 0;
620
+ }
621
+ .sp-button [class*=sp-icon-] {
622
+ color: inherit;
623
+ font-size: 14px;
624
+ }
625
+ .sp-button.is--plain {
626
+ border-color: #3172d9;
627
+ background-color: transparent;
628
+ }
629
+ .sp-button.is--plain:hover {
630
+ background: transparent;
631
+ color: #3172d9;
632
+ opacity: 1;
633
+ }
634
+ .sp-button.is--plain:active, .sp-button.is--plain:active:focus {
635
+ background-color: transparent;
636
+ opacity: 1;
637
+ }
638
+ .sp-button.is--plain:focus {
639
+ background-color: transparent;
640
+ }
641
+ .sp-button.is--disabled, .sp-button.is--disabled:hover, .sp-button.is--disabled:focus {
642
+ color: rgba(255, 255, 255, 0.4);
643
+ cursor: not-allowed;
644
+ background-image: none;
645
+ background-color: #254e8e;
646
+ border-color: #254e8e;
647
+ }
648
+ .sp-button.is--disabled.is--plain, .sp-button.is--disabled.is--plain:hover, .sp-button.is--disabled.is--plain:focus {
649
+ background-color: #fff;
650
+ border-color: #254e8e;
651
+ color: #254e8e;
652
+ opacity: 1;
653
+ }
654
+ .sp-button.is--loading {
655
+ position: relative;
656
+ pointer-events: none;
657
+ color: rgba(255, 255, 255, 0.5);
658
+ }
659
+ .sp-button.is--loading::before {
660
+ pointer-events: none;
661
+ content: "";
662
+ position: absolute;
663
+ left: -1px;
664
+ top: -1px;
665
+ right: -1px;
666
+ bottom: -1px;
667
+ border-radius: inherit;
668
+ }
669
+ .sp-button.is--plain.is--loading {
670
+ position: relative;
671
+ pointer-events: none;
672
+ color: rgba(49, 114, 217, 0.5);
673
+ }
674
+ .sp-button--primary {
675
+ background-color: #3172d9;
676
+ border-color: #3172d9;
677
+ color: #fff;
678
+ }
679
+ .sp-button--primary:hover {
680
+ background-color: #2c67c4;
681
+ border-color: #2c67c4;
682
+ }
683
+ .sp-button--primary:focus, .sp-button--primary:active {
684
+ background-color: #3172d9;
685
+ border-color: #3172d9;
686
+ }
687
+ .sp-button--primary:active, .sp-button--primary:active:focus {
688
+ background-color: #285cad;
689
+ border-color: #285cad;
690
+ }
691
+ .sp-button--primary:focus {
692
+ background-color: #3172d9;
693
+ border-color: #3172d9;
694
+ }
695
+ .sp-button--info {
696
+ background-color: transparent;
697
+ border-color: #3172d9;
698
+ color: #3172d9;
699
+ }
700
+ .sp-button--info:hover {
701
+ background-color: transparent;
702
+ border-color: #3172d9;
703
+ }
704
+ .sp-button--info:focus, .sp-button--info:active {
705
+ background-color: transparent;
706
+ border-color: #3172d9;
707
+ }
708
+ .sp-button--info:active, .sp-button--info:active:focus {
709
+ background-color: transparent;
710
+ border-color: #3172d9;
711
+ }
712
+ .sp-button--info:focus {
713
+ background-color: transparent;
714
+ border-color: #3172d9;
715
+ }
716
+ .sp-button--info.is--plain {
717
+ border-color: #3172d9;
718
+ color: #3172d9;
719
+ background-color: transparent;
720
+ }
721
+ .sp-button--info.is--plain:hover {
722
+ background-color: transparent;
723
+ border-color: #3172d9;
724
+ color: #3172d9;
725
+ }
726
+ .sp-button--info.is--plain:focus, .sp-button--info.is--plain:active {
727
+ background-color: transparent;
728
+ border-color: #3172d9;
729
+ color: #3172d9;
730
+ }
731
+ .sp-button--info.is--plain:active, .sp-button--info.is--plain:active:focus {
732
+ background-color: transparent;
733
+ border-color: #3172d9;
734
+ color: #3172d9;
735
+ }
736
+ .sp-button--info.is--plain:focus {
737
+ background-color: transparent;
738
+ border-color: #3172d9;
739
+ color: #3172d9;
740
+ }
741
+ .sp-button--info.is--plain.is--loading {
742
+ color: rgba(255, 255, 255, 0.4);
743
+ }
744
+ .sp-button--medium {
745
+ min-width: 108px;
746
+ height: 36px;
747
+ font-size: 16px;
748
+ }
749
+ .sp-button--small {
750
+ min-width: 96px;
751
+ height: 32px;
752
+ font-size: 14px;
753
+ }
754
+ .sp-button--mini {
755
+ min-width: 84px;
756
+ height: 28px;
757
+ font-size: 13px;
758
+ }
759
+ .sp-button--mini [class*=sp-icon-] {
760
+ font-size: 12px;
761
+ }
762
+ .sp-button--text {
763
+ border-color: transparent;
764
+ background: transparent;
765
+ color: #1167dc;
766
+ padding: 0;
767
+ min-width: auto;
768
+ height: auto;
769
+ font-weight: normal;
770
+ }
771
+ .sp-button--text:hover {
772
+ border-color: transparent;
773
+ background-color: transparent;
774
+ color: #1167dc;
775
+ }
776
+ .sp-button--text:active, .sp-button--text:active:focus {
777
+ border-color: transparent;
778
+ background-color: transparent;
779
+ color: #63a6ff;
780
+ }
781
+ .sp-button--text:focus {
782
+ background-color: transparent;
783
+ border-color: transparent;
784
+ color: #1167dc;
785
+ }
786
+ .sp-button--text.is--disabled, .sp-button--text.is--disabled:hover, .sp-button--text.is--disabled:focus {
787
+ border-color: transparent;
788
+ background-color: transparent;
789
+ color: rgba(255, 255, 255, 0.4);
790
+ }
791
+ @charset "UTF-8";
792
+ /* Transition
793
+ -------------------------- */
794
+ /* Colors
795
+ -------------------------- */
796
+ /* Shadow
797
+ -------------------------- */
798
+ /* Disable base
799
+ -------------------------- */
800
+ /* Scrollbar
801
+ -------------------------- */
802
+ /* Border
803
+ -------------------------- */
804
+ /* Button
805
+ -------------------------- */
806
+ /* PasswordInput
807
+ -------------------------- */
808
+ /* Input
809
+ -------------------------- */
810
+ /* Radio
811
+ -------------------------- */
812
+ /* Select
813
+ -------------------------- */
814
+ /* Checkbox
815
+ -------------------------- */
816
+ /* Tag
817
+ -------------------------- */
818
+ /* Option
819
+ -------------------------- */
820
+ /* Form
821
+ -------------------------- */
822
+ /* Modal
823
+ -------------------------- */
824
+ /* Toast
825
+ -------------------------- */
826
+ /* Confirm
827
+ -------------------------- */
828
+ /* Dropdown
829
+ -------------------------- */
830
+ /* Break-point
831
+ -------------------------- */
832
+ .sp-textarea {
833
+ position: relative;
834
+ display: inline-block;
835
+ width: 100%;
836
+ vertical-align: bottom;
837
+ font-size: 14px;
838
+ }
839
+ .sp-textarea .sp-textarea__inner {
840
+ position: relative;
841
+ display: block;
842
+ resize: vertical;
843
+ padding: 7px 10px;
844
+ line-height: 20px;
845
+ -webkit-box-sizing: border-box;
846
+ box-sizing: border-box;
847
+ width: 100%;
848
+ font-size: inherit;
849
+ color: #fff;
850
+ background-color: transparent;
851
+ background-image: none;
852
+ border: 1px solid #4d4d4d;
853
+ border-radius: 6px;
854
+ -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
855
+ transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
856
+ }
857
+ .sp-textarea .sp-textarea__inner::-webkit-input-placeholder {
858
+ color: rgba(255, 255, 255, 0.4);
859
+ }
860
+ .sp-textarea .sp-textarea__inner::-moz-placeholder {
861
+ color: rgba(255, 255, 255, 0.4);
862
+ }
863
+ .sp-textarea .sp-textarea__inner::-ms-input-placeholder {
864
+ color: rgba(255, 255, 255, 0.4);
865
+ }
866
+ .sp-textarea .sp-textarea__inner::placeholder {
867
+ color: rgba(255, 255, 255, 0.4);
868
+ }
869
+ .sp-textarea .sp-textarea__inner:hover {
870
+ border-color: #ccc;
871
+ }
872
+ .sp-textarea .sp-textarea__inner:focus {
873
+ outline: none;
874
+ border-color: #ccc;
875
+ -webkit-box-shadow: none;
876
+ box-shadow: none;
877
+ }
878
+ .sp-textarea .sp-textarea.is--disabled .sp-textarea__inner {
879
+ background-color: rgba(255, 255, 255, 0.1);
880
+ border-color: #4d4d4d;
881
+ color: rgba(255, 255, 255, 0.4);
882
+ cursor: not-allowed;
883
+ }
884
+ .sp-textarea .sp-textarea.is--disabled .sp-textarea__inner::-webkit-input-placeholder {
885
+ color: rgba(255, 255, 255, 0.4);
886
+ }
887
+ .sp-textarea .sp-textarea.is--disabled .sp-textarea__inner::-moz-placeholder {
888
+ color: rgba(255, 255, 255, 0.4);
889
+ }
890
+ .sp-textarea .sp-textarea.is--disabled .sp-textarea__inner::-ms-input-placeholder {
891
+ color: rgba(255, 255, 255, 0.4);
892
+ }
893
+ .sp-textarea .sp-textarea.is--disabled .sp-textarea__inner::placeholder {
894
+ color: rgba(255, 255, 255, 0.4);
895
+ }
896
+ .sp-textarea .sp-textarea.is--readonly .sp-textarea__inner {
897
+ background-color: rgba(255, 255, 255, 0.1);
898
+ color: #fff;
899
+ }
900
+ .sp-textarea .sp-textarea.is--readonly .sp-textarea__inner:hover, .sp-textarea .sp-textarea.is--readonly .sp-textarea__inner:focus {
901
+ border: 1px solid #4d4d4d;
902
+ -webkit-box-shadow: none;
903
+ box-shadow: none;
904
+ }
905
+ .sp-textarea__placeholder {
906
+ position: absolute;
907
+ top: 7px;
908
+ bottom: 7px;
909
+ right: 10px;
910
+ font-size: inherit;
911
+ color: rgba(255, 255, 255, 0.4);
912
+ line-height: 1.5;
913
+ outline: none;
914
+ padding: 0 10px;
915
+ -webkit-user-select: none;
916
+ -moz-user-select: none;
917
+ -ms-user-select: none;
918
+ user-select: none;
919
+ overflow: hidden;
920
+ }
921
+ .sp-input {
922
+ position: relative;
923
+ font-size: 14px;
924
+ display: inline-block;
925
+ width: 100%;
926
+ }
927
+ .sp-input .sp-input__clear {
928
+ position: absolute;
929
+ top: 50%;
930
+ right: 10px;
931
+ -webkit-transform: translateY(-50%);
932
+ -ms-transform: translateY(-50%);
933
+ transform: translateY(-50%);
934
+ width: 18px;
935
+ height: 18px;
936
+ border-radius: 50%;
937
+ color: #fff;
938
+ background-color: rgba(255, 255, 255, 0.6);
939
+ font-size: 12px;
940
+ line-height: 18px;
941
+ cursor: pointer;
942
+ }
943
+ .sp-input__inner {
944
+ position: relative;
945
+ -webkit-appearance: none;
946
+ -moz-appearance: none;
947
+ appearance: none;
948
+ background-color: #fff;
949
+ background-image: none;
950
+ border-radius: 6px;
951
+ border: 1px solid #4d4d4d;
952
+ -webkit-box-sizing: border-box;
953
+ box-sizing: border-box;
954
+ color: #fff;
955
+ display: inline-block;
956
+ font-size: inherit;
957
+ height: 44px;
958
+ line-height: 44px;
959
+ outline: none;
960
+ padding: 0 10px;
961
+ -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
962
+ transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
963
+ width: 100%;
964
+ /* safari 浏览器密码输入框默认钥匙去除 */
965
+ /* safari 浏览器密码输入框默认眼睛和xx去除 */
966
+ /* 去掉搜狗浏览器密码软盘 */
967
+ }
968
+ .sp-input__inner::-webkit-input-placeholder {
969
+ color: rgba(255, 255, 255, 0.4);
970
+ }
971
+ .sp-input__inner::-moz-placeholder {
972
+ color: rgba(255, 255, 255, 0.4);
973
+ }
974
+ .sp-input__inner::-ms-input-placeholder {
975
+ color: rgba(255, 255, 255, 0.4);
976
+ }
977
+ .sp-input__inner::placeholder {
978
+ color: rgba(255, 255, 255, 0.4);
979
+ }
980
+ .sp-input__inner:hover {
981
+ border-color: #ccc;
982
+ }
983
+ .sp-input__inner:focus {
984
+ outline: none;
985
+ border-color: #ccc;
986
+ -webkit-box-shadow: none;
987
+ box-shadow: none;
988
+ }
989
+ .sp-input__inner::-webkit-credentials-auto-fill-button {
990
+ display: none !important;
991
+ visibility: hidden;
992
+ pointer-events: none;
993
+ position: absolute;
994
+ right: 0;
995
+ }
996
+ .sp-input__inner::-ms-clear, .sp-input__inner::-ms-reveal {
997
+ display: none;
998
+ width: 0;
999
+ height: 0;
1000
+ }
1001
+ .sp-input__inner::-webkit-input-safebox-button {
1002
+ display: none;
1003
+ }
1004
+ .sp-input__suffix {
1005
+ position: absolute;
1006
+ height: 100%;
1007
+ right: 0;
1008
+ top: 0;
1009
+ width: 36px;
1010
+ text-align: center;
1011
+ color: rgba(255, 255, 255, 0.4);
1012
+ -webkit-transition: all 0.3s;
1013
+ transition: all 0.3s;
1014
+ pointer-events: none;
1015
+ }
1016
+ .sp-input__suffix-inner {
1017
+ pointer-events: all;
1018
+ }
1019
+ .sp-input__prefix {
1020
+ position: absolute;
1021
+ height: 100%;
1022
+ left: 0;
1023
+ top: 0;
1024
+ width: 36px;
1025
+ text-align: center;
1026
+ color: rgba(255, 255, 255, 0.4);
1027
+ -webkit-transition: all 0.3s;
1028
+ transition: all 0.3s;
1029
+ }
1030
+ .sp-input__icon {
1031
+ height: 100%;
1032
+ width: 25px;
1033
+ text-align: center;
1034
+ -webkit-transition: all 0.3s;
1035
+ transition: all 0.3s;
1036
+ line-height: 44px;
1037
+ }
1038
+ .sp-input__icon::after {
1039
+ content: "";
1040
+ height: 100%;
1041
+ width: 0;
1042
+ display: inline-block;
1043
+ vertical-align: middle;
1044
+ }
1045
+ .sp-input__validateIcon {
1046
+ pointer-events: none;
1047
+ }
1048
+ .sp-input.is--active .sp-input__inner {
1049
+ outline: none;
1050
+ border-color: #ccc;
1051
+ -webkit-box-shadow: none;
1052
+ box-shadow: none;
1053
+ }
1054
+ .sp-input.is--disabled .sp-input__inner {
1055
+ background-color: rgba(255, 255, 255, 0.1);
1056
+ border-color: #4d4d4d;
1057
+ color: rgba(255, 255, 255, 0.4);
1058
+ cursor: not-allowed;
1059
+ }
1060
+ .sp-input.is--disabled .sp-input__inner::-webkit-input-placeholder {
1061
+ color: rgba(255, 255, 255, 0.4);
1062
+ }
1063
+ .sp-input.is--disabled .sp-input__inner::-moz-placeholder {
1064
+ color: rgba(255, 255, 255, 0.4);
1065
+ }
1066
+ .sp-input.is--disabled .sp-input__inner::-ms-input-placeholder {
1067
+ color: rgba(255, 255, 255, 0.4);
1068
+ }
1069
+ .sp-input.is--disabled .sp-input__inner::placeholder {
1070
+ color: rgba(255, 255, 255, 0.4);
1071
+ }
1072
+ .sp-input.is--disabled .sp-input__icon {
1073
+ cursor: not-allowed;
1074
+ }
1075
+ .sp-input.is--readonly .sp-input__inner {
1076
+ background-color: rgba(255, 255, 255, 0.1);
1077
+ color: #fff;
1078
+ }
1079
+ .sp-input.is--readonly .sp-input__inner:hover, .sp-input.is--readonly .sp-input__inner:focus {
1080
+ border: 1px solid #4d4d4d;
1081
+ -webkit-box-shadow: none;
1082
+ box-shadow: none;
1083
+ }
1084
+ .sp-input--suffix .sp-input__inner {
1085
+ padding-right: 30px;
1086
+ }
1087
+ .sp-input--prefix .sp-input__inner {
1088
+ padding-left: 35px;
1089
+ }
1090
+ .sp-input--medium {
1091
+ font-size: 16px;
1092
+ }
1093
+ .sp-input--medium .sp-input__inner {
1094
+ height: 44px;
1095
+ line-height: 44px;
1096
+ }
1097
+ .sp-input--medium .sp-input__icon {
1098
+ line-height: 44px;
1099
+ }
1100
+ .sp-input--small {
1101
+ font-size: 13px;
1102
+ }
1103
+ .sp-input--small .sp-input__inner {
1104
+ height: 32px;
1105
+ line-height: 32px;
1106
+ }
1107
+ .sp-input--small .sp-input__icon {
1108
+ line-height: 32px;
1109
+ }
1110
+ .sp-input--mini {
1111
+ font-size: 12px;
1112
+ }
1113
+ .sp-input--mini .sp-input__inner {
1114
+ height: 28px;
1115
+ line-height: 28px;
1116
+ }
1117
+ .sp-input--mini .sp-input__icon {
1118
+ line-height: 28px;
1119
+ }
1120
+ .sp-input__placeholder {
1121
+ position: absolute;
1122
+ top: 0;
1123
+ bottom: 0;
1124
+ font-size: inherit;
1125
+ color: rgba(255, 255, 255, 0.4);
1126
+ line-height: 44px;
1127
+ outline: none;
1128
+ padding: 0 10px;
1129
+ -webkit-user-select: none;
1130
+ -moz-user-select: none;
1131
+ -ms-user-select: none;
1132
+ user-select: none;
1133
+ }
1134
+ .sp-input--prefix .sp-input__placeholder {
1135
+ padding-left: 35px;
1136
+ }
1137
+ .sp-input--suffix .sp-input__placeholder {
1138
+ padding-right: 30px;
1139
+ }
1140
+ .sp-input-group {
1141
+ line-height: normal;
1142
+ display: inline-table;
1143
+ width: 100%;
1144
+ border-collapse: separate;
1145
+ border-spacing: 0;
1146
+ }
1147
+ .sp-input-group > .sp-input__inner {
1148
+ vertical-align: middle;
1149
+ display: table-cell;
1150
+ }
1151
+ .sp-input-group__append, .sp-input-group__prepend {
1152
+ background-color: transparent;
1153
+ color: #808080;
1154
+ vertical-align: middle;
1155
+ display: table-cell;
1156
+ position: relative;
1157
+ border: 1px solid #4d4d4d;
1158
+ border-radius: 6px;
1159
+ padding: 0 10px;
1160
+ width: 1px;
1161
+ min-width: 16px;
1162
+ text-align: center;
1163
+ white-space: nowrap;
1164
+ overflow: hidden;
1165
+ }
1166
+ .sp-input-group__append:focus, .sp-input-group__prepend:focus {
1167
+ outline: none;
1168
+ }
1169
+ .sp-input-group__append .sp-button, .sp-input-group__prepend .sp-button {
1170
+ display: inline-block;
1171
+ margin: -5px -20px;
1172
+ }
1173
+ .sp-input-group__append .sp-select, .sp-input-group__prepend .sp-select {
1174
+ margin: -1px -11px;
1175
+ float: left;
1176
+ }
1177
+ .sp-input-group__append .sp-select .sp-select__input-box, .sp-input-group__prepend .sp-select .sp-select__input-box {
1178
+ border-top-right-radius: 0;
1179
+ border-bottom-right-radius: 0;
1180
+ }
1181
+ .sp-input-group__append button.sp-button,
1182
+ .sp-input-group__append div.sp-select .sp-select__input-box,
1183
+ .sp-input-group__append div.sp-select:hover .sp-select__input-box, .sp-input-group__prepend button.sp-button,
1184
+ .sp-input-group__prepend div.sp-select .sp-select__input-box,
1185
+ .sp-input-group__prepend div.sp-select:hover .sp-select__input-box {
1186
+ border-color: transparent;
1187
+ background-color: transparent;
1188
+ color: inherit;
1189
+ }
1190
+ .sp-input-group__append .sp-button,
1191
+ .sp-input-group__append .sp-input, .sp-input-group__prepend .sp-button,
1192
+ .sp-input-group__prepend .sp-input {
1193
+ font-size: inherit;
1194
+ }
1195
+ .sp-input-group__prepend {
1196
+ border-right: 0;
1197
+ border-top-right-radius: 0;
1198
+ border-bottom-right-radius: 0;
1199
+ }
1200
+ .sp-input-group__append {
1201
+ border-left: 0;
1202
+ border-top-left-radius: 0;
1203
+ border-bottom-left-radius: 0;
1204
+ }
1205
+ .sp-input-group--prepend--white .sp-input-group__prepend {
1206
+ background-color: #fff;
1207
+ }
1208
+ .sp-input-group--prepend .sp-input__inner {
1209
+ border-top-left-radius: 0;
1210
+ border-bottom-left-radius: 0;
1211
+ }
1212
+ .sp-input-group--prepend .sp-select .sp-input.is--focus .sp-input__inner {
1213
+ border-color: transparent;
1214
+ }
1215
+ .sp-input-group--append .sp-input__inner {
1216
+ border-top-right-radius: 0;
1217
+ border-bottom-right-radius: 0;
1218
+ }
1219
+ .sp-input-group--append .sp-select .sp-input.is--focus .sp-input__inner {
1220
+ border-color: transparent;
1221
+ }
1222
+ .sp-input-group--append-submit .sp-input__inner {
1223
+ padding-right: 75px;
1224
+ }
1225
+ .sp-input-group__append-submit {
1226
+ position: absolute;
1227
+ top: 5px;
1228
+ right: 5px;
1229
+ }
1230
+ .sp-input-group__append-submit .sp-button {
1231
+ min-width: 60px;
1232
+ height: 26px;
1233
+ padding: 4px 15px;
1234
+ border-radius: 2px;
1235
+ font-size: 13px;
1236
+ }
1237
+ .sp-input-group__format-tip {
1238
+ position: absolute;
1239
+ bottom: 46px;
1240
+ left: 0;
1241
+ right: 0;
1242
+ background-color: #f3f3f3;
1243
+ border-radius: 6px;
1244
+ font-size: 16px;
1245
+ line-height: 22px;
1246
+ font-weight: 600;
1247
+ color: #fff;
1248
+ -webkit-box-sizing: border-box;
1249
+ box-sizing: border-box;
1250
+ padding: 7px 10px;
1251
+ }
1252
+ /* Transition
1253
+ -------------------------- */
1254
+ /* Colors
1255
+ -------------------------- */
1256
+ /* Shadow
1257
+ -------------------------- */
1258
+ /* Disable base
1259
+ -------------------------- */
1260
+ /* Scrollbar
1261
+ -------------------------- */
1262
+ /* Border
1263
+ -------------------------- */
1264
+ /* Button
1265
+ -------------------------- */
1266
+ /* PasswordInput
1267
+ -------------------------- */
1268
+ /* Input
1269
+ -------------------------- */
1270
+ /* Radio
1271
+ -------------------------- */
1272
+ /* Select
1273
+ -------------------------- */
1274
+ /* Checkbox
1275
+ -------------------------- */
1276
+ /* Tag
1277
+ -------------------------- */
1278
+ /* Option
1279
+ -------------------------- */
1280
+ /* Form
1281
+ -------------------------- */
1282
+ /* Modal
1283
+ -------------------------- */
1284
+ /* Toast
1285
+ -------------------------- */
1286
+ /* Confirm
1287
+ -------------------------- */
1288
+ /* Dropdown
1289
+ -------------------------- */
1290
+ /* Break-point
1291
+ -------------------------- */
1292
+ .sp-radio {
1293
+ position: relative;
1294
+ display: inline-block;
1295
+ vertical-align: middle;
1296
+ width: 18px;
1297
+ height: 18px;
1298
+ line-height: 20px;
1299
+ white-space: nowrap;
1300
+ outline: none;
1301
+ font-size: 16px;
1302
+ }
1303
+ .sp-radio__text {
1304
+ display: inline-block;
1305
+ vertical-align: middle;
1306
+ line-height: 20px;
1307
+ font-size: 16px;
1308
+ margin-left: 6px;
1309
+ color: #fff;
1310
+ }
1311
+ .sp-radio__wrap {
1312
+ position: relative;
1313
+ cursor: pointer;
1314
+ font-size: 0;
1315
+ color: #fff;
1316
+ margin-right: 40px;
1317
+ line-height: 20px;
1318
+ height: 20px;
1319
+ display: inline-block;
1320
+ vertical-align: middle;
1321
+ }
1322
+ .sp-radio__wrap:last-child {
1323
+ margin-right: 0;
1324
+ }
1325
+ .sp-radio__wrap.is--check .sp-radio {
1326
+ text-align: center;
1327
+ }
1328
+ .sp-radio__wrap.is--check .sp-radio .sp-radio__inner {
1329
+ color: white;
1330
+ font-size: 16px;
1331
+ line-height: 16px;
1332
+ font-weight: normal;
1333
+ }
1334
+ .sp-radio__wrap.is--check .sp-radio .sp-radio__inner::after {
1335
+ opacity: 0;
1336
+ }
1337
+ .sp-radio input {
1338
+ opacity: 0;
1339
+ }
1340
+ .sp-radio__inner {
1341
+ position: absolute;
1342
+ top: 0;
1343
+ left: 0;
1344
+ display: inline-block;
1345
+ width: 100%;
1346
+ height: 100%;
1347
+ background-color: transparent;
1348
+ border: 1px solid #66696d;
1349
+ border-radius: 50%;
1350
+ vertical-align: middle;
1351
+ -webkit-transition: opacity;
1352
+ transition: opacity;
1353
+ -webkit-box-sizing: border-box;
1354
+ box-sizing: border-box;
1355
+ font-size: 16px;
1356
+ }
1357
+ .sp-radio__inner::after {
1358
+ content: "";
1359
+ position: absolute;
1360
+ top: 50%;
1361
+ left: 50%;
1362
+ -webkit-transform: translate(-50%, -50%);
1363
+ -ms-transform: translate(-50%, -50%);
1364
+ transform: translate(-50%, -50%);
1365
+ width: 6px;
1366
+ height: 6px;
1367
+ background-color: #3172d9;
1368
+ border-top: 0;
1369
+ border-left: 0;
1370
+ border-radius: 50%;
1371
+ opacity: 0;
1372
+ -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
1373
+ transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
1374
+ }
1375
+ .sp-radio__wrap.is--checked .sp-radio__inner {
1376
+ border-color: #3172d9;
1377
+ background-color: transparent;
1378
+ }
1379
+ .sp-radio__wrap.is--checked .sp-radio__inner::after {
1380
+ opacity: 1;
1381
+ }
1382
+ .sp-radio__wrap.is--disabled .sp-radio__inner {
1383
+ border-color: #66696d;
1384
+ background-color: transparent;
1385
+ }
1386
+ .sp-radio__wrap.is--disabled {
1387
+ cursor: not-allowed;
1388
+ color: rgba(255, 255, 255, 0.4);
1389
+ }
1390
+ .sp-radio__wrap.is--disabled .sp-radio__text {
1391
+ color: rgba(255, 255, 255, 0.4);
1392
+ }
1393
+ .sp-radio__wrap.is--disabled.is--checked .sp-radio__inner::after {
1394
+ background: #66696d;
1395
+ }
1396
+ /* Transition
1397
+ -------------------------- */
1398
+ /* Colors
1399
+ -------------------------- */
1400
+ /* Shadow
1401
+ -------------------------- */
1402
+ /* Disable base
1403
+ -------------------------- */
1404
+ /* Scrollbar
1405
+ -------------------------- */
1406
+ /* Border
1407
+ -------------------------- */
1408
+ /* Button
1409
+ -------------------------- */
1410
+ /* PasswordInput
1411
+ -------------------------- */
1412
+ /* Input
1413
+ -------------------------- */
1414
+ /* Radio
1415
+ -------------------------- */
1416
+ /* Select
1417
+ -------------------------- */
1418
+ /* Checkbox
1419
+ -------------------------- */
1420
+ /* Tag
1421
+ -------------------------- */
1422
+ /* Option
1423
+ -------------------------- */
1424
+ /* Form
1425
+ -------------------------- */
1426
+ /* Modal
1427
+ -------------------------- */
1428
+ /* Toast
1429
+ -------------------------- */
1430
+ /* Confirm
1431
+ -------------------------- */
1432
+ /* Dropdown
1433
+ -------------------------- */
1434
+ /* Break-point
1435
+ -------------------------- */
1436
+ .sp-radio-group {
1437
+ font-size: 0;
1438
+ }
1439
+ .sp-radio-group .sp-radio-button__wrap {
1440
+ margin-left: 10px;
1441
+ }
1442
+ .sp-radio-group .sp-radio-button__wrap:first-child {
1443
+ margin-left: 0;
1444
+ }
1445
+ .sp-radio-group .sp-radio-button__wrap.is--text {
1446
+ margin-left: 0;
1447
+ }
1448
+ /* Transition
1449
+ -------------------------- */
1450
+ /* Colors
1451
+ -------------------------- */
1452
+ /* Shadow
1453
+ -------------------------- */
1454
+ /* Disable base
1455
+ -------------------------- */
1456
+ /* Scrollbar
1457
+ -------------------------- */
1458
+ /* Border
1459
+ -------------------------- */
1460
+ /* Button
1461
+ -------------------------- */
1462
+ /* PasswordInput
1463
+ -------------------------- */
1464
+ /* Input
1465
+ -------------------------- */
1466
+ /* Radio
1467
+ -------------------------- */
1468
+ /* Select
1469
+ -------------------------- */
1470
+ /* Checkbox
1471
+ -------------------------- */
1472
+ /* Tag
1473
+ -------------------------- */
1474
+ /* Option
1475
+ -------------------------- */
1476
+ /* Form
1477
+ -------------------------- */
1478
+ /* Modal
1479
+ -------------------------- */
1480
+ /* Toast
1481
+ -------------------------- */
1482
+ /* Confirm
1483
+ -------------------------- */
1484
+ /* Dropdown
1485
+ -------------------------- */
1486
+ /* Break-point
1487
+ -------------------------- */
1488
+ .sp-toast__contain {
1489
+ position: fixed;
1490
+ display: inline-block;
1491
+ left: 50%;
1492
+ top: 50%;
1493
+ -webkit-transform: translate(-50%, -50%);
1494
+ -ms-transform: translate(-50%, -50%);
1495
+ transform: translate(-50%, -50%);
1496
+ min-width: 160px;
1497
+ max-width: 680px;
1498
+ border-radius: 8px;
1499
+ border-style: solid;
1500
+ border-width: 1px;
1501
+ text-align: center;
1502
+ font-size: 14px;
1503
+ -webkit-box-sizing: border-box;
1504
+ box-sizing: border-box;
1505
+ }
1506
+ .sp-toast__contain .sp-toast__body {
1507
+ padding: 15px 24px;
1508
+ line-height: 1.2;
1509
+ }
1510
+ .sp-toast-error {
1511
+ background-color: #252627;
1512
+ border-color: rgba(255, 255, 255, 0.8);
1513
+ color: rgba(255, 255, 255, 0.8);
1514
+ }
1515
+ .sp-toast-success {
1516
+ background-color: #252627;
1517
+ border-color: rgba(255, 255, 255, 0.8);
1518
+ color: rgba(255, 255, 255, 0.8);
1519
+ }
1520
+ .sp-toast-warning {
1521
+ background-color: #252627;
1522
+ border-color: rgba(255, 255, 255, 0.8);
1523
+ color: rgba(255, 255, 255, 0.8);
1524
+ }
1525
+ .sp-toast-info {
1526
+ background-color: #252627;
1527
+ border-color: rgba(255, 255, 255, 0.8);
1528
+ color: rgba(255, 255, 255, 0.8);
1529
+ }
1530
+ @charset "UTF-8";
1531
+ /* Transition
1532
+ -------------------------- */
1533
+ /* Colors
1534
+ -------------------------- */
1535
+ /* Shadow
1536
+ -------------------------- */
1537
+ /* Disable base
1538
+ -------------------------- */
1539
+ /* Scrollbar
1540
+ -------------------------- */
1541
+ /* Border
1542
+ -------------------------- */
1543
+ /* Button
1544
+ -------------------------- */
1545
+ /* PasswordInput
1546
+ -------------------------- */
1547
+ /* Input
1548
+ -------------------------- */
1549
+ /* Radio
1550
+ -------------------------- */
1551
+ /* Select
1552
+ -------------------------- */
1553
+ /* Checkbox
1554
+ -------------------------- */
1555
+ /* Tag
1556
+ -------------------------- */
1557
+ /* Option
1558
+ -------------------------- */
1559
+ /* Form
1560
+ -------------------------- */
1561
+ /* Modal
1562
+ -------------------------- */
1563
+ /* Toast
1564
+ -------------------------- */
1565
+ /* Confirm
1566
+ -------------------------- */
1567
+ /* Dropdown
1568
+ -------------------------- */
1569
+ /* Break-point
1570
+ -------------------------- */
1571
+ /* Break-points 做响应式用
1572
+ -------------------------- */
1573
+ /* button 辅助
1574
+ -------------------------- */
1575
+ /* BEM
1576
+ -------------------------- */
1577
+ .sp-form-item {
1578
+ zoom: 1;
1579
+ }
1580
+ .sp-form-item::after {
1581
+ content: " ";
1582
+ display: block;
1583
+ clear: both;
1584
+ height: 0;
1585
+ overflow: hidden;
1586
+ visibility: hidden;
1587
+ }
1588
+ .sp-form-item .sp-form-item {
1589
+ margin-bottom: 0;
1590
+ }
1591
+ .sp-form-item .sp-input__validateIcon {
1592
+ display: none;
1593
+ }
1594
+ .sp-form-item__label {
1595
+ position: relative;
1596
+ text-align: right;
1597
+ vertical-align: middle;
1598
+ float: left;
1599
+ font-size: 14px;
1600
+ color: rgba(255, 255, 255, 0.72);
1601
+ line-height: 44px;
1602
+ padding-right: 30px;
1603
+ -webkit-box-sizing: border-box;
1604
+ box-sizing: border-box;
1605
+ }
1606
+ .sp-form-item__label__second-line {
1607
+ font-size: 12px;
1608
+ line-height: 17px;
1609
+ }
1610
+ .sp-form-item__label__tip {
1611
+ position: absolute;
1612
+ line-height: 1;
1613
+ top: 14px;
1614
+ margin-left: 8px;
1615
+ }
1616
+ .sp-form-item__label__tip .sp-icon-ques {
1617
+ color: rgba(255, 255, 255, 0.6);
1618
+ font-size: 16px;
1619
+ }
1620
+ .sp-form-item__label__tip .sp-popup-tip__modal {
1621
+ top: 32px;
1622
+ }
1623
+ .sp-form-item.is--two-line .sp-form-item__label {
1624
+ line-height: 20px;
1625
+ }
1626
+ .sp-form-item.is--two-line .sp-form-item__label__tip {
1627
+ top: 3px;
1628
+ }
1629
+ .sp-form-item.is--two-line .sp-form-item__label .sp-popup-tip__modal {
1630
+ top: 24px;
1631
+ }
1632
+ .sp-form-item__content {
1633
+ line-height: 44px;
1634
+ position: relative;
1635
+ font-size: 14px;
1636
+ zoom: 1;
1637
+ }
1638
+ .sp-form-item__content::after {
1639
+ content: " ";
1640
+ display: block;
1641
+ clear: both;
1642
+ height: 0;
1643
+ overflow: hidden;
1644
+ visibility: hidden;
1645
+ }
1646
+ .sp-form-item__content .sp-input-group {
1647
+ vertical-align: middle;
1648
+ }
1649
+ .sp-form-item__content__tip {
1650
+ font-size: 14px;
1651
+ line-height: 1.5;
1652
+ color: rgba(255, 255, 255, 0.6);
1653
+ padding-top: 3px;
1654
+ }
1655
+ .sp-form-item__content .sp-upload {
1656
+ padding-top: 8px;
1657
+ }
1658
+ .sp-form-item__content .sp-time-select {
1659
+ width: 194px;
1660
+ }
1661
+ .sp-form-item__content .sp-time-select.is--range {
1662
+ width: 240px;
1663
+ }
1664
+ .sp-form-item__content .sp-time-select.is--range .sp-input {
1665
+ width: 100%;
1666
+ }
1667
+ .sp-form-item__content .sp-time-select__single .sp-input {
1668
+ width: 194px;
1669
+ }
1670
+ .sp-form-item__content .sp-input-group__append-submit {
1671
+ line-height: 1;
1672
+ }
1673
+ .sp-form-item__content .sp-input,
1674
+ .sp-form-item__content .sp-select,
1675
+ .sp-form-item__content .sp-textarea {
1676
+ width: 400px;
1677
+ }
1678
+ .sp-form-item__content .sp-form-item {
1679
+ float: left;
1680
+ }
1681
+ .sp-form-item__content .sp-form-item + .sp-form-item {
1682
+ margin-left: 10px;
1683
+ }
1684
+ .sp-form-item__content .sp-form-item ~ .sp-form-item__error {
1685
+ display: none;
1686
+ }
1687
+ .sp-form-item__content .sp-form-item .sp-input,
1688
+ .sp-form-item__content .sp-form-item .sp-select {
1689
+ width: 195px;
1690
+ }
1691
+ .sp-form-item__content .sp-form-item .sp-input ~ .sp-select,
1692
+ .sp-form-item__content .sp-form-item .sp-select ~ .sp-input {
1693
+ margin-left: 10px;
1694
+ }
1695
+ .sp-form-item.is--two-line .sp-form-item__content .sp-upload {
1696
+ padding-top: 0;
1697
+ }
1698
+ .sp-form-item__error {
1699
+ color: #fa5b5b;
1700
+ font-size: 14px;
1701
+ line-height: 20px;
1702
+ padding: 3px 0 6px;
1703
+ min-height: 31px;
1704
+ -webkit-box-sizing: border-box;
1705
+ box-sizing: border-box;
1706
+ will-change: transform;
1707
+ }
1708
+ .sp-form-item__floatError {
1709
+ height: 16px;
1710
+ }
1711
+ .sp-form-item__floatError > div {
1712
+ position: absolute;
1713
+ top: 44px;
1714
+ z-index: 10;
1715
+ background-color: rgba(0, 0, 0, 0.85);
1716
+ font-size: 14px;
1717
+ line-height: 1.5;
1718
+ color: #fff;
1719
+ text-align: left;
1720
+ margin-top: 10px;
1721
+ padding: 9px 12px;
1722
+ -webkit-box-sizing: border-box;
1723
+ box-sizing: border-box;
1724
+ border-radius: 6px;
1725
+ word-break: break-all;
1726
+ }
1727
+ .sp-form-item__floatError > div::before {
1728
+ position: absolute;
1729
+ top: -5.5px;
1730
+ content: "";
1731
+ left: 15px;
1732
+ width: 0;
1733
+ height: 0;
1734
+ border-left: 5px solid transparent;
1735
+ border-right: 5px solid transparent;
1736
+ border-bottom: 6px solid rgba(0, 0, 0, 0.85);
1737
+ }
1738
+ .sp-form-item.is--error .sp-form-item__label {
1739
+ color: rgba(255, 255, 255, 0.72);
1740
+ }
1741
+ .sp-form-item.is--error .sp-input__inner, .sp-form-item.is--error .sp-input__inner:focus, .sp-form-item.is--error .sp-date-picker.is--range, .sp-form-item.is--error .sp-date-picker.is--range:focus, .sp-form-item.is--error .sp-textarea__inner, .sp-form-item.is--error .sp-textarea__inner:focus {
1742
+ border-color: #ff4d4f;
1743
+ }
1744
+ .sp-form-item.is--error .sp-input__inner:focus, .sp-form-item.is--error .sp-date-picker.is--range:focus, .sp-form-item.is--error .sp-textarea__inner:focus {
1745
+ -webkit-box-shadow: none;
1746
+ box-shadow: none;
1747
+ }
1748
+ .sp-form-item.is--error .sp-date-picker.is--range .sp-input__inner, .sp-form-item.is--error .sp-date-picker.is--range .sp-input__inner:focus {
1749
+ border-color: transparent;
1750
+ -webkit-box-shadow: none;
1751
+ box-shadow: none;
1752
+ }
1753
+ .sp-form-item.is--error .sp-password-input__item {
1754
+ border-color: #ff4d4f;
1755
+ }
1756
+ .sp-form-item.is--error .sp-password-input__item.is--focus {
1757
+ -webkit-box-shadow: none;
1758
+ box-shadow: none;
1759
+ }
1760
+ .sp-form-item.is--error .sp-input-group__tip .sp-input__inner, .sp-form-item.is--error .sp-input-group__prepend .sp-input__inner {
1761
+ border-color: transparent;
1762
+ }
1763
+ .sp-form-item.is--error .sp-input__validateIcon {
1764
+ color: #ff4d4f;
1765
+ }
1766
+ .sp-form-item.is--error .sp-select__input-box {
1767
+ border-color: #ff4d4f;
1768
+ }
1769
+ .sp-form-item.is--error .sp-select.isFocus .sp-select__input-box {
1770
+ border-color: #ff4d4f;
1771
+ -webkit-box-shadow: none;
1772
+ box-shadow: none;
1773
+ }
1774
+ .sp-form-item.is--error .sp-time-select__range {
1775
+ border-color: #ff4d4f;
1776
+ -webkit-box-shadow: none;
1777
+ box-shadow: none;
1778
+ }
1779
+ .sp-form-item--feedback .sp-input__validateIcon {
1780
+ display: inline-block;
1781
+ }
1782
+ /* Transition
1783
+ -------------------------- */
1784
+ /* Colors
1785
+ -------------------------- */
1786
+ /* Shadow
1787
+ -------------------------- */
1788
+ /* Disable base
1789
+ -------------------------- */
1790
+ /* Scrollbar
1791
+ -------------------------- */
1792
+ /* Border
1793
+ -------------------------- */
1794
+ /* Button
1795
+ -------------------------- */
1796
+ /* PasswordInput
1797
+ -------------------------- */
1798
+ /* Input
1799
+ -------------------------- */
1800
+ /* Radio
1801
+ -------------------------- */
1802
+ /* Select
1803
+ -------------------------- */
1804
+ /* Checkbox
1805
+ -------------------------- */
1806
+ /* Tag
1807
+ -------------------------- */
1808
+ /* Option
1809
+ -------------------------- */
1810
+ /* Form
1811
+ -------------------------- */
1812
+ /* Modal
1813
+ -------------------------- */
1814
+ /* Toast
1815
+ -------------------------- */
1816
+ /* Confirm
1817
+ -------------------------- */
1818
+ /* Dropdown
1819
+ -------------------------- */
1820
+ /* Break-point
1821
+ -------------------------- */
1822
+ .sp-modal-wrap {
1823
+ position: fixed;
1824
+ top: 0;
1825
+ right: 0;
1826
+ bottom: 0;
1827
+ left: 0;
1828
+ overflow: auto;
1829
+ }
1830
+ .sp-modal-wrap .sp-modal-content {
1831
+ padding: 17px 20px 0;
1832
+ position: absolute;
1833
+ top: 50%;
1834
+ left: 50%;
1835
+ -webkit-transform: translate(-50%, -50%);
1836
+ -ms-transform: translate(-50%, -50%);
1837
+ transform: translate(-50%, -50%);
1838
+ background: #252627;
1839
+ border-radius: 10px;
1840
+ -webkit-box-sizing: border-box;
1841
+ box-sizing: border-box;
1842
+ }
1843
+ .sp-modal-wrap .sp-modal-content .sp-modal__head .sp-modal__title {
1844
+ text-align: left;
1845
+ font-size: 16px;
1846
+ line-height: 22px;
1847
+ font-weight: 600;
1848
+ color: #fff;
1849
+ }
1850
+ .sp-modal-wrap .sp-modal-content .sp-modal__head__close {
1851
+ position: absolute;
1852
+ top: 20px;
1853
+ right: 20px;
1854
+ padding: 0;
1855
+ border: none;
1856
+ outline: none;
1857
+ cursor: pointer;
1858
+ }
1859
+ .sp-modal-wrap .sp-modal-content .sp-modal__head__close .sp-icon-close {
1860
+ font-size: 16px;
1861
+ color: rgba(255, 255, 255, 0.6);
1862
+ font-weight: bold;
1863
+ line-height: 1;
1864
+ }
1865
+ .sp-modal-wrap .sp-modal-content .sp-modal__body {
1866
+ color: #fff;
1867
+ font-size: 14px;
1868
+ line-height: 20px;
1869
+ overflow-y: auto;
1870
+ }
1871
+ .sp-modal-wrap .sp-modal-content .sp-form {
1872
+ padding-top: 20px;
1873
+ padding-bottom: 24px;
1874
+ }
1875
+ .sp-modal-wrap .sp-modal-content .sp-form .sp-form-item__label {
1876
+ padding-right: 36px;
1877
+ }
1878
+ .sp-modal-wrap .sp-modal-content .sp-form .sp-form-submit-btns {
1879
+ margin-top: 4px;
1880
+ }
1881
+ .sp-modal__mask {
1882
+ position: fixed;
1883
+ top: 0;
1884
+ right: 0;
1885
+ bottom: 0;
1886
+ left: 0;
1887
+ background: rgba(2, 2, 2, 0.6);
1888
+ }
1889
+ /* Transition
1890
+ -------------------------- */
1891
+ /* Colors
1892
+ -------------------------- */
1893
+ /* Shadow
1894
+ -------------------------- */
1895
+ /* Disable base
1896
+ -------------------------- */
1897
+ /* Scrollbar
1898
+ -------------------------- */
1899
+ /* Border
1900
+ -------------------------- */
1901
+ /* Button
1902
+ -------------------------- */
1903
+ /* PasswordInput
1904
+ -------------------------- */
1905
+ /* Input
1906
+ -------------------------- */
1907
+ /* Radio
1908
+ -------------------------- */
1909
+ /* Select
1910
+ -------------------------- */
1911
+ /* Checkbox
1912
+ -------------------------- */
1913
+ /* Tag
1914
+ -------------------------- */
1915
+ /* Option
1916
+ -------------------------- */
1917
+ /* Form
1918
+ -------------------------- */
1919
+ /* Modal
1920
+ -------------------------- */
1921
+ /* Toast
1922
+ -------------------------- */
1923
+ /* Confirm
1924
+ -------------------------- */
1925
+ /* Dropdown
1926
+ -------------------------- */
1927
+ /* Break-point
1928
+ -------------------------- */
1929
+ .sp-toast__box {
1930
+ position: fixed;
1931
+ left: 50%;
1932
+ top: 50%;
1933
+ width: 520px;
1934
+ -webkit-transform: translate(-50%, -50%);
1935
+ -ms-transform: translate(-50%, -50%);
1936
+ transform: translate(-50%, -50%);
1937
+ text-align: center;
1938
+ }
1939
+ .sp-toast__box .sp-toast__content {
1940
+ display: inline-block;
1941
+ min-width: 160px;
1942
+ padding: 15px 24px;
1943
+ line-height: 1.5;
1944
+ border-radius: 8px;
1945
+ border-style: solid;
1946
+ border-width: 1px;
1947
+ text-align: center;
1948
+ font-size: 14px;
1949
+ -webkit-box-sizing: border-box;
1950
+ box-sizing: border-box;
1951
+ background-color: #252627;
1952
+ border-color: #4d4d4d;
1953
+ color: rgba(255, 255, 255, 0.8);
1954
+ }
1955
+ /* Transition
1956
+ -------------------------- */
1957
+ /* Colors
1958
+ -------------------------- */
1959
+ /* Shadow
1960
+ -------------------------- */
1961
+ /* Disable base
1962
+ -------------------------- */
1963
+ /* Scrollbar
1964
+ -------------------------- */
1965
+ /* Border
1966
+ -------------------------- */
1967
+ /* Button
1968
+ -------------------------- */
1969
+ /* PasswordInput
1970
+ -------------------------- */
1971
+ /* Input
1972
+ -------------------------- */
1973
+ /* Radio
1974
+ -------------------------- */
1975
+ /* Select
1976
+ -------------------------- */
1977
+ /* Checkbox
1978
+ -------------------------- */
1979
+ /* Tag
1980
+ -------------------------- */
1981
+ /* Option
1982
+ -------------------------- */
1983
+ /* Form
1984
+ -------------------------- */
1985
+ /* Modal
1986
+ -------------------------- */
1987
+ /* Toast
1988
+ -------------------------- */
1989
+ /* Confirm
1990
+ -------------------------- */
1991
+ /* Dropdown
1992
+ -------------------------- */
1993
+ /* Break-point
1994
+ -------------------------- */
1995
+ .sp-confirm__body {
1996
+ font-size: 16px;
1997
+ color: rgba(255, 255, 255, 0.8);
1998
+ line-height: 1.5;
1999
+ padding: 12px 0 28px;
2000
+ }
2001
+ .sp-confirm__body.align-left {
2002
+ text-align: left;
2003
+ }
2004
+ .sp-confirm__body.align-center {
2005
+ text-align: center;
2006
+ }
2007
+ .sp-confirm__body.align-right {
2008
+ text-align: right;
2009
+ }
2010
+ .sp-confirm__foot {
2011
+ text-align: center;
2012
+ padding-bottom: 20px;
2013
+ }
2014
+ .sp-confirm__foot .sp-button {
2015
+ min-width: 173px;
2016
+ height: 40px;
2017
+ font-size: 16px;
2018
+ line-height: 1;
2019
+ }
2020
+ .sp-confirm__foot .sp-button + .sp-button {
2021
+ margin-left: 12px;
2022
+ }
2023
+ @charset "UTF-8";
2024
+ /* Transition
2025
+ -------------------------- */
2026
+ /* Colors
2027
+ -------------------------- */
2028
+ /* Shadow
2029
+ -------------------------- */
2030
+ /* Disable base
2031
+ -------------------------- */
2032
+ /* Scrollbar
2033
+ -------------------------- */
2034
+ /* Border
2035
+ -------------------------- */
2036
+ /* Button
2037
+ -------------------------- */
2038
+ /* PasswordInput
2039
+ -------------------------- */
2040
+ /* Input
2041
+ -------------------------- */
2042
+ /* Radio
2043
+ -------------------------- */
2044
+ /* Select
2045
+ -------------------------- */
2046
+ /* Checkbox
2047
+ -------------------------- */
2048
+ /* Tag
2049
+ -------------------------- */
2050
+ /* Option
2051
+ -------------------------- */
2052
+ /* Form
2053
+ -------------------------- */
2054
+ /* Modal
2055
+ -------------------------- */
2056
+ /* Toast
2057
+ -------------------------- */
2058
+ /* Confirm
2059
+ -------------------------- */
2060
+ /* Dropdown
2061
+ -------------------------- */
2062
+ /* Break-point
2063
+ -------------------------- */
2064
+ /* Break-points 做响应式用
2065
+ -------------------------- */
2066
+ /* button 辅助
2067
+ -------------------------- */
2068
+ /* BEM
2069
+ -------------------------- */
2070
+ .sp-password-input {
2071
+ position: relative;
2072
+ -webkit-user-select: none;
2073
+ -moz-user-select: none;
2074
+ -ms-user-select: none;
2075
+ user-select: none;
2076
+ width: auto;
2077
+ height: 44px;
2078
+ }
2079
+ .sp-password-input__security {
2080
+ zoom: 1;
2081
+ width: 100%;
2082
+ cursor: pointer;
2083
+ }
2084
+ .sp-password-input__security::after {
2085
+ content: " ";
2086
+ display: block;
2087
+ clear: both;
2088
+ height: 0;
2089
+ overflow: hidden;
2090
+ visibility: hidden;
2091
+ }
2092
+ .sp-password-input__item {
2093
+ -webkit-user-select: none;
2094
+ -moz-user-select: none;
2095
+ -ms-user-select: none;
2096
+ user-select: none;
2097
+ -webkit-box-sizing: border-box;
2098
+ box-sizing: border-box;
2099
+ position: relative;
2100
+ height: 44px;
2101
+ width: 44px;
2102
+ border: 1px solid #4d4d4d;
2103
+ line-height: 44px;
2104
+ font-size: 18px;
2105
+ text-align: center;
2106
+ border-radius: 6px;
2107
+ float: left;
2108
+ margin-right: 6px;
2109
+ -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
2110
+ transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
2111
+ background-color: transparent;
2112
+ }
2113
+ .sp-password-input__item:last-child {
2114
+ margin-right: 0;
2115
+ }
2116
+ .sp-password-input__item.is--focus {
2117
+ border-color: #ccc;
2118
+ -webkit-box-shadow: none;
2119
+ box-shadow: none;
2120
+ }
2121
+ .sp-password-input__input {
2122
+ opacity: 0;
2123
+ z-index: -1;
2124
+ font-size: 1;
2125
+ text-indent: -9999px;
2126
+ background: white;
2127
+ position: absolute;
2128
+ border: none;
2129
+ outline: none;
2130
+ top: 0;
2131
+ left: 0;
2132
+ right: 0;
2133
+ bottom: 0;
2134
+ }
2135
+ .sp-password-input__dot {
2136
+ position: absolute;
2137
+ top: 50%;
2138
+ left: 50%;
2139
+ width: 8px;
2140
+ height: 8px;
2141
+ background-color: #fff;
2142
+ border-radius: 100%;
2143
+ -webkit-transform: translate(-50%, -50%);
2144
+ -ms-transform: translate(-50%, -50%);
2145
+ transform: translate(-50%, -50%);
2146
+ }
2147
+ .sp-password-input .is__animated {
2148
+ display: block;
2149
+ position: absolute;
2150
+ left: 50%;
2151
+ top: 50%;
2152
+ -webkit-transform: translate(-50%, -50%);
2153
+ -ms-transform: translate(-50%, -50%);
2154
+ transform: translate(-50%, -50%);
2155
+ width: 2px;
2156
+ height: 50%;
2157
+ content: "";
2158
+ background-color: #d83024;
2159
+ -webkit-animation-name: coruscate;
2160
+ animation-name: coruscate;
2161
+ -webkit-animation-duration: 1s;
2162
+ animation-duration: 1s;
2163
+ -webkit-animation-iteration-count: infinite;
2164
+ animation-iteration-count: infinite;
2165
+ -webkit-animation-fill-mode: both;
2166
+ animation-fill-mode: both;
2167
+ }
2168
+ @-webkit-keyframes coruscate {
2169
+ 0% {
2170
+ opacity: 0;
2171
+ }
2172
+ 25% {
2173
+ opacity: 0;
2174
+ }
2175
+ 50% {
2176
+ opacity: 1;
2177
+ }
2178
+ 75% {
2179
+ opacity: 1;
2180
+ }
2181
+ to {
2182
+ opacity: 0;
2183
+ }
2184
+ }
2185
+ @keyframes coruscate {
2186
+ 0% {
2187
+ opacity: 0;
2188
+ }
2189
+ 25% {
2190
+ opacity: 0;
2191
+ }
2192
+ 50% {
2193
+ opacity: 1;
2194
+ }
2195
+ 75% {
2196
+ opacity: 1;
2197
+ }
2198
+ to {
2199
+ opacity: 0;
2200
+ }
2201
+ }
2202
+ /* Transition
2203
+ -------------------------- */
2204
+ /* Colors
2205
+ -------------------------- */
2206
+ /* Shadow
2207
+ -------------------------- */
2208
+ /* Disable base
2209
+ -------------------------- */
2210
+ /* Scrollbar
2211
+ -------------------------- */
2212
+ /* Border
2213
+ -------------------------- */
2214
+ /* Button
2215
+ -------------------------- */
2216
+ /* PasswordInput
2217
+ -------------------------- */
2218
+ /* Input
2219
+ -------------------------- */
2220
+ /* Radio
2221
+ -------------------------- */
2222
+ /* Select
2223
+ -------------------------- */
2224
+ /* Checkbox
2225
+ -------------------------- */
2226
+ /* Tag
2227
+ -------------------------- */
2228
+ /* Option
2229
+ -------------------------- */
2230
+ /* Form
2231
+ -------------------------- */
2232
+ /* Modal
2233
+ -------------------------- */
2234
+ /* Toast
2235
+ -------------------------- */
2236
+ /* Confirm
2237
+ -------------------------- */
2238
+ /* Dropdown
2239
+ -------------------------- */
2240
+ /* Break-point
2241
+ -------------------------- */
2242
+ .sp-popup-tip {
2243
+ display: inline-block;
2244
+ }
2245
+ .sp-popup-tip__wrap {
2246
+ font-size: 14px;
2247
+ line-height: 1.5;
2248
+ color: rgba(255, 255, 255, 0.8);
2249
+ text-align: left;
2250
+ margin-top: 16px;
2251
+ padding: 14px 20px;
2252
+ -webkit-box-sizing: border-box;
2253
+ box-sizing: border-box;
2254
+ border-radius: 6px;
2255
+ -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
2256
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
2257
+ background-color: #252627;
2258
+ }
2259
+ .sp-popup-tip__wrap::before, .sp-popup-tip__wrap::after {
2260
+ position: absolute;
2261
+ top: -12px;
2262
+ content: "";
2263
+ left: 50%;
2264
+ -webkit-transform: translateX(-50%);
2265
+ -ms-transform: translateX(-50%);
2266
+ transform: translateX(-50%);
2267
+ width: 0;
2268
+ height: 0;
2269
+ border-left: 8px solid transparent;
2270
+ border-right: 8px solid transparent;
2271
+ border-bottom: 12px solid #4d4d4d;
2272
+ }
2273
+ .sp-popup-tip__wrap::after {
2274
+ top: -11px;
2275
+ border-bottom: 12px solid #252627;
2276
+ }
2277
+ .sp-popup-tip__wrap.arrow--bottom {
2278
+ margin-bottom: 14px;
2279
+ }
2280
+ .sp-popup-tip__wrap.arrow--bottom::before, .sp-popup-tip__wrap.arrow--bottom::after {
2281
+ top: auto;
2282
+ bottom: -12px;
2283
+ border: none;
2284
+ border-left: 10px solid transparent;
2285
+ border-right: 10px solid transparent;
2286
+ border-top: 12px solid #4d4d4d;
2287
+ }
2288
+ .sp-popup-tip__wrap.arrow--bottom::after {
2289
+ bottom: -11px;
2290
+ border-top: 12px solid #252627;
2291
+ }
2292
+ .sp-popup-tip__wrap.arrow--left {
2293
+ margin-left: 14px;
2294
+ margin-bottom: 17px;
2295
+ }
2296
+ .sp-popup-tip__wrap.arrow--left::before, .sp-popup-tip__wrap.arrow--left::after {
2297
+ position: absolute;
2298
+ content: "";
2299
+ width: 0;
2300
+ height: 0;
2301
+ border: none;
2302
+ top: 50%;
2303
+ -webkit-transform: translateY(-50%);
2304
+ -ms-transform: translateY(-50%);
2305
+ transform: translateY(-50%);
2306
+ left: -12px;
2307
+ border-top: 10px solid transparent;
2308
+ border-bottom: 10px solid transparent;
2309
+ border-right: 12px solid #848181;
2310
+ }
2311
+ .sp-popup-tip__wrap.arrow--left::after {
2312
+ left: -11px;
2313
+ border-right: 12px solid #252627;
2314
+ }
2315
+ .sp-popup-tip__wrap.arrow--right {
2316
+ margin-right: 13px;
2317
+ margin-bottom: 16px;
2318
+ }
2319
+ .sp-popup-tip__wrap.arrow--right::before, .sp-popup-tip__wrap.arrow--right::after {
2320
+ position: absolute;
2321
+ content: "";
2322
+ width: 0;
2323
+ height: 0;
2324
+ border: none;
2325
+ top: 50%;
2326
+ left: auto;
2327
+ -webkit-transform: translateY(-50%);
2328
+ -ms-transform: translateY(-50%);
2329
+ transform: translateY(-50%);
2330
+ right: -12px;
2331
+ border-top: 10px solid transparent;
2332
+ border-bottom: 10px solid transparent;
2333
+ border-left: 12px solid #848181;
2334
+ }
2335
+ .sp-popup-tip__wrap.arrow--right::after {
2336
+ right: -11px;
2337
+ border-left: 12px solid #252627;
2338
+ }
2339
+ .sp-popup-tip__wrap a,
2340
+ .sp-popup-tip__wrap i {
2341
+ font-size: 16px;
2342
+ }
2343
+ .sp-popup-tip__wrap a {
2344
+ cursor: pointer;
2345
+ }
2346
+ .sp-popup-tip__popup {
2347
+ border: 1px solid #4d4d4d;
2348
+ -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
2349
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
2350
+ }
2351
+ @charset "UTF-8";
2352
+ /* Transition
2353
+ -------------------------- */
2354
+ /* Colors
2355
+ -------------------------- */
2356
+ /* Shadow
2357
+ -------------------------- */
2358
+ /* Disable base
2359
+ -------------------------- */
2360
+ /* Scrollbar
2361
+ -------------------------- */
2362
+ /* Border
2363
+ -------------------------- */
2364
+ /* Button
2365
+ -------------------------- */
2366
+ /* PasswordInput
2367
+ -------------------------- */
2368
+ /* Input
2369
+ -------------------------- */
2370
+ /* Radio
2371
+ -------------------------- */
2372
+ /* Select
2373
+ -------------------------- */
2374
+ /* Checkbox
2375
+ -------------------------- */
2376
+ /* Tag
2377
+ -------------------------- */
2378
+ /* Option
2379
+ -------------------------- */
2380
+ /* Form
2381
+ -------------------------- */
2382
+ /* Modal
2383
+ -------------------------- */
2384
+ /* Toast
2385
+ -------------------------- */
2386
+ /* Confirm
2387
+ -------------------------- */
2388
+ /* Dropdown
2389
+ -------------------------- */
2390
+ /* Break-point
2391
+ -------------------------- */
2392
+ /* Break-points 做响应式用
2393
+ -------------------------- */
2394
+ /* button 辅助
2395
+ -------------------------- */
2396
+ /* BEM
2397
+ -------------------------- */
2398
+ .sp-select {
2399
+ position: relative;
2400
+ display: block;
2401
+ margin: 0;
2402
+ padding: 0;
2403
+ font-size: 0;
2404
+ line-height: 1;
2405
+ }
2406
+ .sp-select.is--disabled, .sp-select.is--disabled .sp-select__input-box {
2407
+ cursor: not-allowed;
2408
+ }
2409
+ .sp-select.is--disabled .sp-select__prepend, .sp-select.is--disabled input, .sp-select.is--disabled .sp-select__center, .sp-select.is--disabled .sp-select__input-box .sp-select__prepend, .sp-select.is--disabled .sp-select__input-box input, .sp-select.is--disabled .sp-select__input-box .sp-select__center {
2410
+ background-color: rgba(255, 255, 255, 0.1);
2411
+ color: #ccc;
2412
+ }
2413
+ .sp-select.is--readonly .sp-select__prepend, .sp-select.is--readonly input, .sp-select.is--readonly .sp-select__center, .sp-select.is--readonly .sp-select__input-box .sp-select__prepend, .sp-select.is--readonly .sp-select__input-box input, .sp-select.is--readonly .sp-select__input-box .sp-select__center {
2414
+ background-color: rgba(255, 255, 255, 0.1);
2415
+ color: #fff;
2416
+ }
2417
+ .sp-select.is--disabled .sp-select__input-box:hover, .sp-select.is--readonly .sp-select__input-box:hover {
2418
+ border-color: #4d4d4d;
2419
+ }
2420
+ .sp-select__prepend {
2421
+ display: table-cell;
2422
+ text-align: center;
2423
+ width: 1px;
2424
+ vertical-align: middle;
2425
+ -webkit-user-select: none;
2426
+ -moz-user-select: none;
2427
+ -ms-user-select: none;
2428
+ user-select: none;
2429
+ padding-left: 10px;
2430
+ color: rgba(255, 255, 255, 0.6);
2431
+ }
2432
+ .sp-select__prepend i {
2433
+ font-size: 14px;
2434
+ display: inline-block;
2435
+ }
2436
+ .sp-select__input-box {
2437
+ font-size: 14px;
2438
+ position: relative;
2439
+ border-collapse: separate;
2440
+ vertical-align: baseline;
2441
+ line-height: normal;
2442
+ border-spacing: 0;
2443
+ width: 100%;
2444
+ min-height: 44px;
2445
+ background-color: transparent;
2446
+ background-image: none;
2447
+ border-radius: 6px;
2448
+ border: 1px solid #4d4d4d;
2449
+ -webkit-box-sizing: border-box;
2450
+ box-sizing: border-box;
2451
+ display: inline-table;
2452
+ color: #fff;
2453
+ -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
2454
+ transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
2455
+ overflow: hidden;
2456
+ }
2457
+ .sp-select__input-box .sp-select__input {
2458
+ background-color: transparent;
2459
+ }
2460
+ .sp-select__input-box .sp-select__input-placeholder {
2461
+ position: absolute;
2462
+ left: 0;
2463
+ top: 0;
2464
+ right: 45px;
2465
+ bottom: 0;
2466
+ padding: 0 0 0 10px;
2467
+ z-index: 10;
2468
+ margin: 0;
2469
+ line-height: 42px;
2470
+ color: rgba(255, 255, 255, 0.4);
2471
+ overflow: hidden;
2472
+ }
2473
+ .sp-select__input-box .sp-select__input,
2474
+ .sp-select__input-box .sp-select__center {
2475
+ width: 100%;
2476
+ vertical-align: middle;
2477
+ overflow: hidden;
2478
+ white-space: nowrap;
2479
+ text-overflow: ellipsis;
2480
+ display: table-cell;
2481
+ -webkit-appearance: none;
2482
+ -moz-appearance: none;
2483
+ appearance: none;
2484
+ outline: none;
2485
+ border: none;
2486
+ height: 42px;
2487
+ line-height: 42px;
2488
+ padding: 0 10px;
2489
+ -webkit-box-sizing: border-box;
2490
+ box-sizing: border-box;
2491
+ border-radius: 0;
2492
+ color: inherit;
2493
+ }
2494
+ .sp-select__input-box .sp-popup-tip {
2495
+ display: block;
2496
+ }
2497
+ .sp-select__input-box .sp-select__input--filter {
2498
+ background-color: transparent;
2499
+ height: 42px;
2500
+ min-width: 10px;
2501
+ padding-right: 46px;
2502
+ border: none;
2503
+ outline: none;
2504
+ -webkit-box-sizing: border-box;
2505
+ box-sizing: border-box;
2506
+ }
2507
+ .sp-select__input-box .sp-select__input--filter.has--selected {
2508
+ padding-left: 10px;
2509
+ }
2510
+ .sp-select__input-box:hover {
2511
+ border-color: #ccc;
2512
+ }
2513
+ .sp-select__input-box .sp-tag-box {
2514
+ padding-bottom: 3px;
2515
+ -webkit-box-sizing: border-box;
2516
+ box-sizing: border-box;
2517
+ }
2518
+ .sp-select__input-box .sp-tag {
2519
+ height: 28px;
2520
+ line-height: 28px;
2521
+ margin-left: 3px;
2522
+ margin-top: 3px;
2523
+ }
2524
+ .sp-select__input-box .sp-icon-arrow-down-bold .rotate {
2525
+ -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
2526
+ transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
2527
+ -webkit-transform: rotate(180deg);
2528
+ -ms-transform: rotate(180deg);
2529
+ transform: rotate(180deg);
2530
+ }
2531
+ .sp-select__input-box__group-multi {
2532
+ display: -webkit-box;
2533
+ display: -ms-flexbox;
2534
+ display: flex;
2535
+ position: absolute;
2536
+ left: 0;
2537
+ top: 0;
2538
+ right: 33px;
2539
+ bottom: 0;
2540
+ }
2541
+ .sp-select.cursorPoiner {
2542
+ cursor: pointer;
2543
+ }
2544
+ .sp-select.cursorPoiner input {
2545
+ cursor: pointer;
2546
+ }
2547
+ .sp-select__center ~ .sp-select__input {
2548
+ display: none;
2549
+ }
2550
+ .sp-select__center--bg {
2551
+ opacity: 0.2;
2552
+ color: #012257;
2553
+ }
2554
+ .sp-select__center ~ .sp-selectInput__absolute {
2555
+ position: absolute;
2556
+ width: calc(100% - var(--suffix-width, 0px));
2557
+ left: 0;
2558
+ z-index: 1;
2559
+ display: block;
2560
+ background-color: transparent;
2561
+ border-top-right-radius: 0;
2562
+ border-bottom-right-radius: 0;
2563
+ }
2564
+ .sp-select .sp-selectInput__show {
2565
+ background-color: transparent;
2566
+ }
2567
+ .sp-select.isFocus .sp-select__input-box {
2568
+ border-color: #ccc;
2569
+ -webkit-box-shadow: none;
2570
+ box-shadow: none;
2571
+ }
2572
+ .sp-select__focus-helper {
2573
+ outline: none;
2574
+ }
2575
+ .sp-select__suffix {
2576
+ text-align: center;
2577
+ -webkit-user-select: none;
2578
+ -moz-user-select: none;
2579
+ -ms-user-select: none;
2580
+ user-select: none;
2581
+ display: table-cell;
2582
+ width: 1px;
2583
+ border-left: none;
2584
+ background-color: transparent;
2585
+ color: rgba(255, 255, 255, 0.6);
2586
+ vertical-align: middle;
2587
+ padding: 0 10px;
2588
+ white-space: nowrap;
2589
+ overflow: hidden;
2590
+ font-size: 0;
2591
+ }
2592
+ .sp-select__suffix i {
2593
+ font-size: 12px;
2594
+ }
2595
+ .sp-select.isFocus .sp-select__suffix {
2596
+ background-color: transparent;
2597
+ color: rgba(255, 255, 255, 0.6);
2598
+ border-color: transparent;
2599
+ }
2600
+ .is--disabled .sp-select__suffix {
2601
+ color: #c7cbd1;
2602
+ background-color: rgba(255, 255, 255, 0.1);
2603
+ }
2604
+ .is--readonly .sp-select__suffix {
2605
+ background-color: rgba(255, 255, 255, 0.1);
2606
+ }
2607
+ .sp-select.is-group-multiple .sp-select__input-box .sp-tag-box {
2608
+ line-height: 1.2;
2609
+ text-overflow: ellipsis;
2610
+ overflow: hidden;
2611
+ white-space: nowrap;
2612
+ right: 85px;
2613
+ line-height: 42px;
2614
+ padding-left: 10px;
2615
+ padding-bottom: 0;
2616
+ }
2617
+ .sp-select.is-group-multiple .sp-select__input-box .sp-select__input-box__num {
2618
+ position: absolute;
2619
+ top: 50%;
2620
+ right: 10px;
2621
+ -webkit-transform: translateY(-50%);
2622
+ -ms-transform: translateY(-50%);
2623
+ transform: translateY(-50%);
2624
+ min-width: 26px;
2625
+ height: 18px;
2626
+ border-radius: 2px;
2627
+ background-color: #eaeef2;
2628
+ font-size: 12px;
2629
+ line-height: 18px;
2630
+ text-align: center;
2631
+ color: #97a2b5;
2632
+ }
2633
+ .sp-select-list {
2634
+ max-height: 274px;
2635
+ height: 100%;
2636
+ overflow: auto;
2637
+ margin: 4px 0;
2638
+ padding: 5px 0;
2639
+ border: 1px solid #484343;
2640
+ border-radius: 6px;
2641
+ -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
2642
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
2643
+ -webkit-box-sizing: border-box;
2644
+ box-sizing: border-box;
2645
+ background-color: #252627;
2646
+ }
2647
+ .sp-select-list-emptyText {
2648
+ text-align: center;
2649
+ }
2650
+ /* Transition
2651
+ -------------------------- */
2652
+ /* Colors
2653
+ -------------------------- */
2654
+ /* Shadow
2655
+ -------------------------- */
2656
+ /* Disable base
2657
+ -------------------------- */
2658
+ /* Scrollbar
2659
+ -------------------------- */
2660
+ /* Border
2661
+ -------------------------- */
2662
+ /* Button
2663
+ -------------------------- */
2664
+ /* PasswordInput
2665
+ -------------------------- */
2666
+ /* Input
2667
+ -------------------------- */
2668
+ /* Radio
2669
+ -------------------------- */
2670
+ /* Select
2671
+ -------------------------- */
2672
+ /* Checkbox
2673
+ -------------------------- */
2674
+ /* Tag
2675
+ -------------------------- */
2676
+ /* Option
2677
+ -------------------------- */
2678
+ /* Form
2679
+ -------------------------- */
2680
+ /* Modal
2681
+ -------------------------- */
2682
+ /* Toast
2683
+ -------------------------- */
2684
+ /* Confirm
2685
+ -------------------------- */
2686
+ /* Dropdown
2687
+ -------------------------- */
2688
+ /* Break-point
2689
+ -------------------------- */
2690
+ .sp-option-group {
2691
+ padding: 0;
2692
+ margin: 0;
2693
+ }
2694
+ .sp-option-group > .sp-checkbox__wrap {
2695
+ min-height: 35px;
2696
+ line-height: 35px;
2697
+ margin-right: 0;
2698
+ width: 100%;
2699
+ padding: 0 10px;
2700
+ -webkit-box-sizing: border-box;
2701
+ box-sizing: border-box;
2702
+ cursor: pointer;
2703
+ border-bottom: 1px solid #e4e8ef;
2704
+ font-weight: bold;
2705
+ -webkit-transition: background-color 0.1s;
2706
+ transition: background-color 0.1s;
2707
+ }
2708
+ .sp-option-group > .sp-checkbox__wrap:hover {
2709
+ background-color: #2c2d2e;
2710
+ }
2711
+ .sp-option-group--is-group-multi {
2712
+ border-top: 2px solid #e4e8ef;
2713
+ }
2714
+ .sp-option-group--is-group-multi:first-child {
2715
+ border-top: 0;
2716
+ }
2717
+ .sp-option-group-title {
2718
+ padding-left: 10px;
2719
+ font-size: 12px;
2720
+ color: #909399;
2721
+ line-height: 30px;
2722
+ }
2723
+ .sp-option-group-content {
2724
+ padding: 0;
2725
+ margin: 0;
2726
+ }
2727
+ /* Transition
2728
+ -------------------------- */
2729
+ /* Colors
2730
+ -------------------------- */
2731
+ /* Shadow
2732
+ -------------------------- */
2733
+ /* Disable base
2734
+ -------------------------- */
2735
+ /* Scrollbar
2736
+ -------------------------- */
2737
+ /* Border
2738
+ -------------------------- */
2739
+ /* Button
2740
+ -------------------------- */
2741
+ /* PasswordInput
2742
+ -------------------------- */
2743
+ /* Input
2744
+ -------------------------- */
2745
+ /* Radio
2746
+ -------------------------- */
2747
+ /* Select
2748
+ -------------------------- */
2749
+ /* Checkbox
2750
+ -------------------------- */
2751
+ /* Tag
2752
+ -------------------------- */
2753
+ /* Option
2754
+ -------------------------- */
2755
+ /* Form
2756
+ -------------------------- */
2757
+ /* Modal
2758
+ -------------------------- */
2759
+ /* Toast
2760
+ -------------------------- */
2761
+ /* Confirm
2762
+ -------------------------- */
2763
+ /* Dropdown
2764
+ -------------------------- */
2765
+ /* Break-point
2766
+ -------------------------- */
2767
+ .sp-option {
2768
+ position: relative;
2769
+ font-size: 14px;
2770
+ padding: 0 10px;
2771
+ margin: 0;
2772
+ white-space: nowrap;
2773
+ overflow: hidden;
2774
+ text-overflow: ellipsis;
2775
+ color: #fff;
2776
+ height: 34px;
2777
+ line-height: 34px;
2778
+ -webkit-box-sizing: border-box;
2779
+ box-sizing: border-box;
2780
+ -webkit-transition: background-color 0.1s;
2781
+ transition: background-color 0.1s;
2782
+ cursor: pointer;
2783
+ }
2784
+ .sp-option.is--hover {
2785
+ background-color: #2c2d2e;
2786
+ }
2787
+ .sp-option.is--selected {
2788
+ color: #3172d9;
2789
+ font-weight: 700;
2790
+ }
2791
+ .sp-option.is--disabled {
2792
+ color: rgba(255, 255, 255, 0.4);
2793
+ cursor: not-allowed;
2794
+ }
2795
+ .sp-option.is--disabled .sp-checkbox__wrap {
2796
+ cursor: not-allowed;
2797
+ }
2798
+ .sp-option.is--group-multi {
2799
+ line-height: auto;
2800
+ height: auto;
2801
+ padding: 0;
2802
+ }
2803
+ .sp-option.is--group-multi:hover {
2804
+ background-color: #2c2d2e;
2805
+ }
2806
+ .sp-option .sp-icon-tick {
2807
+ position: absolute;
2808
+ right: 20px;
2809
+ top: 50%;
2810
+ -webkit-transform: translateY(-50%);
2811
+ -ms-transform: translateY(-50%);
2812
+ transform: translateY(-50%);
2813
+ }
2814
+ .sp-option .sp-checkbox {
2815
+ vertical-align: top;
2816
+ margin-top: 2px;
2817
+ }
2818
+ .sp-option .sp-checkbox__wrap {
2819
+ height: auto;
2820
+ line-height: 20px;
2821
+ padding: 7px 10px;
2822
+ display: block;
2823
+ margin-right: 0;
2824
+ cursor: pointer;
2825
+ }
2826
+ .sp-option .sp-checkbox__text {
2827
+ vertical-align: top;
2828
+ }
2829
+ /* Transition
2830
+ -------------------------- */
2831
+ /* Colors
2832
+ -------------------------- */
2833
+ /* Shadow
2834
+ -------------------------- */
2835
+ /* Disable base
2836
+ -------------------------- */
2837
+ /* Scrollbar
2838
+ -------------------------- */
2839
+ /* Border
2840
+ -------------------------- */
2841
+ /* Button
2842
+ -------------------------- */
2843
+ /* PasswordInput
2844
+ -------------------------- */
2845
+ /* Input
2846
+ -------------------------- */
2847
+ /* Radio
2848
+ -------------------------- */
2849
+ /* Select
2850
+ -------------------------- */
2851
+ /* Checkbox
2852
+ -------------------------- */
2853
+ /* Tag
2854
+ -------------------------- */
2855
+ /* Option
2856
+ -------------------------- */
2857
+ /* Form
2858
+ -------------------------- */
2859
+ /* Modal
2860
+ -------------------------- */
2861
+ /* Toast
2862
+ -------------------------- */
2863
+ /* Confirm
2864
+ -------------------------- */
2865
+ /* Dropdown
2866
+ -------------------------- */
2867
+ /* Break-point
2868
+ -------------------------- */
2869
+ .sp-checkbox {
2870
+ position: relative;
2871
+ -webkit-box-sizing: border-box;
2872
+ box-sizing: border-box;
2873
+ width: 14px;
2874
+ height: 14px;
2875
+ margin: 0;
2876
+ padding: 0;
2877
+ list-style: none;
2878
+ display: inline-block;
2879
+ vertical-align: middle;
2880
+ line-height: 20px;
2881
+ white-space: nowrap;
2882
+ outline: none;
2883
+ cursor: pointer;
2884
+ }
2885
+ .sp-checkbox__wrap {
2886
+ font-size: 0;
2887
+ height: 20px;
2888
+ line-height: 20px;
2889
+ margin-right: 40px;
2890
+ display: inline-block;
2891
+ }
2892
+ .sp-checkbox__wrap:last-child {
2893
+ margin-right: 0;
2894
+ }
2895
+ .sp-checkbox + span {
2896
+ font-size: 14px;
2897
+ padding-left: 6px;
2898
+ cursor: pointer;
2899
+ vertical-align: middle;
2900
+ display: inline-block;
2901
+ }
2902
+ .sp-checkbox__input {
2903
+ opacity: 0;
2904
+ width: 14px;
2905
+ height: 14px;
2906
+ }
2907
+ .sp-checkbox__icon {
2908
+ position: absolute;
2909
+ top: 0;
2910
+ left: 0;
2911
+ display: block;
2912
+ width: 12px;
2913
+ height: 12px;
2914
+ font-size: 14px;
2915
+ background-color: #fff;
2916
+ border: 1px solid #4d4d4d;
2917
+ border-radius: 2px;
2918
+ color: #3172d9;
2919
+ -webkit-transition: all 0.3s;
2920
+ transition: all 0.3s;
2921
+ }
2922
+ .sp-checkbox__icon:hover {
2923
+ border-color: #3172d9;
2924
+ }
2925
+ .sp-checkbox__text {
2926
+ font-size: 14px;
2927
+ color: #fff;
2928
+ }
2929
+ .sp-checkbox__input:focus + span {
2930
+ border-color: #3172d9;
2931
+ }
2932
+ .sp-checkbox .sp-icon-check {
2933
+ line-height: 1;
2934
+ }
2935
+ .sp-checkbox.is--checked .sp-checkbox__icon {
2936
+ color: #fff;
2937
+ font-size: 12px;
2938
+ background-color: #3172d9;
2939
+ border-color: #3172d9;
2940
+ }
2941
+ .sp-checkbox.is--disabled {
2942
+ cursor: not-allowed;
2943
+ }
2944
+ .sp-checkbox.is--disabled .sp-checkbox__icon {
2945
+ background-color: #ededed;
2946
+ border-color: #4d4d4d;
2947
+ }
2948
+ .sp-checkbox.is--disabled.is--checked .sp-checkbox__icon {
2949
+ color: #ccc;
2950
+ border-color: #ededed;
2951
+ }
2952
+ .sp-checkbox.is--disabled + span {
2953
+ color: rgba(255, 255, 255, 0.4);
2954
+ cursor: not-allowed;
2955
+ }
2956
+ /* Transition
2957
+ -------------------------- */
2958
+ /* Colors
2959
+ -------------------------- */
2960
+ /* Shadow
2961
+ -------------------------- */
2962
+ /* Disable base
2963
+ -------------------------- */
2964
+ /* Scrollbar
2965
+ -------------------------- */
2966
+ /* Border
2967
+ -------------------------- */
2968
+ /* Button
2969
+ -------------------------- */
2970
+ /* PasswordInput
2971
+ -------------------------- */
2972
+ /* Input
2973
+ -------------------------- */
2974
+ /* Radio
2975
+ -------------------------- */
2976
+ /* Select
2977
+ -------------------------- */
2978
+ /* Checkbox
2979
+ -------------------------- */
2980
+ /* Tag
2981
+ -------------------------- */
2982
+ /* Option
2983
+ -------------------------- */
2984
+ /* Form
2985
+ -------------------------- */
2986
+ /* Modal
2987
+ -------------------------- */
2988
+ /* Toast
2989
+ -------------------------- */
2990
+ /* Confirm
2991
+ -------------------------- */
2992
+ /* Dropdown
2993
+ -------------------------- */
2994
+ /* Break-point
2995
+ -------------------------- */
2996
+ .sp-checkbox__group {
2997
+ font-size: 0;
2998
+ }
2999
+ /* Transition
3000
+ -------------------------- */
3001
+ /* Colors
3002
+ -------------------------- */
3003
+ /* Shadow
3004
+ -------------------------- */
3005
+ /* Disable base
3006
+ -------------------------- */
3007
+ /* Scrollbar
3008
+ -------------------------- */
3009
+ /* Border
3010
+ -------------------------- */
3011
+ /* Button
3012
+ -------------------------- */
3013
+ /* PasswordInput
3014
+ -------------------------- */
3015
+ /* Input
3016
+ -------------------------- */
3017
+ /* Radio
3018
+ -------------------------- */
3019
+ /* Select
3020
+ -------------------------- */
3021
+ /* Checkbox
3022
+ -------------------------- */
3023
+ /* Tag
3024
+ -------------------------- */
3025
+ /* Option
3026
+ -------------------------- */
3027
+ /* Form
3028
+ -------------------------- */
3029
+ /* Modal
3030
+ -------------------------- */
3031
+ /* Toast
3032
+ -------------------------- */
3033
+ /* Confirm
3034
+ -------------------------- */
3035
+ /* Dropdown
3036
+ -------------------------- */
3037
+ /* Break-point
3038
+ -------------------------- */
3039
+ .sp-tag {
3040
+ display: inline-block;
3041
+ padding: 0 10px;
3042
+ height: 24px;
3043
+ line-height: 24px;
3044
+ font-size: 14px;
3045
+ border-radius: 4px;
3046
+ color: #fff;
3047
+ background-color: #3172d9;
3048
+ white-space: nowrap;
3049
+ -webkit-box-sizing: border-box;
3050
+ box-sizing: border-box;
3051
+ }
3052
+ .sp-tag .sp-icon-close {
3053
+ display: inline-block;
3054
+ border-radius: 50%;
3055
+ text-align: center;
3056
+ position: relative;
3057
+ font-size: 14px;
3058
+ width: 16px;
3059
+ height: 14px;
3060
+ line-height: 14px;
3061
+ vertical-align: middle;
3062
+ right: -5px;
3063
+ color: #fff;
3064
+ cursor: pointer;
3065
+ font-weight: bold;
3066
+ }
3067
+ .sp-tag--success {
3068
+ background-color: #09bb07;
3069
+ border-color: #09bb07;
3070
+ }
3071
+ .sp-tag--warning {
3072
+ background-color: #e6a23c;
3073
+ border-color: #e6a23c;
3074
+ }
3075
+ .sp-tag--info {
3076
+ background-color: #999;
3077
+ border-color: #999;
3078
+ }
3079
+ .sp-tag--danger {
3080
+ background-color: #ff4d4f;
3081
+ border-color: #ff4d4f;
3082
+ }