elcrm 0.0.5 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css
CHANGED
|
@@ -1,821 +1 @@
|
|
|
1
|
-
@charset "UTF-8";
|
|
2
|
-
menu {
|
|
3
|
-
border-radius: 5px;
|
|
4
|
-
overflow: hidden;
|
|
5
|
-
display: flex;
|
|
6
|
-
flex-direction: column;
|
|
7
|
-
background: var(--contex);
|
|
8
|
-
grid-area: m;
|
|
9
|
-
}
|
|
10
|
-
._notice_820sc_2 {
|
|
11
|
-
position: absolute;
|
|
12
|
-
right: 20px;
|
|
13
|
-
top: 72px;
|
|
14
|
-
z-index: 1111;
|
|
15
|
-
font-family: Inter, sans-serif;
|
|
16
|
-
}
|
|
17
|
-
._notice_820sc_2 ._error_820sc_9 {
|
|
18
|
-
color: #bb2014;
|
|
19
|
-
}
|
|
20
|
-
._notice_820sc_2 ._success_820sc_12 {
|
|
21
|
-
color: #367738;
|
|
22
|
-
}
|
|
23
|
-
._notice_820sc_2 ._remark_820sc_15 {
|
|
24
|
-
color: #b77513;
|
|
25
|
-
}
|
|
26
|
-
._notice_820sc_2 ._copy_820sc_18 {
|
|
27
|
-
color: #3f51b5;
|
|
28
|
-
}
|
|
29
|
-
._notice_820sc_2 li {
|
|
30
|
-
-webkit-backdrop-filter: blur(5px);
|
|
31
|
-
backdrop-filter: blur(5px);
|
|
32
|
-
display: block;
|
|
33
|
-
width: 300px;
|
|
34
|
-
height: 70px;
|
|
35
|
-
border-radius: 5px;
|
|
36
|
-
box-shadow: 0 0 0 1px var(--system-border), 0 2px 2px #00000008,
|
|
37
|
-
0 4px 4px #0000000a, 0 10px 8px #0000000d, 0 15px 15px #0000000f,
|
|
38
|
-
0 30px 30px #00000012, 0 70px 65px #00000017;
|
|
39
|
-
background: var(--system-bg);
|
|
40
|
-
overflow: hidden;
|
|
41
|
-
cursor: pointer;
|
|
42
|
-
margin: 10px 0;
|
|
43
|
-
transition: all 3s ease 0s;
|
|
44
|
-
opacity: 0;
|
|
45
|
-
}
|
|
46
|
-
._notice_820sc_2 svg {
|
|
47
|
-
float: left;
|
|
48
|
-
width: 50px;
|
|
49
|
-
height: 50px;
|
|
50
|
-
margin: 10px;
|
|
51
|
-
font-size: 40px;
|
|
52
|
-
line-height: 51px;
|
|
53
|
-
text-align: center;
|
|
54
|
-
}
|
|
55
|
-
._notice_820sc_2 b {
|
|
56
|
-
width: 222px;
|
|
57
|
-
font-size: 17px;
|
|
58
|
-
font-weight: 700;
|
|
59
|
-
position: absolute;
|
|
60
|
-
left: 70px;
|
|
61
|
-
display: block;
|
|
62
|
-
margin-top: 13px;
|
|
63
|
-
white-space: nowrap;
|
|
64
|
-
overflow: hidden;
|
|
65
|
-
text-overflow: ellipsis;
|
|
66
|
-
}
|
|
67
|
-
._notice_820sc_2 p {
|
|
68
|
-
color: var(--system-color);
|
|
69
|
-
font-size: 14px;
|
|
70
|
-
width: 222px;
|
|
71
|
-
position: absolute;
|
|
72
|
-
left: 70px;
|
|
73
|
-
display: block;
|
|
74
|
-
margin-top: 37px;
|
|
75
|
-
white-space: nowrap;
|
|
76
|
-
overflow: hidden;
|
|
77
|
-
text-overflow: ellipsis;
|
|
78
|
-
}
|
|
79
|
-
._notice_820sc_2 [data-status="show"] {
|
|
80
|
-
opacity: 1;
|
|
81
|
-
transition: 1s;
|
|
82
|
-
animation: _show-notice_820sc_1 1s 1;
|
|
83
|
-
animation-fill-mode: forwards;
|
|
84
|
-
}
|
|
85
|
-
._notice_820sc_2 [data-status="hide"] {
|
|
86
|
-
opacity: 1;
|
|
87
|
-
transition: 1s;
|
|
88
|
-
animation: _hide-notice_820sc_1 1s 1;
|
|
89
|
-
animation-fill-mode: forwards;
|
|
90
|
-
}
|
|
91
|
-
@keyframes _show-notice_820sc_1 {
|
|
92
|
-
0% {
|
|
93
|
-
opacity: 0;
|
|
94
|
-
}
|
|
95
|
-
to {
|
|
96
|
-
opacity: 1;
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
@keyframes _hide-notice_820sc_1 {
|
|
100
|
-
0% {
|
|
101
|
-
opacity: 1;
|
|
102
|
-
}
|
|
103
|
-
to {
|
|
104
|
-
opacity: 0;
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
._alerts_1e9y0_1 {
|
|
108
|
-
position: fixed;
|
|
109
|
-
top: 0;
|
|
110
|
-
bottom: 0;
|
|
111
|
-
left: 0;
|
|
112
|
-
right: 0;
|
|
113
|
-
color: var(--system-color);
|
|
114
|
-
background: #0000009e;
|
|
115
|
-
z-index: 30;
|
|
116
|
-
display: flex;
|
|
117
|
-
flex: 1;
|
|
118
|
-
align-content: center;
|
|
119
|
-
justify-content: center;
|
|
120
|
-
}
|
|
121
|
-
._alerts_1e9y0_1 dl {
|
|
122
|
-
margin: auto;
|
|
123
|
-
overflow: hidden;
|
|
124
|
-
width: 270px;
|
|
125
|
-
height: auto;
|
|
126
|
-
border-radius: 12px;
|
|
127
|
-
border: 0;
|
|
128
|
-
height: fit-content;
|
|
129
|
-
z-index: 1;
|
|
130
|
-
background: var(--system-bg);
|
|
131
|
-
-webkit-backdrop-filter: blur(5px);
|
|
132
|
-
backdrop-filter: blur(5px);
|
|
133
|
-
-webkit-animation: _menuAnimation_1e9y0_1 0.4s 0s both;
|
|
134
|
-
animation: _menuAnimation_1e9y0_1 0.4s 0s both;
|
|
135
|
-
list-style: none;
|
|
136
|
-
padding-top: 20px;
|
|
137
|
-
font-family: -apple-system, BlinkMacSystemFont;
|
|
138
|
-
-webkit-font-smoothing: antialiased;
|
|
139
|
-
text-rendering: optimizelegibility;
|
|
140
|
-
box-sizing: border-box;
|
|
141
|
-
font-size: 17px;
|
|
142
|
-
box-shadow: 0 0 0 1px var(--system-border), 0 2px 2px #00000008,
|
|
143
|
-
0 4px 4px #0000000a, 0 10px 8px #0000000d, 0 15px 15px #0000000f,
|
|
144
|
-
0 30px 30px #00000012, 0 70px 65px #00000017;
|
|
145
|
-
}
|
|
146
|
-
._alerts_1e9y0_1 dt {
|
|
147
|
-
font-family: -apple-system, BlinkMacSystemFont;
|
|
148
|
-
-webkit-font-smoothing: antialiased;
|
|
149
|
-
text-rendering: optimizelegibility;
|
|
150
|
-
box-sizing: border-box;
|
|
151
|
-
font-size: 17px;
|
|
152
|
-
text-align: center;
|
|
153
|
-
text-transform: capitalize;
|
|
154
|
-
font-weight: 600;
|
|
155
|
-
line-height: 22px;
|
|
156
|
-
margin: 0 0 5px;
|
|
157
|
-
padding: 0 20px;
|
|
158
|
-
}
|
|
159
|
-
._alerts_1e9y0_1 dd {
|
|
160
|
-
font-family: -apple-system, BlinkMacSystemFont;
|
|
161
|
-
-webkit-font-smoothing: antialiased;
|
|
162
|
-
text-rendering: optimizelegibility;
|
|
163
|
-
box-sizing: border-box;
|
|
164
|
-
font-size: 13px;
|
|
165
|
-
margin: 0;
|
|
166
|
-
text-align: center;
|
|
167
|
-
line-height: 16px;
|
|
168
|
-
padding: 0 20px 20px;
|
|
169
|
-
}
|
|
170
|
-
._alerts_1e9y0_1 ul {
|
|
171
|
-
border-top: 1px solid var(--system-hr);
|
|
172
|
-
width: 100%;
|
|
173
|
-
display: flex;
|
|
174
|
-
}
|
|
175
|
-
._alerts_1e9y0_1 button {
|
|
176
|
-
font-family: -apple-system, BlinkMacSystemFont;
|
|
177
|
-
-webkit-font-smoothing: antialiased;
|
|
178
|
-
text-rendering: optimizelegibility;
|
|
179
|
-
box-sizing: border-box;
|
|
180
|
-
font-size: 17px;
|
|
181
|
-
padding: 10px;
|
|
182
|
-
cursor: pointer;
|
|
183
|
-
text-align: center;
|
|
184
|
-
font-weight: 600;
|
|
185
|
-
background: #0000;
|
|
186
|
-
border-radius: 0;
|
|
187
|
-
display: block;
|
|
188
|
-
width: -webkit-fill-available;
|
|
189
|
-
-webkit-animation: _menuItemAnimation_1e9y0_1 0.2s 0s both;
|
|
190
|
-
animation: _menuItemAnimation_1e9y0_1 0.2s 0s both;
|
|
191
|
-
font-family: Inter, sans-serif;
|
|
192
|
-
border: 0;
|
|
193
|
-
}
|
|
194
|
-
._alerts_1e9y0_1 button[color="blue"] {
|
|
195
|
-
color: #1b6ac0;
|
|
196
|
-
}
|
|
197
|
-
._alerts_1e9y0_1 button[color="red"] {
|
|
198
|
-
color: #c21c0d;
|
|
199
|
-
}
|
|
200
|
-
._alerts_1e9y0_1 button:hover {
|
|
201
|
-
background: var(--system-hover);
|
|
202
|
-
}
|
|
203
|
-
._alerts_1e9y0_1 ._--body_1e9y0_103 {
|
|
204
|
-
position: fixed;
|
|
205
|
-
top: 0;
|
|
206
|
-
bottom: 0;
|
|
207
|
-
left: 0;
|
|
208
|
-
right: 0;
|
|
209
|
-
}
|
|
210
|
-
._allert_1e9y0_111 ._--form_1e9y0_111 {
|
|
211
|
-
font-family: -apple-system, BlinkMacSystemFont;
|
|
212
|
-
-webkit-font-smoothing: antialiased;
|
|
213
|
-
text-rendering: optimizelegibility;
|
|
214
|
-
box-sizing: border-box;
|
|
215
|
-
font-size: 17px;
|
|
216
|
-
padding: 20px;
|
|
217
|
-
border-bottom: 1px solid var(--system-hr);
|
|
218
|
-
}
|
|
219
|
-
:root {
|
|
220
|
-
--primary-light: #8abdff;
|
|
221
|
-
--primary: #6d5dfc;
|
|
222
|
-
--primary-dark: #5b0eeb;
|
|
223
|
-
--white: #fff;
|
|
224
|
-
--greyLight-1: #e4ebf5;
|
|
225
|
-
--greyLight-2: #abb6d2;
|
|
226
|
-
--greyLight-3: #bec8e4;
|
|
227
|
-
--greyDark: #9baacf;
|
|
228
|
-
--inset: inset 2px 2px 2px var(--shadow), inset -1px -1px 1px var(--shade);
|
|
229
|
-
}
|
|
230
|
-
._white_6ax6z_14 {
|
|
231
|
-
--background: #e4ebf5;
|
|
232
|
-
--shadow: #abb6d2;
|
|
233
|
-
--shade: #fff;
|
|
234
|
-
--color: #1f253d;
|
|
235
|
-
--disabled: #9baacf;
|
|
236
|
-
--text: #394264;
|
|
237
|
-
--tinge: #3f51b50a;
|
|
238
|
-
--inset: inset 2px 2px 2px var(--shadow), inset -1px -1px 1px var(--shade);
|
|
239
|
-
--outset: 2px 2px 2px var(--shadow), -1px -1px 1px var(--shade);
|
|
240
|
-
}
|
|
241
|
-
._black_6ax6z_26 {
|
|
242
|
-
--background: #506290;
|
|
243
|
-
--shadow: #1f253d;
|
|
244
|
-
--shade: #394264;
|
|
245
|
-
--color: #fff;
|
|
246
|
-
--disabled: #29314c;
|
|
247
|
-
--text: #abb6d2;
|
|
248
|
-
--tinge: #00000026;
|
|
249
|
-
--inset: inset 1px 1px 1px #394264, inset -1px -1px 1px #39426470;
|
|
250
|
-
--outset: 1px 1px 1px #394264, -1px -1px 1px #39426470;
|
|
251
|
-
}
|
|
252
|
-
[shake="true"] {
|
|
253
|
-
-webkit-animation-name: _shake_6ax6z_1;
|
|
254
|
-
animation-name: _shake_6ax6z_1;
|
|
255
|
-
-webkit-animation-duration: 1s;
|
|
256
|
-
animation-duration: 1s;
|
|
257
|
-
-webkit-animation-fill-mode: both;
|
|
258
|
-
animation-fill-mode: both;
|
|
259
|
-
}
|
|
260
|
-
@keyframes _shake_6ax6z_1 {
|
|
261
|
-
0%,
|
|
262
|
-
to {
|
|
263
|
-
transform: translateZ(0);
|
|
264
|
-
}
|
|
265
|
-
10%,
|
|
266
|
-
30%,
|
|
267
|
-
50%,
|
|
268
|
-
70%,
|
|
269
|
-
90% {
|
|
270
|
-
transform: translate3d(-10px, 0, 0);
|
|
271
|
-
}
|
|
272
|
-
20%,
|
|
273
|
-
40%,
|
|
274
|
-
60%,
|
|
275
|
-
80% {
|
|
276
|
-
transform: translate3d(10px, 0, 0);
|
|
277
|
-
}
|
|
278
|
-
}
|
|
279
|
-
[data-color-bg="fff1d6"] {
|
|
280
|
-
--inset: inset 1px 1px 1px #c9c1ac, inset -1px -1px 1px var(--shade);
|
|
281
|
-
--outset: 2px 2px 2px #c9c1ac, -1px -1px 1px var(--shade);
|
|
282
|
-
}
|
|
283
|
-
[data-color-bg="ffd9d9"] {
|
|
284
|
-
--inset: inset 1px 1px 1px #cdb0b1, inset -1px -1px 1px var(--shade);
|
|
285
|
-
--outset: 2px 2px 2px #cdb0b1, -1px -1px 1px var(--shade);
|
|
286
|
-
}
|
|
287
|
-
[data-color-bg="daffe5"] {
|
|
288
|
-
--inset: inset 1px 1px 1px #b6d2be, inset -1px -1px 1px var(--shade);
|
|
289
|
-
--outset: 2px 2px 2px #b6d2be, -1px -1px 1px var(--shade);
|
|
290
|
-
}
|
|
291
|
-
._modal_6ax6z_73 {
|
|
292
|
-
position: fixed;
|
|
293
|
-
top: 0;
|
|
294
|
-
left: 0;
|
|
295
|
-
right: 0;
|
|
296
|
-
bottom: 0;
|
|
297
|
-
z-index: 10;
|
|
298
|
-
display: flex;
|
|
299
|
-
}
|
|
300
|
-
._o_6ax6z_83 {
|
|
301
|
-
position: fixed;
|
|
302
|
-
top: 0;
|
|
303
|
-
left: 0;
|
|
304
|
-
right: 0;
|
|
305
|
-
bottom: 0;
|
|
306
|
-
background-color: #000000b8;
|
|
307
|
-
}
|
|
308
|
-
._w_6ax6z_14 {
|
|
309
|
-
box-shadow: 5px 7px 18px #000000a8;
|
|
310
|
-
background: var(--background);
|
|
311
|
-
position: relative;
|
|
312
|
-
min-width: 300px;
|
|
313
|
-
margin: auto;
|
|
314
|
-
border-radius: 10px;
|
|
315
|
-
width: 400px;
|
|
316
|
-
max-height: 90%;
|
|
317
|
-
display: flex;
|
|
318
|
-
flex-flow: column nowrap;
|
|
319
|
-
}
|
|
320
|
-
._h_6ax6z_106 {
|
|
321
|
-
flex: 1;
|
|
322
|
-
font-size: 15px;
|
|
323
|
-
line-height: 35px;
|
|
324
|
-
font-weight: 700;
|
|
325
|
-
text-align: left;
|
|
326
|
-
color: var(--color);
|
|
327
|
-
padding: 10px 15px 5px 30px;
|
|
328
|
-
user-select: none;
|
|
329
|
-
-webkit-user-select: none;
|
|
330
|
-
display: flex;
|
|
331
|
-
z-index: 1;
|
|
332
|
-
}
|
|
333
|
-
._l_6ax6z_120 {
|
|
334
|
-
border-radius: 10px;
|
|
335
|
-
font-size: 15px;
|
|
336
|
-
box-shadow: var(--inset);
|
|
337
|
-
color: var(--color);
|
|
338
|
-
margin: 10px;
|
|
339
|
-
overflow: hidden;
|
|
340
|
-
overflow-y: scroll;
|
|
341
|
-
padding: 5px 0;
|
|
342
|
-
}
|
|
343
|
-
._l_6ax6z_120 li {
|
|
344
|
-
display: flex;
|
|
345
|
-
margin: 0 5px;
|
|
346
|
-
padding: 10px;
|
|
347
|
-
position: relative;
|
|
348
|
-
}
|
|
349
|
-
._l_6ax6z_120 li:after {
|
|
350
|
-
content: "";
|
|
351
|
-
border-bottom: 1px solid #ddd;
|
|
352
|
-
position: absolute;
|
|
353
|
-
bottom: 0;
|
|
354
|
-
left: 5px;
|
|
355
|
-
right: 5px;
|
|
356
|
-
}
|
|
357
|
-
._l_6ax6z_120 li:last-child {
|
|
358
|
-
border-bottom: 0;
|
|
359
|
-
}
|
|
360
|
-
._l_6ax6z_120 li:hover {
|
|
361
|
-
background: #00000012;
|
|
362
|
-
cursor: pointer;
|
|
363
|
-
border-radius: 5px;
|
|
364
|
-
}
|
|
365
|
-
._t_6ax6z_158 {
|
|
366
|
-
padding-right: 10px;
|
|
367
|
-
}
|
|
368
|
-
._m_6ax6z_73 {
|
|
369
|
-
flex: 1;
|
|
370
|
-
}
|
|
371
|
-
._x_6ax6z_166 {
|
|
372
|
-
cursor: pointer;
|
|
373
|
-
color: #1f253d;
|
|
374
|
-
font-size: 20px;
|
|
375
|
-
opacity: 0.5;
|
|
376
|
-
width: 35px;
|
|
377
|
-
border-radius: 5px;
|
|
378
|
-
text-align: center;
|
|
379
|
-
}
|
|
380
|
-
._s_6ax6z_176 {
|
|
381
|
-
flex: 1;
|
|
382
|
-
overflow-y: scroll;
|
|
383
|
-
}
|
|
384
|
-
._c_6ax6z_181 {
|
|
385
|
-
text-align: center;
|
|
386
|
-
margin: 20px;
|
|
387
|
-
}
|
|
388
|
-
._f_6ax6z_186 {
|
|
389
|
-
padding: 0 20px;
|
|
390
|
-
display: flex;
|
|
391
|
-
flex-direction: column;
|
|
392
|
-
}
|
|
393
|
-
._f_6ax6z_186 dl {
|
|
394
|
-
margin: 7px 0;
|
|
395
|
-
flex: 1 1;
|
|
396
|
-
flex-direction: row;
|
|
397
|
-
display: flex;
|
|
398
|
-
}
|
|
399
|
-
._f_6ax6z_186 dt {
|
|
400
|
-
padding: 7px 10px;
|
|
401
|
-
color: var(--text);
|
|
402
|
-
margin-left: 7px;
|
|
403
|
-
flex: 0 1 150px;
|
|
404
|
-
}
|
|
405
|
-
._f_6ax6z_186 dd {
|
|
406
|
-
margin: 0;
|
|
407
|
-
background: var(--tinge);
|
|
408
|
-
color: var(--color);
|
|
409
|
-
box-shadow: var(--inset);
|
|
410
|
-
border-radius: 5px;
|
|
411
|
-
min-height: 33px;
|
|
412
|
-
padding: 7px 10px;
|
|
413
|
-
flex: 1 1;
|
|
414
|
-
}
|
|
415
|
-
._f_6ax6z_186 p {
|
|
416
|
-
margin: auto;
|
|
417
|
-
width: 300px;
|
|
418
|
-
padding: 20px 0 5px;
|
|
419
|
-
color: #1f253dc7;
|
|
420
|
-
font-size: 15px;
|
|
421
|
-
}
|
|
422
|
-
._x_6ax6z_166:hover {
|
|
423
|
-
opacity: 1;
|
|
424
|
-
}
|
|
425
|
-
._btn_6ax6z_229 {
|
|
426
|
-
min-width: 200px;
|
|
427
|
-
margin: 10px auto 20px;
|
|
428
|
-
opacity: 0.7;
|
|
429
|
-
padding: 7px 25px;
|
|
430
|
-
border-radius: 5px;
|
|
431
|
-
box-shadow: var(--outset);
|
|
432
|
-
display: flex;
|
|
433
|
-
justify-content: center;
|
|
434
|
-
cursor: pointer;
|
|
435
|
-
transition: 0.3s ease;
|
|
436
|
-
}
|
|
437
|
-
._g_6ax6z_242 {
|
|
438
|
-
display: flex;
|
|
439
|
-
gap: 10px;
|
|
440
|
-
}
|
|
441
|
-
._c_6ax6z_181 {
|
|
442
|
-
margin: 10px 7px 20px;
|
|
443
|
-
opacity: 0.8;
|
|
444
|
-
box-shadow: var(--outset);
|
|
445
|
-
border-radius: 10px;
|
|
446
|
-
padding: 20px;
|
|
447
|
-
flex: 1;
|
|
448
|
-
cursor: pointer;
|
|
449
|
-
}
|
|
450
|
-
._c_6ax6z_181:first-child {
|
|
451
|
-
margin-left: 20px;
|
|
452
|
-
}
|
|
453
|
-
._c_6ax6z_181:last-child {
|
|
454
|
-
margin-right: 20px;
|
|
455
|
-
}
|
|
456
|
-
._c_6ax6z_181:hover {
|
|
457
|
-
opacity: 1;
|
|
458
|
-
background: var(--tinge);
|
|
459
|
-
}
|
|
460
|
-
._c_6ax6z_181 i {
|
|
461
|
-
font-size: 70px;
|
|
462
|
-
margin-bottom: 20px;
|
|
463
|
-
text-align: center;
|
|
464
|
-
display: block;
|
|
465
|
-
color: var(--disabled);
|
|
466
|
-
}
|
|
467
|
-
._c_6ax6z_181 b {
|
|
468
|
-
text-align: center;
|
|
469
|
-
display: block;
|
|
470
|
-
color: var(--color);
|
|
471
|
-
}
|
|
472
|
-
._c_6ax6z_181 p {
|
|
473
|
-
text-align: center;
|
|
474
|
-
font-size: 15px;
|
|
475
|
-
color: var(--text);
|
|
476
|
-
}
|
|
477
|
-
._btn_6ax6z_229:hover {
|
|
478
|
-
opacity: 1;
|
|
479
|
-
}
|
|
480
|
-
._modal_6ax6z_73._size-a_6ax6z_294 ._w_6ax6z_14 {
|
|
481
|
-
width: auto;
|
|
482
|
-
}
|
|
483
|
-
._modal_6ax6z_73._size-s_6ax6z_298 ._w_6ax6z_14 {
|
|
484
|
-
width: 400px;
|
|
485
|
-
}
|
|
486
|
-
._modal_6ax6z_73._size-m_6ax6z_302 ._w_6ax6z_14 {
|
|
487
|
-
width: 500px;
|
|
488
|
-
}
|
|
489
|
-
._modal_6ax6z_73._size-l_6ax6z_306 ._w_6ax6z_14 {
|
|
490
|
-
width: 800px;
|
|
491
|
-
}
|
|
492
|
-
._modal_6ax6z_73._size-x_6ax6z_310 ._w_6ax6z_14 {
|
|
493
|
-
width: 1000px;
|
|
494
|
-
}
|
|
495
|
-
._modal_6ax6z_73._size-f_6ax6z_314 ._w_6ax6z_14 {
|
|
496
|
-
width: 100%;
|
|
497
|
-
max-width: 1200px;
|
|
498
|
-
min-width: 910px;
|
|
499
|
-
}
|
|
500
|
-
._btn_6ax6z_229._confirm_6ax6z_320 {
|
|
501
|
-
background: #4caf50;
|
|
502
|
-
color: #fff;
|
|
503
|
-
}
|
|
504
|
-
._btn_6ax6z_229._cancel_6ax6z_325 {
|
|
505
|
-
background: #f44336;
|
|
506
|
-
color: #fff;
|
|
507
|
-
}
|
|
508
|
-
._btn_6ax6z_229._disabled_6ax6z_330,
|
|
509
|
-
._btn_6ax6z_229._await_6ax6z_337 {
|
|
510
|
-
background: #efefef;
|
|
511
|
-
color: #000;
|
|
512
|
-
opacity: 1;
|
|
513
|
-
cursor: default;
|
|
514
|
-
}
|
|
515
|
-
._m_6ax6z_73 big {
|
|
516
|
-
position: absolute;
|
|
517
|
-
margin: 10px auto 20px;
|
|
518
|
-
border-radius: 5px;
|
|
519
|
-
box-shadow: var(--outset);
|
|
520
|
-
display: flex;
|
|
521
|
-
top: -1px;
|
|
522
|
-
right: 55px;
|
|
523
|
-
}
|
|
524
|
-
._m_6ax6z_73 big i {
|
|
525
|
-
width: 30px;
|
|
526
|
-
height: 30px;
|
|
527
|
-
text-align: center;
|
|
528
|
-
margin: 3px;
|
|
529
|
-
line-height: 30px;
|
|
530
|
-
cursor: pointer;
|
|
531
|
-
border-radius: 5px;
|
|
532
|
-
}
|
|
533
|
-
._m_6ax6z_73 big i:hover {
|
|
534
|
-
box-shadow: var(--inset);
|
|
535
|
-
}
|
|
536
|
-
._m_6ax6z_73 nav {
|
|
537
|
-
width: fit-content;
|
|
538
|
-
height: 35px;
|
|
539
|
-
margin: 0 auto;
|
|
540
|
-
box-shadow: var(--outset);
|
|
541
|
-
border-radius: 5px;
|
|
542
|
-
display: flex;
|
|
543
|
-
}
|
|
544
|
-
._m_6ax6z_73 span {
|
|
545
|
-
border-radius: 3px;
|
|
546
|
-
flex: 1 1;
|
|
547
|
-
margin: 2px;
|
|
548
|
-
padding: 0 10px;
|
|
549
|
-
line-height: 35px;
|
|
550
|
-
color: var(--disabled);
|
|
551
|
-
cursor: pointer;
|
|
552
|
-
}
|
|
553
|
-
._m_6ax6z_73 span._active_6ax6z_387 {
|
|
554
|
-
box-shadow: var(--inset);
|
|
555
|
-
color: var(--color);
|
|
556
|
-
}
|
|
557
|
-
._coincidence_6ax6z_393 {
|
|
558
|
-
position: fixed;
|
|
559
|
-
right: 20px;
|
|
560
|
-
bottom: 20px;
|
|
561
|
-
z-index: 1111;
|
|
562
|
-
overflow-y: scroll;
|
|
563
|
-
max-height: 565px;
|
|
564
|
-
padding-top: 90px;
|
|
565
|
-
}
|
|
566
|
-
._coincidence_6ax6z_393 span {
|
|
567
|
-
display: block;
|
|
568
|
-
width: 300px;
|
|
569
|
-
border-radius: 5px;
|
|
570
|
-
overflow: hidden;
|
|
571
|
-
cursor: pointer;
|
|
572
|
-
margin: 10px 0;
|
|
573
|
-
padding: 10px;
|
|
574
|
-
color: #1f253d;
|
|
575
|
-
}
|
|
576
|
-
._coincidence_6ax6z_393 dl {
|
|
577
|
-
display: flex;
|
|
578
|
-
padding: 0;
|
|
579
|
-
margin: 5px;
|
|
580
|
-
}
|
|
581
|
-
._coincidence_6ax6z_393 dd {
|
|
582
|
-
font-weight: 700;
|
|
583
|
-
white-space: nowrap;
|
|
584
|
-
overflow: hidden;
|
|
585
|
-
text-overflow: ellipsis;
|
|
586
|
-
padding: 0;
|
|
587
|
-
margin: 0 10px;
|
|
588
|
-
}
|
|
589
|
-
._setting_1jv25_2 {
|
|
590
|
-
width: 100%;
|
|
591
|
-
overflow: auto;
|
|
592
|
-
}
|
|
593
|
-
._setting_1jv25_2 nav {
|
|
594
|
-
border: 0px;
|
|
595
|
-
padding: 0 10px 5px;
|
|
596
|
-
margin: 25px auto;
|
|
597
|
-
width: 600px;
|
|
598
|
-
}
|
|
599
|
-
._setting_1jv25_2 nav ul {
|
|
600
|
-
display: flex;
|
|
601
|
-
justify-content: space-between;
|
|
602
|
-
gap: 1px;
|
|
603
|
-
}
|
|
604
|
-
._setting_1jv25_2 nav li {
|
|
605
|
-
flex: 1;
|
|
606
|
-
text-align: center;
|
|
607
|
-
background: var(--setting-bg);
|
|
608
|
-
color: var(--setting-color);
|
|
609
|
-
cursor: pointer;
|
|
610
|
-
opacity: 0.7;
|
|
611
|
-
}
|
|
612
|
-
._setting_1jv25_2 nav li[tabs-active="true"] {
|
|
613
|
-
opacity: 1;
|
|
614
|
-
}
|
|
615
|
-
._setting_1jv25_2 fieldset {
|
|
616
|
-
border: 0px;
|
|
617
|
-
padding: 0 10px 5px;
|
|
618
|
-
margin: 25px auto;
|
|
619
|
-
width: 600px;
|
|
620
|
-
}
|
|
621
|
-
._setting_1jv25_2 legend {
|
|
622
|
-
text-transform: uppercase;
|
|
623
|
-
font-weight: 300;
|
|
624
|
-
font-size: 1.3em;
|
|
625
|
-
}
|
|
626
|
-
._setting_1jv25_2 ul {
|
|
627
|
-
margin: 10px 0;
|
|
628
|
-
color: #000;
|
|
629
|
-
border-radius: 8px;
|
|
630
|
-
overflow: hidden;
|
|
631
|
-
list-style-type: none;
|
|
632
|
-
padding: 0;
|
|
633
|
-
}
|
|
634
|
-
._setting_1jv25_2 li {
|
|
635
|
-
font-size: 20px;
|
|
636
|
-
line-height: 40px;
|
|
637
|
-
}
|
|
638
|
-
._setting_1jv25_2 dl {
|
|
639
|
-
display: flex;
|
|
640
|
-
margin: 0 0 1px;
|
|
641
|
-
align-items: center;
|
|
642
|
-
padding-right: 9px;
|
|
643
|
-
background: var(--setting-bg);
|
|
644
|
-
color: var(--setting-color);
|
|
645
|
-
}
|
|
646
|
-
._setting_1jv25_2 dd {
|
|
647
|
-
text-align: right;
|
|
648
|
-
padding-left: 15px;
|
|
649
|
-
position: relative;
|
|
650
|
-
display: flex;
|
|
651
|
-
justify-content: center;
|
|
652
|
-
}
|
|
653
|
-
._setting_1jv25_2 dt {
|
|
654
|
-
flex: 1;
|
|
655
|
-
padding: 0 15px;
|
|
656
|
-
}
|
|
657
|
-
._setting_1jv25_2 article {
|
|
658
|
-
padding-left: 15px;
|
|
659
|
-
color: var(--setting-bg);
|
|
660
|
-
font-weight: 100;
|
|
661
|
-
font-size: 14px;
|
|
662
|
-
}
|
|
663
|
-
._setting_1jv25_2 legend {
|
|
664
|
-
color: var(--setting-bg);
|
|
665
|
-
display: flex;
|
|
666
|
-
justify-content: space-between;
|
|
667
|
-
width: 100%;
|
|
668
|
-
}
|
|
669
|
-
._setting_1jv25_2 [data-close] {
|
|
670
|
-
cursor: pointer;
|
|
671
|
-
width: 10px;
|
|
672
|
-
height: 10px;
|
|
673
|
-
border-top: 3px solid var(--setting-color);
|
|
674
|
-
border-left: 3px solid var(--setting-color);
|
|
675
|
-
position: absolute;
|
|
676
|
-
right: 10px;
|
|
677
|
-
top: 3px;
|
|
678
|
-
-webkit-transform: translate(0, -50%) rotate(45deg);
|
|
679
|
-
-ms-transform: translate(0, -50%) rotate(45deg);
|
|
680
|
-
transform: translateY(-50%) rotate(45deg);
|
|
681
|
-
}
|
|
682
|
-
._setting_1jv25_2 [data-close="false"] {
|
|
683
|
-
right: 10px;
|
|
684
|
-
top: 0;
|
|
685
|
-
-webkit-transform: translate(0, -50%) rotate(-135deg);
|
|
686
|
-
-ms-transform: translate(0, -50%) rotate(-135deg);
|
|
687
|
-
transform: translateY(-50%) rotate(-135deg);
|
|
688
|
-
}
|
|
689
|
-
._setting_1jv25_2 [data-item="accordion"] > div {
|
|
690
|
-
margin-top: 1px;
|
|
691
|
-
background-color: var(--setting-bg);
|
|
692
|
-
}
|
|
693
|
-
._setting_1jv25_2 [role="button"] {
|
|
694
|
-
font-size: 13px;
|
|
695
|
-
border-radius: 5px;
|
|
696
|
-
text-align: center;
|
|
697
|
-
width: 100px;
|
|
698
|
-
line-height: 30px;
|
|
699
|
-
padding: 0;
|
|
700
|
-
cursor: pointer;
|
|
701
|
-
}
|
|
702
|
-
._setting_1jv25_2 [role="button"]:hover {
|
|
703
|
-
background: var(--setting-action);
|
|
704
|
-
}
|
|
705
|
-
._setting_1jv25_2 [role="button-outline"] {
|
|
706
|
-
font-size: 14px;
|
|
707
|
-
border: 1px solid;
|
|
708
|
-
padding: 3px 13px;
|
|
709
|
-
border-radius: 6px;
|
|
710
|
-
cursor: pointer;
|
|
711
|
-
text-transform: none;
|
|
712
|
-
}
|
|
713
|
-
._setting_1jv25_2 [role="button-outline"]:hover {
|
|
714
|
-
background: #00000038;
|
|
715
|
-
}
|
|
716
|
-
._setting_1jv25_2 [role="switch"] {
|
|
717
|
-
cursor: pointer;
|
|
718
|
-
position: relative;
|
|
719
|
-
width: 44px;
|
|
720
|
-
height: 22px;
|
|
721
|
-
border-radius: 50px;
|
|
722
|
-
vertical-align: text-bottom;
|
|
723
|
-
transition: all 0.3s linear;
|
|
724
|
-
margin: 0;
|
|
725
|
-
}
|
|
726
|
-
._setting_1jv25_2 [role="switch"]:after {
|
|
727
|
-
content: "";
|
|
728
|
-
position: absolute;
|
|
729
|
-
left: 4px;
|
|
730
|
-
width: 16px;
|
|
731
|
-
height: 16px;
|
|
732
|
-
background-color: #fff;
|
|
733
|
-
border-radius: 50%;
|
|
734
|
-
box-shadow: 0 2px 2px #0000003d;
|
|
735
|
-
transform: translate3d(0, 3px, 0);
|
|
736
|
-
transition: all 0.2s ease-in-out;
|
|
737
|
-
}
|
|
738
|
-
._setting_1jv25_2 [role="switch"]:before {
|
|
739
|
-
content: "";
|
|
740
|
-
position: absolute;
|
|
741
|
-
left: 0;
|
|
742
|
-
width: 42px;
|
|
743
|
-
height: 22px;
|
|
744
|
-
background-color: #ddd;
|
|
745
|
-
border-radius: 11px;
|
|
746
|
-
transition: all 0.25s linear;
|
|
747
|
-
}
|
|
748
|
-
._setting_1jv25_2 [role="switch"][aria-checked="true"] {
|
|
749
|
-
background-color: #1f253d;
|
|
750
|
-
}
|
|
751
|
-
._setting_1jv25_2 [role="switch"][aria-checked="true"]:before {
|
|
752
|
-
transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
|
|
753
|
-
}
|
|
754
|
-
._setting_1jv25_2 [role="switch"][aria-checked="true"]:after {
|
|
755
|
-
transform: translate3d(19px, 3px, 0);
|
|
756
|
-
}
|
|
757
|
-
._h_1b5x7_1 {
|
|
758
|
-
background: var(--content);
|
|
759
|
-
margin-bottom: 2px;
|
|
760
|
-
border-radius: 5px 5px 0 0;
|
|
761
|
-
line-height: 35px;
|
|
762
|
-
align-items: center;
|
|
763
|
-
display: flex;
|
|
764
|
-
}
|
|
765
|
-
._t_1b5x7_10 {
|
|
766
|
-
border-bottom: 0;
|
|
767
|
-
cursor: default;
|
|
768
|
-
display: block;
|
|
769
|
-
flex: 1;
|
|
770
|
-
margin-block-start: 0;
|
|
771
|
-
margin-block-end: 0;
|
|
772
|
-
margin-inline-start: 0px;
|
|
773
|
-
margin-inline-end: 0px;
|
|
774
|
-
font-size: 14px !important;
|
|
775
|
-
line-height: 35px;
|
|
776
|
-
font-weight: 700;
|
|
777
|
-
text-align: center;
|
|
778
|
-
color: var(--label);
|
|
779
|
-
position: relative;
|
|
780
|
-
height: 35px;
|
|
781
|
-
}
|
|
782
|
-
._s_1b5x7_28 {
|
|
783
|
-
display: flex;
|
|
784
|
-
flex: 1;
|
|
785
|
-
position: relative;
|
|
786
|
-
overflow: hidden;
|
|
787
|
-
border-radius: 5px;
|
|
788
|
-
flex-flow: column nowrap;
|
|
789
|
-
}
|
|
790
|
-
._u_1b5x7_37 {
|
|
791
|
-
overflow: hidden;
|
|
792
|
-
border-radius: 0 0 5px 5px;
|
|
793
|
-
background: var(--content);
|
|
794
|
-
display: block;
|
|
795
|
-
}
|
|
796
|
-
._o_1b5x7_44 {
|
|
797
|
-
overflow: hidden;
|
|
798
|
-
position: relative;
|
|
799
|
-
border-radius: 5px;
|
|
800
|
-
margin-top: 5px;
|
|
801
|
-
flex: 1 1;
|
|
802
|
-
background: var(--content);
|
|
803
|
-
}
|
|
804
|
-
._l_1b5x7_53 {
|
|
805
|
-
flex: 1;
|
|
806
|
-
overflow: hidden;
|
|
807
|
-
overflow-y: scroll;
|
|
808
|
-
background: var(--content);
|
|
809
|
-
}
|
|
810
|
-
._hh_1b5x7_60 {
|
|
811
|
-
background: #fff;
|
|
812
|
-
display: block;
|
|
813
|
-
flex: 1 1;
|
|
814
|
-
font-size: 14px;
|
|
815
|
-
line-height: 35px;
|
|
816
|
-
font-weight: 700;
|
|
817
|
-
text-align: center;
|
|
818
|
-
color: #1f253d;
|
|
819
|
-
border-bottom: 1px solid #ddd;
|
|
820
|
-
position: relative;
|
|
821
|
-
}
|
|
1
|
+
@charset "UTF-8";menu{border-radius:5px;overflow:hidden;display:flex;flex-direction:column;background:var(--contex);grid-area:m}._notice_820sc_2{position:absolute;right:20px;top:72px;z-index:1111;font-family:Inter,sans-serif}._notice_820sc_2 ._error_820sc_9{color:#bb2014}._notice_820sc_2 ._success_820sc_12{color:#367738}._notice_820sc_2 ._remark_820sc_15{color:#b77513}._notice_820sc_2 ._copy_820sc_18{color:#3f51b5}._notice_820sc_2 li{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:block;width:300px;height:70px;border-radius:5px;box-shadow:0 0 0 1px var(--system-border),0 2px 2px #00000008,0 4px 4px #0000000a,0 10px 8px #0000000d,0 15px 15px #0000000f,0 30px 30px #00000012,0 70px 65px #00000017;background:var(--system-bg);overflow:hidden;cursor:pointer;margin:10px 0;transition:all 3s ease 0s;opacity:0}._notice_820sc_2 svg{float:left;width:50px;height:50px;margin:10px;font-size:40px;line-height:51px;text-align:center}._notice_820sc_2 b{width:222px;font-size:17px;font-weight:700;position:absolute;left:70px;display:block;margin-top:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._notice_820sc_2 p{color:var(--system-color);font-size:14px;width:222px;position:absolute;left:70px;display:block;margin-top:37px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._notice_820sc_2 [data-status=show]{opacity:1;transition:1s;animation:_show-notice_820sc_1 1s 1;animation-fill-mode:forwards}._notice_820sc_2 [data-status=hide]{opacity:1;transition:1s;animation:_hide-notice_820sc_1 1s 1;animation-fill-mode:forwards}@keyframes _show-notice_820sc_1{0%{opacity:0}to{opacity:1}}@keyframes _hide-notice_820sc_1{0%{opacity:1}to{opacity:0}}._alerts_1e9y0_1{position:fixed;top:0;bottom:0;left:0;right:0;color:var(--system-color);background:#0000009e;z-index:30;display:flex;flex:1;align-content:center;justify-content:center}._alerts_1e9y0_1 dl{margin:auto;overflow:hidden;width:270px;height:auto;border-radius:12px;border:0;height:fit-content;z-index:1;background:var(--system-bg);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);-webkit-animation:_menuAnimation_1e9y0_1 .4s 0s both;animation:_menuAnimation_1e9y0_1 .4s 0s both;list-style:none;padding-top:20px;font-family:-apple-system,BlinkMacSystemFont;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;box-sizing:border-box;font-size:17px;box-shadow:0 0 0 1px var(--system-border),0 2px 2px #00000008,0 4px 4px #0000000a,0 10px 8px #0000000d,0 15px 15px #0000000f,0 30px 30px #00000012,0 70px 65px #00000017}._alerts_1e9y0_1 dt{font-family:-apple-system,BlinkMacSystemFont;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;box-sizing:border-box;font-size:17px;text-align:center;text-transform:capitalize;font-weight:600;line-height:22px;margin:0 0 5px;padding:0 20px}._alerts_1e9y0_1 dd{font-family:-apple-system,BlinkMacSystemFont;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;box-sizing:border-box;font-size:13px;margin:0;text-align:center;line-height:16px;padding:0 20px 20px}._alerts_1e9y0_1 ul{border-top:1px solid var(--system-hr);width:100%;display:flex}._alerts_1e9y0_1 button{font-family:-apple-system,BlinkMacSystemFont;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;box-sizing:border-box;font-size:17px;padding:10px;cursor:pointer;text-align:center;font-weight:600;background:#0000;border-radius:0;display:block;width:-webkit-fill-available;-webkit-animation:_menuItemAnimation_1e9y0_1 .2s 0s both;animation:_menuItemAnimation_1e9y0_1 .2s 0s both;font-family:Inter,sans-serif;border:0}._alerts_1e9y0_1 button[color=blue]{color:#1b6ac0}._alerts_1e9y0_1 button[color=red]{color:#c21c0d}._alerts_1e9y0_1 button:hover{background:var(--system-hover)}._alerts_1e9y0_1 ._--body_1e9y0_103{position:fixed;top:0;bottom:0;left:0;right:0}._allert_1e9y0_111 ._--form_1e9y0_111{font-family:-apple-system,BlinkMacSystemFont;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;box-sizing:border-box;font-size:17px;padding:20px;border-bottom:1px solid var(--system-hr)}:root{--primary-light: #8abdff;--primary: #6d5dfc;--primary-dark: #5b0eeb;--white: #fff;--greyLight-1: #e4ebf5;--greyLight-2: #abb6d2;--greyLight-3: #bec8e4;--greyDark: #9baacf;--inset: inset 2px 2px 2px var(--shadow), inset -1px -1px 1px var(--shade)}._white_6ax6z_14{--background: #e4ebf5;--shadow: #abb6d2;--shade: #fff;--color: #1f253d;--disabled: #9baacf;--text: #394264;--tinge: #3f51b50a;--inset: inset 2px 2px 2px var(--shadow), inset -1px -1px 1px var(--shade);--outset: 2px 2px 2px var(--shadow), -1px -1px 1px var(--shade)}._black_6ax6z_26{--background: #506290;--shadow: #1f253d;--shade: #394264;--color: #fff;--disabled: #29314c;--text: #abb6d2;--tinge: #00000026;--inset: inset 1px 1px 1px #394264, inset -1px -1px 1px #39426470;--outset: 1px 1px 1px #394264, -1px -1px 1px #39426470}[shake=true]{-webkit-animation-name:_shake_6ax6z_1;animation-name:_shake_6ax6z_1;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@keyframes _shake_6ax6z_1{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}[data-color-bg=fff1d6]{--inset: inset 1px 1px 1px #c9c1ac, inset -1px -1px 1px var(--shade);--outset: 2px 2px 2px #c9c1ac, -1px -1px 1px var(--shade)}[data-color-bg=ffd9d9]{--inset: inset 1px 1px 1px #cdb0b1, inset -1px -1px 1px var(--shade);--outset: 2px 2px 2px #cdb0b1, -1px -1px 1px var(--shade)}[data-color-bg=daffe5]{--inset: inset 1px 1px 1px #b6d2be, inset -1px -1px 1px var(--shade);--outset: 2px 2px 2px #b6d2be, -1px -1px 1px var(--shade)}._modal_6ax6z_73{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10;display:flex}._o_6ax6z_83{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b8}._w_6ax6z_14{box-shadow:5px 7px 18px #000000a8;background:var(--background);position:relative;min-width:300px;margin:auto;border-radius:10px;width:400px;max-height:90%;display:flex;flex-flow:column nowrap}._h_6ax6z_106{flex:1;font-size:15px;line-height:35px;font-weight:700;text-align:left;color:var(--color);padding:10px 15px 5px 30px;user-select:none;-webkit-user-select:none;display:flex;z-index:1}._l_6ax6z_120{border-radius:10px;font-size:15px;box-shadow:var(--inset);color:var(--color);margin:10px;overflow:hidden;overflow-y:scroll;padding:5px 0}._l_6ax6z_120 li{display:flex;margin:0 5px;padding:10px;position:relative}._l_6ax6z_120 li:after{content:"";border-bottom:1px solid #ddd;position:absolute;bottom:0;left:5px;right:5px}._l_6ax6z_120 li:last-child{border-bottom:0}._l_6ax6z_120 li:hover{background:#00000012;cursor:pointer;border-radius:5px}._t_6ax6z_158{padding-right:10px}._m_6ax6z_73{flex:1}._x_6ax6z_166{cursor:pointer;color:#1f253d;font-size:20px;opacity:.5;width:35px;border-radius:5px;text-align:center}._s_6ax6z_176{flex:1;overflow-y:scroll}._c_6ax6z_181{text-align:center;margin:20px}._f_6ax6z_186{padding:0 20px;display:flex;flex-direction:column}._f_6ax6z_186 dl{margin:7px 0;flex:1 1;flex-direction:row;display:flex}._f_6ax6z_186 dt{padding:7px 10px;color:var(--text);margin-left:7px;flex:0 1 150px}._f_6ax6z_186 dd{margin:0;background:var(--tinge);color:var(--color);box-shadow:var(--inset);border-radius:5px;min-height:33px;padding:7px 10px;flex:1 1}._f_6ax6z_186 p{margin:auto;width:300px;padding:20px 0 5px;color:#1f253dc7;font-size:15px}._x_6ax6z_166:hover{opacity:1}._btn_6ax6z_229{min-width:200px;margin:10px auto 20px;opacity:.7;padding:7px 25px;border-radius:5px;box-shadow:var(--outset);display:flex;justify-content:center;cursor:pointer;transition:.3s ease}._g_6ax6z_242{display:flex;gap:10px}._c_6ax6z_181{margin:10px 7px 20px;opacity:.8;box-shadow:var(--outset);border-radius:10px;padding:20px;flex:1;cursor:pointer}._c_6ax6z_181:first-child{margin-left:20px}._c_6ax6z_181:last-child{margin-right:20px}._c_6ax6z_181:hover{opacity:1;background:var(--tinge)}._c_6ax6z_181 i{font-size:70px;margin-bottom:20px;text-align:center;display:block;color:var(--disabled)}._c_6ax6z_181 b{text-align:center;display:block;color:var(--color)}._c_6ax6z_181 p{text-align:center;font-size:15px;color:var(--text)}._btn_6ax6z_229:hover{opacity:1}._modal_6ax6z_73._size-a_6ax6z_294 ._w_6ax6z_14{width:auto}._modal_6ax6z_73._size-s_6ax6z_298 ._w_6ax6z_14{width:400px}._modal_6ax6z_73._size-m_6ax6z_302 ._w_6ax6z_14{width:500px}._modal_6ax6z_73._size-l_6ax6z_306 ._w_6ax6z_14{width:800px}._modal_6ax6z_73._size-x_6ax6z_310 ._w_6ax6z_14{width:1000px}._modal_6ax6z_73._size-f_6ax6z_314 ._w_6ax6z_14{width:100%;max-width:1200px;min-width:910px}._btn_6ax6z_229._confirm_6ax6z_320{background:#4caf50;color:#fff}._btn_6ax6z_229._cancel_6ax6z_325{background:#f44336;color:#fff}._btn_6ax6z_229._disabled_6ax6z_330,._btn_6ax6z_229._await_6ax6z_337{background:#efefef;color:#000;opacity:1;cursor:default}._m_6ax6z_73 big{position:absolute;margin:10px auto 20px;border-radius:5px;box-shadow:var(--outset);display:flex;top:-1px;right:55px}._m_6ax6z_73 big i{width:30px;height:30px;text-align:center;margin:3px;line-height:30px;cursor:pointer;border-radius:5px}._m_6ax6z_73 big i:hover{box-shadow:var(--inset)}._m_6ax6z_73 nav{width:fit-content;height:35px;margin:0 auto;box-shadow:var(--outset);border-radius:5px;display:flex}._m_6ax6z_73 span{border-radius:3px;flex:1 1;margin:2px;padding:0 10px;line-height:35px;color:var(--disabled);cursor:pointer}._m_6ax6z_73 span._active_6ax6z_387{box-shadow:var(--inset);color:var(--color)}._coincidence_6ax6z_393{position:fixed;right:20px;bottom:20px;z-index:1111;overflow-y:scroll;max-height:565px;padding-top:90px}._coincidence_6ax6z_393 span{display:block;width:300px;border-radius:5px;overflow:hidden;cursor:pointer;margin:10px 0;padding:10px;color:#1f253d}._coincidence_6ax6z_393 dl{display:flex;padding:0;margin:5px}._coincidence_6ax6z_393 dd{font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0;margin:0 10px}._setting_1jv25_2{width:100%;overflow:auto}._setting_1jv25_2 nav{border:0px;padding:0 10px 5px;margin:25px auto;width:600px}._setting_1jv25_2 nav ul{display:flex;justify-content:space-between;gap:1px}._setting_1jv25_2 nav li{flex:1;text-align:center;background:var(--setting-bg);color:var(--setting-color);cursor:pointer;opacity:.7}._setting_1jv25_2 nav li[tabs-active=true]{opacity:1}._setting_1jv25_2 fieldset{border:0px;padding:0 10px 5px;margin:25px auto;width:600px}._setting_1jv25_2 legend{text-transform:uppercase;font-weight:300;font-size:1.3em}._setting_1jv25_2 ul{margin:10px 0;color:#000;border-radius:8px;overflow:hidden;list-style-type:none;padding:0}._setting_1jv25_2 li{font-size:20px;line-height:40px}._setting_1jv25_2 dl{display:flex;margin:0 0 1px;align-items:center;padding-right:9px;background:var(--setting-bg);color:var(--setting-color)}._setting_1jv25_2 dd{text-align:right;padding-left:15px;position:relative;display:flex;justify-content:center}._setting_1jv25_2 dt{flex:1;padding:0 15px}._setting_1jv25_2 article{padding-left:15px;color:var(--setting-bg);font-weight:100;font-size:14px}._setting_1jv25_2 legend{color:var(--setting-bg);display:flex;justify-content:space-between;width:100%}._setting_1jv25_2 [data-close]{cursor:pointer;width:10px;height:10px;border-top:3px solid var(--setting-color);border-left:3px solid var(--setting-color);position:absolute;right:10px;top:3px;-webkit-transform:translate(0,-50%) rotate(45deg);-ms-transform:translate(0,-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}._setting_1jv25_2 [data-close=false]{right:10px;top:0;-webkit-transform:translate(0,-50%) rotate(-135deg);-ms-transform:translate(0,-50%) rotate(-135deg);transform:translateY(-50%) rotate(-135deg)}._setting_1jv25_2 [data-item=accordion]>div{margin-top:1px;background-color:var(--setting-bg)}._setting_1jv25_2 [role=button]{font-size:13px;border-radius:5px;text-align:center;width:100px;line-height:30px;padding:0;cursor:pointer}._setting_1jv25_2 [role=button]:hover{background:var(--setting-action)}._setting_1jv25_2 [role=button-outline]{font-size:14px;border:1px solid;padding:3px 13px;border-radius:6px;cursor:pointer;text-transform:none}._setting_1jv25_2 [role=button-outline]:hover{background:#00000038}._setting_1jv25_2 [role=switch]{cursor:pointer;position:relative;width:44px;height:22px;border-radius:50px;vertical-align:text-bottom;transition:all .3s linear;margin:0}._setting_1jv25_2 [role=switch]:after{content:"";position:absolute;left:4px;width:16px;height:16px;background-color:#fff;border-radius:50%;box-shadow:0 2px 2px #0000003d;transform:translate3d(0,3px,0);transition:all .2s ease-in-out}._setting_1jv25_2 [role=switch]:before{content:"";position:absolute;left:0;width:42px;height:22px;background-color:#ddd;border-radius:11px;transition:all .25s linear}._setting_1jv25_2 [role=switch][aria-checked=true]{background-color:#1f253d}._setting_1jv25_2 [role=switch][aria-checked=true]:before{transform:translate3d(18px,2px,0) scale3d(0,0,0)}._setting_1jv25_2 [role=switch][aria-checked=true]:after{transform:translate3d(19px,3px,0)}._h_1b5x7_1{background:var(--content);margin-bottom:2px;border-radius:5px 5px 0 0;line-height:35px;align-items:center;display:flex}._t_1b5x7_10{border-bottom:0;cursor:default;display:block;flex:1;margin-block-start:0;margin-block-end:0;margin-inline-start:0px;margin-inline-end:0px;font-size:14px!important;line-height:35px;font-weight:700;text-align:center;color:var(--label);position:relative;height:35px}._s_1b5x7_28{display:flex;flex:1;position:relative;overflow:hidden;border-radius:5px;flex-flow:column nowrap}._u_1b5x7_37{overflow:hidden;border-radius:0 0 5px 5px;background:var(--content);display:block}._o_1b5x7_44{overflow:hidden;position:relative;border-radius:5px;margin-top:5px;flex:1 1;background:var(--content)}._l_1b5x7_53{flex:1;overflow:hidden;overflow-y:scroll;background:var(--content)}._hh_1b5x7_60{background:#fff;display:block;flex:1 1;font-size:14px;line-height:35px;font-weight:700;text-align:center;color:#1f253d;border-bottom:1px solid #ddd;position:relative}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "elcrm",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"dev": "vite --open --port 4101",
|
|
6
6
|
"build": "tsc && vite build",
|
|
@@ -11,13 +11,18 @@
|
|
|
11
11
|
"files": [
|
|
12
12
|
"dist"
|
|
13
13
|
],
|
|
14
|
-
"main": "./dist/
|
|
15
|
-
"module": "./dist/
|
|
14
|
+
"main": "./dist/index.umd.js",
|
|
15
|
+
"module": "./dist/index.es.js",
|
|
16
16
|
"types": "./dist/index.d.ts",
|
|
17
17
|
"exports": {
|
|
18
18
|
".": {
|
|
19
|
-
"
|
|
20
|
-
"
|
|
19
|
+
"types": "./dist/index.d.ts",
|
|
20
|
+
"import": "./dist/index.es.js",
|
|
21
|
+
"require": "./dist/index.umd.js"
|
|
22
|
+
},
|
|
23
|
+
"./dist/style.css": {
|
|
24
|
+
"import": "./dist/index.css",
|
|
25
|
+
"require": "./dist/index.css"
|
|
21
26
|
}
|
|
22
27
|
}
|
|
23
28
|
}
|
|
File without changes
|
|
File without changes
|