@uxda/appkit 4.0.14 → 4.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2474 @@
1
+ .amount-picker {
2
+ padding: 14px 0 14px 14px;
3
+ }
4
+ .amount-picker .nut-grid-item__content {
5
+ border: solid 2px transparent;
6
+ background: linear-gradient(#f5f5f5, #f5f5f5) padding-box, linear-gradient(to bottom, rgba(204, 204, 204, 0.5333333333), rgba(204, 204, 204, 0.5333333333)) border-box;
7
+ border-radius: 5px;
8
+ }
9
+ .amount-picker .tile {
10
+ height: 80px;
11
+ }
12
+ .amount-picker .tile.selected .nut-grid-item__content {
13
+ background: linear-gradient(#FFF7E3, #FEFDE6) padding-box, linear-gradient(to bottom, #efd082, #ffb877) border-box;
14
+ }
15
+ .amount-picker h4.token-line {
16
+ background-image: url("https://cdn.ddjf.com/static/images/appkit/yundou.png");
17
+ background-size: 20px;
18
+ background-repeat: no-repeat;
19
+ background-position: left center;
20
+ padding-left: 24px;
21
+ color: #FD6701;
22
+ font-weight: 600;
23
+ line-height: 25px;
24
+ font-size: 18px;
25
+ }
26
+ .amount-picker h5 {
27
+ line-height: 18px;
28
+ color: #353535;
29
+ font-weight: 600;
30
+ opacity: 0.6;
31
+ margin-top: 4px;
32
+ font-size: 12px;
33
+ }
34
+ .agreement-doc {
35
+ padding: 1em;
36
+ font-size: 12px;
37
+ }
38
+ .agreement-doc .bold {
39
+ font-weight: bold;
40
+ }
41
+ .agreement-doc h1 {
42
+ font-size: 20px;
43
+ margin-top: 1em;
44
+ }
45
+ .agreement-doc p {
46
+ margin: 0;
47
+ }
48
+ .page-header {
49
+ display: flex;
50
+ position: relative;
51
+ align-items: center;
52
+ padding-top: var(--top);
53
+ min-height: var(--height);
54
+ }
55
+ .page-header .page-title {
56
+ position: absolute;
57
+ font-size: 18px;
58
+ height: var(--height);
59
+ line-height: var(--height);
60
+ top: var(--top);
61
+ width: 100%;
62
+ text-align: center;
63
+ }
64
+ .page-header .back-button {
65
+ position: absolute;
66
+ top: var(--top);
67
+ left: 10px;
68
+ width: var(--height);
69
+ height: var(--height);
70
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDIiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCA0MiA0MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC4wMSIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjk5OTg3OCA0MUw0MC45OTk5IDQxTDQwLjk5OTkgMUwwLjk5OTg3OCAxTDAuOTk5ODc4IDQxWiIgZmlsbD0iI0Q4RDhEOCIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLW9wYWNpdHk9IjAuMDEiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi45OTMzIDE4Ljk0NzdDMTEuODYzMyAyMC4wMTQ1IDExLjgxMiAyMS43OTU0IDEyLjg3ODggMjIuOTI1NUwyNy45MTA1IDM3LjEzNDVDMjguNjkyNSAzNy44NzM0IDI5LjkyNTUgMzcuODM4NCAzMC42NjQ0IDM3LjA1NjRDMzEuMzY4MSAzNi4zMTE2IDMxLjM2OTkgMzUuMTU3OSAzMC42OTI5IDM0LjQxMTRMMTYuNTAxMiAyMC45OTM5TDMwLjU4NTcgNy42OTc4NUMzMS4zMzA4IDYuOTk0NDkgMzEuMjk4MiA1LjcyNzk1IDMwLjY2NDkgNC45NDQwMkMyOS45NjE2IDQuMTk4OTUgMjguODA5OCA0LjEzMTI5IDI4LjAyNTkgNC43NjQ1MkwxMi45OTMzIDE4Ljk0NzdaIiBmaWxsPSJibGFjayIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLW9wYWNpdHk9IjAuMDEiLz4KPC9zdmc+Cg==");
71
+ background-size: 50%;
72
+ background-repeat: no-repeat;
73
+ background-position: center center;
74
+ }
75
+ .page-header.color-mode-dark {
76
+ color: var(--text-color-dark-mode, #fff);
77
+ }
78
+ .page-header.color-mode-dark .back-button {
79
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDIiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCA0MiA0MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC4wMSIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjk5OTg0NyA0MUw0MC45OTk4IDQxTDQwLjk5OTggMUwwLjk5OTg0NyAxTDAuOTk5ODQ3IDQxWiIgZmlsbD0iI0Q4RDhEOCIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLW9wYWNpdHk9IjAuMDEiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi45OTM0IDE4Ljk0NzVDMTEuODYzNCAyMC4wMTQzIDExLjgxMjEgMjEuNzk1MiAxMi44Nzg5IDIyLjkyNTJMMjcuOTEwNiAzNy4xMzQzQzI4LjY5MjcgMzcuODczMSAyOS45MjU2IDM3LjgzODIgMzAuNjY0NSAzNy4wNTYyQzMxLjM2ODIgMzYuMzExNCAzMS4zNyAzNS4xNTc2IDMwLjY5MyAzNC40MTExTDE2LjUwMTMgMjAuOTkzNkwzMC41ODU4IDcuNjk3NjFDMzEuMzMwOSA2Ljk5NDI0IDMxLjI5ODMgNS43Mjc3MSAzMC42NjUxIDQuOTQzNzdDMjkuOTYxNyA0LjE5ODcxIDI4LjgwOTkgNC4xMzEwNCAyOC4wMjYgNC43NjQyN0wxMi45OTM0IDE4Ljk0NzVaIiBmaWxsPSJ3aGl0ZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLW9wYWNpdHk9IjAuMDEiLz4KPC9zdmc+Cg==");
80
+ }
81
+ .app-drawer {
82
+ position: absolute;
83
+ display: flex;
84
+ flex-direction: column;
85
+ }
86
+ .app-drawer.open {
87
+ height: 100vh;
88
+ }
89
+ .app-drawer .page-header {
90
+ flex-grow: 0;
91
+ background-color: #fff;
92
+ }
93
+ .app-drawer .drawer-body {
94
+ flex-grow: 1;
95
+ overflow: scroll;
96
+ }
97
+ .app-verify {
98
+ padding: var(--ns-spacing);
99
+ }
100
+ .app-verify h2 {
101
+ font-size: 16px;
102
+ font-weight: bold;
103
+ margin: 10px;
104
+ }
105
+ .app-verify .caption {
106
+ font-size: 14px;
107
+ color: #666;
108
+ }
109
+ .app-verify .buttons .ns-button {
110
+ width: 104px;
111
+ }
112
+ .dd-notice-bar {
113
+ position: fixed;
114
+ top: 0;
115
+ left: 0;
116
+ z-index: 10;
117
+ font-size: 13px;
118
+ color: #ea5959;
119
+ display: flex;
120
+ align-items: center;
121
+ justify-content: center;
122
+ width: 100%;
123
+ min-height: 30px;
124
+ line-height: 18px;
125
+ padding: 6px 18px;
126
+ background: #ffe8d8;
127
+ box-sizing: border-box;
128
+ }
129
+ .dd-notice-bar__close {
130
+ width: 22px;
131
+ height: 22px;
132
+ display: flex;
133
+ margin-right: -6px;
134
+ margin-left: 6px;
135
+ justify-content: center;
136
+ align-items: center;
137
+ }
138
+ .dd-notice-bar__close-img {
139
+ width: 10px;
140
+ height: 10px;
141
+ }
142
+ .dd-notice-bar.close {
143
+ justify-content: space-between;
144
+ color: #fb970c;
145
+ background: #fff2d8;
146
+ }
147
+ .dd-notice-bar.close .dd-notice-bar__txt {
148
+ text-align: left;
149
+ }
150
+ .dd-notice-bar__txt {
151
+ flex: 1;
152
+ text-align: center;
153
+ opacity: 0.8;
154
+ display: flex;
155
+ align-items: center;
156
+ }
157
+ .ocr-icon {
158
+ width: 24px;
159
+ height: 24px;
160
+ }
161
+ .ocr-icon .ns-icon {
162
+ width: 24px;
163
+ height: 24px;
164
+ }
165
+ .recharge-view {
166
+ height: 100%;
167
+ display: flex;
168
+ flex-direction: column;
169
+ }
170
+ .recharge-view .flex-grow {
171
+ flex-grow: 1;
172
+ }
173
+ .recharge-view .amount-footer {
174
+ padding: 10px;
175
+ padding-bottom: 20px;
176
+ }
177
+ .recharge-view .amount-footer .agreement {
178
+ font-size: 12px;
179
+ display: flex;
180
+ justify-content: center;
181
+ align-items: cebter;
182
+ height: 40px;
183
+ }
184
+ .recharge-view .amount-footer .recharge-button {
185
+ background: linear-gradient(90deg, #FFEBC1 0%, #FFD7A7 52.29%, #FFB875 100%);
186
+ color: #353535;
187
+ margin: 12px 0;
188
+ border: 0;
189
+ border-radius: 8px;
190
+ }
191
+ .recharge-view .amount-footer .nut-checkbox {
192
+ line-height: 40px;
193
+ }
194
+ .recharge-view .amount-footer .nut-checkbox__label {
195
+ margin-left: 8px;
196
+ flex: flex;
197
+ font-size: 12px;
198
+ }
199
+ .recharge-view .amount-footer .link {
200
+ display: inline;
201
+ color: #FD6701;
202
+ }
203
+ .recharge-result {
204
+ background-color: #fff;
205
+ height: 100vh;
206
+ padding-top: 120px;
207
+ box-sizing: border-box;
208
+ }
209
+ .recharge-result .content {
210
+ display: flex;
211
+ width: 100%;
212
+ height: fit-content;
213
+ flex-direction: column;
214
+ justify-content: flex-start;
215
+ align-items: center;
216
+ }
217
+ .recharge-result h2 {
218
+ font-size: 16px;
219
+ font-weight: bold;
220
+ margin-top: 20px;
221
+ }
222
+ .recharge-result .caption {
223
+ color: #353535;
224
+ opacity: 0.5;
225
+ margin-top: 8px;
226
+ }
227
+ .recharge-result .figure {
228
+ width: 100px;
229
+ height: 100px;
230
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIG9wYWNpdHk9IjAuMiIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01MC41IDEwQzcyLjg2NzUgMTAgOTEgMjcuOTA4NiA5MSA1MEM5MSA3Mi4wOTE0IDcyLjg2NzUgOTAgNTAuNSA5MEMyOC4xMzI1IDkwIDEwIDcyLjA5MTQgMTAgNTBDMTAgMjcuOTA4NiAyOC4xMzI1IDEwIDUwLjUgMTBaIiBmaWxsPSIjOUFFMkNEIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNTAuNSAxOEM2OS4wMDE1IDE4IDg0IDMyLjU1MDggODQgNTAuNUM4NCA2OC40NDkyIDY5LjAwMTUgODMgNTAuNSA4M0MzMS45OTg1IDgzIDE3IDY4LjQ0OTIgMTcgNTAuNUMxNyAzMi41NTA4IDMxLjk5ODUgMTggNTAuNSAxOFoiIGZpbGw9IiNDQUZBRUMiLz4KPHBhdGggZD0iTTM3IDQ5LjVMNDcgNjBMNjcgMzkiIHN0cm9rZT0iIzNEQ0E5RCIgc3Ryb2tlLXdpZHRoPSI2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTE5LjEyMDQgMTYuMjkxOUw3Ljk5ODg0IDEyLjczMjFMMTUuOTI5NCA1LjA1ODk3TDE5LjEyMDQgMTYuMjkxOVoiIGZpbGw9IiNDQUZBRUMiLz4KPHBhdGggZD0iTTEyLjgzNCAyMy40NjQyTDguNTQ2MzEgMjcuNTc3OEw3LjEyNzY1IDIxLjgwNzhMMTIuODM0IDIzLjQ2NDJaIiBmaWxsPSIjQ0FGQUVDIi8+Cjwvc3ZnPgo=");
231
+ }
232
+ .recharge-result .back-button {
233
+ margin-top: 40px;
234
+ width: 128px;
235
+ }
236
+ .trade-picker {
237
+ padding: 14px 0 14px 14px;
238
+ }
239
+ .trade-picker .nut-grid-item__content {
240
+ border: solid 2px transparent;
241
+ background: linear-gradient(#f5f5f5, #f5f5f5) padding-box, linear-gradient(to bottom, rgba(204, 204, 204, 0.5333333333), rgba(204, 204, 204, 0.5333333333)) border-box;
242
+ border-radius: 5px;
243
+ }
244
+ .trade-picker .tile {
245
+ height: 80px;
246
+ position: relative;
247
+ overflow: hidden;
248
+ }
249
+ .trade-picker .tile.selected .nut-grid-item__content {
250
+ background: linear-gradient(#FFF7E3, #FEFDE6) padding-box, linear-gradient(to bottom, #efd082, #ffb877) border-box;
251
+ }
252
+ .trade-picker .tile .tag {
253
+ position: absolute;
254
+ left: 0;
255
+ top: 0;
256
+ background: linear-gradient(90deg, #FD6701 0%, #FF9349 100%);
257
+ color: #fff;
258
+ font-size: 10px;
259
+ padding: 0 10px;
260
+ line-height: 17px;
261
+ height: 17px;
262
+ border-radius: 10px 100px 100px 0px;
263
+ }
264
+ .trade-picker h4.token-line {
265
+ color: #FD6701;
266
+ font-weight: 600;
267
+ line-height: 25px;
268
+ font-size: 18px;
269
+ }
270
+ .trade-picker h5 {
271
+ line-height: 18px;
272
+ color: #353535;
273
+ font-weight: 600;
274
+ opacity: 0.6;
275
+ margin-top: 4px;
276
+ font-size: 12px;
277
+ }
278
+ @charset "UTF-8";
279
+ .recharge-view2 {
280
+ height: 100%;
281
+ display: flex;
282
+ flex-direction: column;
283
+ }
284
+ .recharge-view2 .flex-grow {
285
+ flex-grow: 1;
286
+ }
287
+ .recharge-view2 .bean-buy {
288
+ margin: 0 15px;
289
+ padding: 10px;
290
+ background: #FFFBF3;
291
+ border-radius: 5px;
292
+ display: flex;
293
+ justify-content: space-between;
294
+ align-items: center;
295
+ }
296
+ .recharge-view2 .bean-buy .left .title {
297
+ color: #FD6701;
298
+ font-size: 14px;
299
+ font-weight: 600;
300
+ line-height: 20px;
301
+ margin-bottom: 6px;
302
+ }
303
+ .recharge-view2 .bean-buy .left .amount {
304
+ color: #353535;
305
+ font-size: 13px;
306
+ line-height: 16px;
307
+ background-image: url("https://cdn.ddjf.com/static/images/appkit/yundou.png");
308
+ background-repeat: no-repeat;
309
+ background-size: 16px 16px;
310
+ padding-left: 24px;
311
+ }
312
+ .recharge-view2 .bean-buy .right {
313
+ display: flex;
314
+ align-items: center;
315
+ }
316
+ .recharge-view2 .bean-buy .right .amount {
317
+ color: #353535;
318
+ font-size: 15px;
319
+ line-height: 20px;
320
+ margin-right: 10px;
321
+ }
322
+ .recharge-view2 .bean-buy .right .icon {
323
+ display: block;
324
+ width: 16px;
325
+ height: 16px;
326
+ font-size: 0;
327
+ }
328
+ .recharge-view2 .amount-footer {
329
+ padding: 10px 0;
330
+ padding-bottom: 20px;
331
+ }
332
+ .recharge-view2 .amount-footer .agreement {
333
+ font-size: 12px;
334
+ display: flex;
335
+ justify-content: center;
336
+ align-items: cebter;
337
+ height: 40px;
338
+ }
339
+ .recharge-view2 .amount-footer .buy-amount {
340
+ display: flex;
341
+ justify-content: space-between;
342
+ align-items: center;
343
+ padding: 0 10px;
344
+ border-radius: 0px;
345
+ box-shadow: 0px -5px 14px -5px rgba(0, 0, 0, 0.1); /* 上边框阴影 */
346
+ }
347
+ .recharge-view2 .amount-footer .buy-amount .left {
348
+ width: 70%;
349
+ color: #353535;
350
+ font-size: 13px;
351
+ }
352
+ .recharge-view2 .amount-footer .buy-amount .left .amount {
353
+ color: #FD6701;
354
+ font-size: 20px;
355
+ font-weight: 600;
356
+ }
357
+ .recharge-view2 .amount-footer .buy-amount .left .amount i {
358
+ font-size: 14px;
359
+ font-style: normal;
360
+ }
361
+ .recharge-view2 .amount-footer .buy-amount .recharge-button {
362
+ background: linear-gradient(90deg, #FFEBC1 0%, #FFD7A7 52.29%, #FFB875 100%);
363
+ color: #353535;
364
+ margin: 12px 0;
365
+ border: 0;
366
+ border-radius: 8px;
367
+ flex: 1;
368
+ }
369
+ .recharge-view2 .amount-footer .nut-checkbox {
370
+ line-height: 40px;
371
+ }
372
+ .recharge-view2 .amount-footer .nut-checkbox__label {
373
+ margin-left: 8px;
374
+ flex: flex;
375
+ font-size: 12px;
376
+ }
377
+ .recharge-view2 .amount-footer .link {
378
+ display: inline;
379
+ color: #FD6701;
380
+ }
381
+ .trade-dialog .nut-dialog__header {
382
+ font-size: 16px;
383
+ color: #262626;
384
+ }
385
+ .trade-dialog .item {
386
+ font-size: 14px;
387
+ color: #666666;
388
+ line-height: 21px;
389
+ }
390
+ .trade-dialog .nut-dialog__footer-cancel {
391
+ color: #353535 !important;
392
+ border-color: #CCCCCC !important;
393
+ }
394
+ .trade-dialog .nut-dialog__footer-ok {
395
+ border: none;
396
+ color: #353535;
397
+ background: linear-gradient(90deg, #FFEBC1 0%, #FFB875 100%);
398
+ }
399
+ page {
400
+ --text-color: #333;
401
+ --text-color-dark-mode: #eee;
402
+ }
403
+ .number {
404
+ font-family: 'DIN alternate', 'Barlow Condensed', 'Roboto Condensed', sans-serif-condensed-light;
405
+ }
406
+ .account-card .card {
407
+ background: #2f2f2f;
408
+ border-radius: 10px;
409
+ padding: 13px 20px;
410
+ margin: 0;
411
+ }
412
+ .account-card .card .card-row {
413
+ display: flex;
414
+ justify-content: space-between;
415
+ align-items: center;
416
+ }
417
+ .account-card .card .card-row .card-row-left {
418
+ display: flex;
419
+ flex-direction: column;
420
+ }
421
+ .account-card .card .card-row .card-row-left .bean-box {
422
+ display: flex;
423
+ align-items: center;
424
+ }
425
+ .account-card .card .card-row .card-row-left .bean-box .bean-icon-box {
426
+ width: 20px;
427
+ height: 20px;
428
+ margin-right: 8px;
429
+ }
430
+ .account-card .card .card-row .card-row-left .bean-box .bean-icon-box .bean-icon {
431
+ display: block;
432
+ font-size: 0;
433
+ width: 100%;
434
+ height: 100%;
435
+ }
436
+ .account-card .card .card-row .card-row-left .bean-box .baan-name {
437
+ color: #f3d59d;
438
+ font-weight: 600;
439
+ font-size: 11px;
440
+ }
441
+ .account-card .card .card-row .card-row-left .bean-nums {
442
+ color: #fff;
443
+ line-height: 22px;
444
+ font-weight: 500;
445
+ font-size: 16px;
446
+ margin-top: 3px;
447
+ }
448
+ .account-card .card .card-row .desc {
449
+ font-size: 10px;
450
+ color: #ccc;
451
+ line-height: 14px;
452
+ }
453
+ .account-card .card .line {
454
+ margin: 6px 0px 8px 0px;
455
+ height: 0.5px;
456
+ background: rgb(195, 195, 195);
457
+ opacity: 0.2;
458
+ }
459
+ .account-card .card .card-row-right .pay {
460
+ padding: 0 8px;
461
+ line-height: 18px;
462
+ color: #ffd6a5;
463
+ border: 1px solid #ffd6a5;
464
+ border-radius: 9px;
465
+ font-size: 12px;
466
+ display: flex;
467
+ align-items: center;
468
+ }
469
+ .account-card .card .card-row-right .pay .pay-icon {
470
+ display: block;
471
+ font-size: 0;
472
+ width: 3.5px;
473
+ height: 6px;
474
+ margin-left: 6px;
475
+ }
476
+ .account-card .card .card-row-right .account-info-entry {
477
+ display: flex;
478
+ align-items: center;
479
+ padding: 0 10px;
480
+ height: 28px;
481
+ line-height: 28px;
482
+ border-radius: 14px;
483
+ background: linear-gradient(90deg, #ffebc1 0%, #ffd7a7 52.29%, #ffb875 100%);
484
+ }
485
+ .account-card .card .card-row-right .account-info-entry .account-info-name {
486
+ color: #975213;
487
+ font-size: 13px;
488
+ font-weight: 500;
489
+ margin-right: 8px;
490
+ }
491
+ .account-card .card .card-row-right .account-info-entry .account-info-icon {
492
+ width: 14px;
493
+ height: 14px;
494
+ border-radius: 7px;
495
+ }
496
+ .account-card .card .card-row-right .account-info-entry .account-info-icon .icon {
497
+ display: block;
498
+ font-size: 0;
499
+ width: 100%;
500
+ height: 100%;
501
+ }
502
+ .consumption-filter {
503
+ height: 100%;
504
+ display: flex;
505
+ flex-direction: column;
506
+ width: 100%;
507
+ }
508
+ .consumption-filter-title {
509
+ position: relative;
510
+ height: 44px;
511
+ line-height: 44px;
512
+ font-size: 17px;
513
+ color: #353535;
514
+ background: #f5f5f5;
515
+ text-align: center;
516
+ }
517
+ .consumption-filter-content {
518
+ flex: 1;
519
+ margin: 15px;
520
+ overflow-y: scroll;
521
+ color: #353535;
522
+ font-size: 13px;
523
+ }
524
+ .consumption-filter-content .title {
525
+ opacity: 0.6;
526
+ line-height: 18px;
527
+ }
528
+ .consumption-filter-content .info {
529
+ display: grid;
530
+ grid-template-columns: 1fr 1fr 1fr;
531
+ grid-gap: 10px;
532
+ margin: 10px 0;
533
+ }
534
+ .consumption-filter-content .info-item {
535
+ height: 30px;
536
+ line-height: 30px;
537
+ border: 1px solid #ccc;
538
+ border-radius: 6px;
539
+ text-align: center;
540
+ }
541
+ .consumption-filter-content .info .current {
542
+ border-radius: 5px;
543
+ border: 1px solid #EFD082;
544
+ background: linear-gradient(180deg, #FFF7E3 0%, #FEFDE6 100%);
545
+ }
546
+ .consumption-filter-btn {
547
+ margin: 0 15px;
548
+ display: flex;
549
+ justify-content: space-between;
550
+ align-items: center;
551
+ }
552
+ .consumption-filter-btn .btn {
553
+ flex: 1;
554
+ height: 40px;
555
+ line-height: 40px;
556
+ text-align: center;
557
+ border: 1px solid #ccc;
558
+ box-sizing: border-box;
559
+ color: #666;
560
+ font-size: 16px;
561
+ border-radius: 6px;
562
+ }
563
+ .consumption-filter-btn .confirm {
564
+ margin-left: 11px;
565
+ color: #000;
566
+ border: none;
567
+ background: linear-gradient(90deg, #ffebc1 0%, #ffd7a7 52.29%, #ffb875 100%);
568
+ }
569
+ .consumption-filter-bottom {
570
+ height: 32px;
571
+ background: #fff;
572
+ }
573
+ .consumption-filter .icon {
574
+ display: block;
575
+ width: 20px;
576
+ height: 20px;
577
+ background-size: 40px;
578
+ background-repeat: no-repeat;
579
+ background-position: center center;
580
+ }
581
+ .consumption-filter .icon.icon-x {
582
+ position: absolute;
583
+ right: 10px;
584
+ top: 11px;
585
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDIiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCA0MiA0MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC4wMSIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00MSA0MUgxVjFINDFWNDFaIiBmaWxsPSIjRDhEOEQ4IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utb3BhY2l0eT0iMC4wMSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIzLjM1NjEgMjAuOTk5OUwzMy45NjM3IDMxLjYwNzJDMzQuNjE0NiAzMi4yNTgxIDM0LjYxNDYgMzMuMzEzNCAzMy45NjM3IDMzLjk2NDJDMzMuMzQyNSAzNC41ODU1IDMyLjM1MjcgMzQuNjEzOCAzMS42OTc5IDM0LjA0ODlMMjAuOTk5NCAyMy4zNTY2TDEwLjM5MzUgMzMuOTY0MkM5Ljc0MjY1IDM0LjYxNTEgOC42ODczOCAzNC42MTUxIDguMDM2NSAzMy45NjQyQzcuNDE1MTkgMzMuMzQyOSA3LjM4Njk3IDMyLjM1MzIgNy45NTE3OSAzMS42OTg0TDE4LjY0MjggMjAuOTk5OUw4LjAzNjUgMTAuMzk0QzcuMzg1NjMgOS43NDMxNCA3LjM4NTYzIDguNjg3ODcgOC4wMzY1IDguMDM2OTlDOC42NTc3OSA3LjQxNTY4IDkuNjQ3NTQgNy4zODc0NiAxMC4zMDIzIDcuOTUyMjdMMjAuOTk5NCAxOC42NDMzTDMxLjYwNjcgOC4wMzY5OUMzMi4yNTc2IDcuMzg2MTIgMzMuMzEyOSA3LjM4NjEyIDMzLjk2MzcgOC4wMzY5OUMzNC41ODUgOC42NTgyOCAzNC42MTMzIDkuNjQ4MDMgMzQuMDQ4NSAxMC4zMDI4TDIzLjM1NjEgMjAuOTk5OVoiIGZpbGw9IiMxNzFBMUQiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS1vcGFjaXR5PSIwLjAxIi8+Cjwvc3ZnPgo=");
586
+ }
587
+ .consumption-date-filter {
588
+ height: 100%;
589
+ display: flex;
590
+ flex-direction: column;
591
+ width: 100%;
592
+ position: relative;
593
+ }
594
+ .consumption-date-filter .date-filter-header {
595
+ text-align: center;
596
+ height: 44px;
597
+ line-height: 44px;
598
+ color: #353535;
599
+ font-size: 17px;
600
+ background-color: #f5f5f5;
601
+ }
602
+ .consumption-date-filter .content {
603
+ flex: 1;
604
+ margin: 15px;
605
+ overflow-y: scroll;
606
+ color: #353535;
607
+ font-size: 13px;
608
+ }
609
+ .consumption-date-filter .content .title {
610
+ opacity: 0.6;
611
+ line-height: 18px;
612
+ }
613
+ .consumption-date-filter .content .info {
614
+ display: grid;
615
+ grid-template-columns: 1fr 1fr 1fr;
616
+ grid-gap: 10px;
617
+ margin: 10px 0;
618
+ }
619
+ .consumption-date-filter .content .info .item {
620
+ height: 30px;
621
+ line-height: 30px;
622
+ border: 1px solid #ccc;
623
+ border-radius: 6px;
624
+ text-align: center;
625
+ }
626
+ .consumption-date-filter .content .info .current {
627
+ border: 1px solid;
628
+ border-image-source: linear-gradient(180deg, rgba(239, 208, 130, 0.8) 0%, rgba(255, 185, 120, 0.8) 100%);
629
+ background: linear-gradient(180deg, rgba(239, 208, 130, 0.8) 0%, rgba(255, 185, 120, 0.8) 100%), linear-gradient(180deg, #fff7e3 0%, #fefde6 100%);
630
+ }
631
+ .consumption-date-filter .buttons {
632
+ margin: 0 15px;
633
+ display: flex;
634
+ justify-content: space-between;
635
+ align-items: center;
636
+ }
637
+ .consumption-date-filter .buttons .btn {
638
+ flex: 1;
639
+ height: 40px;
640
+ line-height: 40px;
641
+ text-align: center;
642
+ border: 1px solid #ccc;
643
+ box-sizing: border-box;
644
+ color: #666;
645
+ font-size: 16px;
646
+ border-radius: 6px;
647
+ }
648
+ .consumption-date-filter .buttons .confirm {
649
+ margin-left: 11px;
650
+ color: #000;
651
+ border: none;
652
+ background: linear-gradient(90deg, #ffebc1 0%, #ffd7a7 52.29%, #ffb875 100%);
653
+ }
654
+ .consumption-date-filter .time {
655
+ display: flex;
656
+ justify-content: flex-start;
657
+ align-items: center;
658
+ margin: 10px 0 30px 0;
659
+ }
660
+ .consumption-date-filter .time .line {
661
+ margin: 0 8px;
662
+ }
663
+ .consumption-date-filter .time .item {
664
+ height: 30px;
665
+ line-height: 30px;
666
+ padding: 0 15px;
667
+ font-size: 13px;
668
+ color: #353535;
669
+ border: 1px solid transparent;
670
+ box-sizing: border-box;
671
+ background: rgba(245, 245, 245, 0.8);
672
+ border-radius: 6px;
673
+ }
674
+ .consumption-date-filter .time .current {
675
+ border: 1px solid #353535;
676
+ }
677
+ .consumption-date-filter .bottom {
678
+ height: 32px;
679
+ background: #fff;
680
+ }
681
+ .consumption-rules .title {
682
+ line-height: 16px;
683
+ font-weight: 500;
684
+ color: #1a1a1a;
685
+ font-size: 16px;
686
+ text-align: center;
687
+ width: 100%;
688
+ }
689
+ .consumption-rules .desc {
690
+ flex: 1;
691
+ font-size: 14px;
692
+ line-height: 21px;
693
+ color: #666;
694
+ overflow-y: scroll;
695
+ margin: 10px 0;
696
+ }
697
+ .consumption-rules .desc-title {
698
+ font-weight: 600;
699
+ }
700
+ .consumption-rules .know {
701
+ background: linear-gradient(90deg, #ffebc1 0%, #ffd7a7 52.29%, #ffb875 100%);
702
+ height: 30px;
703
+ line-height: 30px;
704
+ font-size: 14px;
705
+ color: #353535;
706
+ border-radius: 15px;
707
+ width: 130px;
708
+ margin: 0 auto;
709
+ text-align: center;
710
+ }
711
+ .empty-view {
712
+ display: flex;
713
+ flex-direction: column;
714
+ justify-content: center;
715
+ align-items: center;
716
+ margin-top: 80px;
717
+ }
718
+ .empty-view-image {
719
+ display: block;
720
+ font-size: 0;
721
+ width: 144px;
722
+ height: 80px;
723
+ filter: grayscale(1);
724
+ }
725
+ .empty-view-text {
726
+ opacity: 0.4;
727
+ color: #353535;
728
+ font-size: 12px;
729
+ line-height: 28px;
730
+ }
731
+ .tip {
732
+ margin: 0 15px;
733
+ display: flex;
734
+ padding: 8px 10px;
735
+ justify-content: start;
736
+ background: #fff;
737
+ box-shadow: 0px 5px 18.9px 2px rgba(0, 0, 0, 0.0509803922);
738
+ border-radius: 5px;
739
+ margin-top: 10px;
740
+ }
741
+ .tip .tip-icon {
742
+ display: block;
743
+ font-size: 0;
744
+ width: 18px;
745
+ height: 18px;
746
+ }
747
+ .tip .tip-content {
748
+ margin-left: 6px;
749
+ color: #5D4431;
750
+ line-height: 18px;
751
+ font-size: 12px;
752
+ }
753
+ .account-view {
754
+ height: 100vh;
755
+ }
756
+ .account-view .scroll-content {
757
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUwIiBoZWlnaHQ9IjQwNiIgdmlld0JveD0iMCAwIDc1MCA0MDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zODIuNSA0MDcuNUM1NzcuMzU3IDQwNy41IDc1My43ODggMzgxLjI0OCA4ODEuNTIxIDMzOC43OTFDOTQ1LjM4NiAzMTcuNTYzIDk5Ny4xMDQgMjkyLjI3NiAxMDMyLjg3IDI2NC4xNzFDMTA2OC42MiAyMzYuMDcxIDEwODguNSAyMDUuMDk3IDEwODguNSAxNzIuNUMxMDg4LjUgMTM5LjkwMyAxMDY4LjYyIDEwOC45MjkgMTAzMi44NyA4MC44Mjg5Qzk5Ny4xMDQgNTIuNzI0NSA5NDUuMzg2IDI3LjQzNjcgODgxLjUyMSA2LjIwODk4Qzc1My43ODggLTM2LjI0ODIgNTc3LjM1NyAtNjIuNSAzODIuNSAtNjIuNUMxODcuNjQzIC02Mi41IDExLjIxMjIgLTM2LjI0ODIgLTExNi41MjIgNi4yMDg5OEMtMTgwLjM4NiAyNy40MzY3IC0yMzIuMTA0IDUyLjcyNDUgLTI2Ny44NjcgODAuODI4OUMtMzAzLjYyNCAxMDguOTI5IC0zMjMuNSAxMzkuOTAzIC0zMjMuNSAxNzIuNUMtMzIzLjUgMjA1LjA5NyAtMzAzLjYyNCAyMzYuMDcxIC0yNjcuODY3IDI2NC4xNzFDLTIzMi4xMDQgMjkyLjI3NiAtMTgwLjM4NiAzMTcuNTYzIC0xMTYuNTIyIDMzOC43OTFDMTEuMjEyMiAzODEuMjQ4IDE4Ny42NDMgNDA3LjUgMzgyLjUgNDA3LjVaIiBmaWxsPSIjM0IzOTNDIiBzdHJva2U9ImJsYWNrIi8+Cjwvc3ZnPgo=");
758
+ background-position: center -200px;
759
+ background-repeat: no-repeat;
760
+ }
761
+ .account-view .page-header {
762
+ background-color: #3b393c;
763
+ position: sticky;
764
+ top: 0;
765
+ z-index: 1;
766
+ transition: background-color 0.3s;
767
+ }
768
+ .account-view .page-header.with-background {
769
+ background-color: #3b393c;
770
+ }
771
+ .account-view .spa-between {
772
+ display: flex;
773
+ justify-content: space-between;
774
+ align-items: center;
775
+ }
776
+ .account-view .row {
777
+ display: flex;
778
+ flex-direction: row;
779
+ margin: 10px 15px;
780
+ }
781
+ .account-view .jusify-right {
782
+ justify-content: flex-end;
783
+ }
784
+ .account-view .small-bean-button {
785
+ height: 22px;
786
+ border-radius: 11px;
787
+ border: 1px solid rgba(255, 255, 255, 0.062745098);
788
+ background-color: rgba(255, 255, 255, 0.0941176471);
789
+ display: inline-block;
790
+ padding: 0 10px;
791
+ line-height: 22px;
792
+ color: #e7caad;
793
+ font-size: 12px;
794
+ }
795
+ .account-view .small-bean-button label {
796
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDZMMTYgMTJMMTAgMThWNloiIGZpbGw9IiNFN0NBQUQiIHN0cm9rZT0iI0U3Q0FBRCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
797
+ padding-right: 18px;
798
+ background-repeat: no-repeat;
799
+ background-position: right center;
800
+ background-size: 16px;
801
+ }
802
+ .account-view .balance {
803
+ border-radius: 15px;
804
+ background: linear-gradient(105deg, #f4e2ce 1.88%, #debb9b 98.18%);
805
+ box-shadow: 0px -10px 9px -3px rgba(0, 0, 0, 0.33);
806
+ height: 112px;
807
+ padding: 20px;
808
+ margin: 0 15px;
809
+ box-sizing: border-box;
810
+ font-size: 10px;
811
+ }
812
+ .account-view .balance .bean-img {
813
+ display: flex;
814
+ justify-content: flex-start;
815
+ align-items: center;
816
+ }
817
+ .account-view .balance .bean-img .bean-icon {
818
+ display: block;
819
+ font-size: 0;
820
+ width: 20px;
821
+ height: 20px;
822
+ margin-right: 4px;
823
+ }
824
+ .account-view .balance .bean-img .bean-tag {
825
+ color: #353535;
826
+ height: 15px;
827
+ line-height: 15px;
828
+ border-radius: 30px 50px 50px 0px;
829
+ background: rgba(255, 131, 32, 0.3);
830
+ padding-left: 5px;
831
+ padding-right: 10px;
832
+ }
833
+ .account-view .balance .bean-img .tag {
834
+ background: #ff8320;
835
+ color: #fff;
836
+ }
837
+ .account-view .balance .rule {
838
+ color: #353535;
839
+ opacity: 0.5;
840
+ }
841
+ .account-view .bean-counts {
842
+ margin-top: 12px;
843
+ }
844
+ .account-view .bean-counts .counts {
845
+ color: #3d3835;
846
+ font-size: 32px;
847
+ font-weight: 700;
848
+ }
849
+ .account-view .bean-counts .pay {
850
+ padding: 0 20px;
851
+ height: 32px;
852
+ line-height: 32px;
853
+ background: linear-gradient(187.18deg, #353535 10.04%, #433f46 90.21%);
854
+ border-radius: 16px;
855
+ color: #e7caad;
856
+ font-size: 15px;
857
+ font-weight: 500;
858
+ }
859
+ .consumption-rules-popup {
860
+ border-radius: 16px;
861
+ width: 70%;
862
+ max-height: 80%;
863
+ padding: 24px;
864
+ }
865
+ .operation-box {
866
+ width: 100vw;
867
+ overflow: hidden;
868
+ display: flex;
869
+ flex-direction: column;
870
+ height: calc(100vh - 87px);
871
+ }
872
+ .operation-box .operation-title {
873
+ padding: 10px 15px;
874
+ background: #fff;
875
+ transition: box-shadow 0.3s;
876
+ }
877
+ .operation-box .operation-title.with-shadow {
878
+ box-shadow: 0px 1px 10px 0px rgba(153, 153, 153, 0.2);
879
+ }
880
+ .operation-box .operation-title .text {
881
+ color: #353535;
882
+ font-size: 12px;
883
+ opacity: 0.5;
884
+ }
885
+ .operation-box .operation-title .time-icon {
886
+ display: block;
887
+ font-size: 0;
888
+ width: 12px;
889
+ height: 12px;
890
+ margin-left: 4px;
891
+ }
892
+ .operation-box .operation-title .search-time {
893
+ display: flex;
894
+ align-items: center;
895
+ }
896
+ .operation-box .operation-title .search-time .title {
897
+ color: #000;
898
+ font-weight: 500;
899
+ font-size: 17px;
900
+ margin-right: 10px;
901
+ }
902
+ .operation-box .operation-title .search-time .time {
903
+ height: 22px;
904
+ padding-right: 5px;
905
+ flex: 1;
906
+ display: flex;
907
+ align-items: center;
908
+ }
909
+ .operation-box .operation-title .search {
910
+ display: flex;
911
+ align-items: center;
912
+ height: 22px;
913
+ padding-left: 5px;
914
+ }
915
+ .operation-box .spa-between {
916
+ display: flex;
917
+ justify-content: space-between;
918
+ align-items: center;
919
+ }
920
+ .operation-box .operation-list {
921
+ flex: 1;
922
+ width: 100%;
923
+ }
924
+ .operation-box .operation-list .operation-scroll {
925
+ height: calc(100vh - 130px);
926
+ padding: 0 15px;
927
+ box-sizing: border-box;
928
+ }
929
+ .operation-box .operation-list .box-detail .title {
930
+ line-height: 22px;
931
+ font-weight: 700;
932
+ font-size: 12px;
933
+ color: #000;
934
+ opacity: 0.5;
935
+ margin-bottom: 10px;
936
+ }
937
+ .operation-box .operation-list .box-detail .item {
938
+ border-radius: 5px;
939
+ background: rgba(255, 255, 255, 0.5);
940
+ box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
941
+ border-radius: 5px;
942
+ padding: 12px 10px;
943
+ display: flex;
944
+ margin-bottom: 10px;
945
+ }
946
+ .operation-box .operation-list .box-detail .item-type {
947
+ background: linear-gradient(113.95deg, #f4e2ce 1.2%, #debb9b 77.63%);
948
+ width: 30px;
949
+ height: 30px;
950
+ border-radius: 15px;
951
+ margin-right: 15px;
952
+ line-height: 30px;
953
+ font-size: 10px;
954
+ font-weight: 500;
955
+ color: #000;
956
+ text-align: center;
957
+ }
958
+ .operation-box .operation-list .box-detail .item-detail {
959
+ flex: 1;
960
+ }
961
+ .operation-box .operation-list .box-detail .item-detail .item-info {
962
+ padding: 0;
963
+ font-size: 14px;
964
+ font-weight: 700;
965
+ color: #000;
966
+ }
967
+ .operation-box .operation-list .box-detail .item-detail .item-info-type {
968
+ line-height: 15px;
969
+ }
970
+ .operation-box .operation-list .box-detail .item-detail .item-info-title {
971
+ font-weight: 400;
972
+ opacity: 0.8;
973
+ font-size: 11px;
974
+ }
975
+ .operation-box .operation-list .box-detail .item-detail .item-info-amount {
976
+ color: #9e7b5a;
977
+ }
978
+ .operation-box .operation-list .box-detail .item-detail-remark {
979
+ opacity: 0.3;
980
+ line-height: 15px;
981
+ font-size: 10px;
982
+ }
983
+ .operation-box .operation-list .box-not-text {
984
+ opacity: 0.4;
985
+ color: #353535;
986
+ font-size: 12px;
987
+ line-height: 20px;
988
+ margin: 0 auto 40px;
989
+ text-align: center;
990
+ }
991
+ .rights-card {
992
+ margin: 10px 15px 0px;
993
+ background: #fff8f3;
994
+ border-radius: 5px;
995
+ box-shadow: 0px 5px 18.9px 2px rgba(0, 0, 0, 0.0509803922);
996
+ padding: 15px 20px;
997
+ }
998
+ .rights-card .title {
999
+ height: 25px;
1000
+ line-height: 25px;
1001
+ background: rgba(255, 131, 32, 0.3);
1002
+ border-radius: 20px 50px 50px 0px;
1003
+ color: #353535;
1004
+ font-size: 12px;
1005
+ display: inline-block;
1006
+ padding-left: 5px;
1007
+ padding-right: 12px;
1008
+ }
1009
+ .rights-card .list {
1010
+ display: flex;
1011
+ flex-wrap: wrap;
1012
+ }
1013
+ .rights-card .list .item {
1014
+ width: 50%;
1015
+ margin-top: 15px;
1016
+ }
1017
+ .rights-card .list .item .item-count {
1018
+ font-size: 20px;
1019
+ color: #353535;
1020
+ font-weight: 700;
1021
+ line-height: 23px;
1022
+ }
1023
+ .rights-card .list .item .item-title {
1024
+ line-height: 23px;
1025
+ color: #987356;
1026
+ font-size: 11px;
1027
+ display: flex;
1028
+ align-items: center;
1029
+ }
1030
+ .rights-card .list .item .item-title .item-title-button {
1031
+ padding: 0 27rpx;
1032
+ height: 54rpx;
1033
+ line-height: 54rpx;
1034
+ background: -webkit-linear-gradient(262.82deg, #353535 10.04%, #433f46 90.21%);
1035
+ background: linear-gradient(187.18deg, #353535 10.04%, #433f46 90.21%);
1036
+ border-radius: 27rpx;
1037
+ color: #e7caad;
1038
+ font-size: 24rpx;
1039
+ font-weight: 400;
1040
+ margin-left: 40rpx;
1041
+ display: flex;
1042
+ align-items: center;
1043
+ }
1044
+ .rights-card .list .item .item-title .item-title-button .button-icon {
1045
+ display: block;
1046
+ width: 24rpx;
1047
+ height: 24rpx;
1048
+ font-size: 0;
1049
+ margin-left: 4px;
1050
+ }
1051
+ .rights-card .list .star-item {
1052
+ width: 100%;
1053
+ }
1054
+ .balance-reminder-popup {
1055
+ width: 90%;
1056
+ }
1057
+
1058
+ .balance-reminder {
1059
+ --primary-button-background: linear-gradient(135deg, #098C9D 0%, #66BF97 100%);
1060
+ }
1061
+
1062
+ .balance-reminder h2 {
1063
+ font-size: 16px;
1064
+ font-weight: bold;
1065
+ margin-bottom: 14px;
1066
+ }
1067
+
1068
+ .balance-reminder .body {
1069
+ height: 120px;
1070
+ box-sizing: border-box;
1071
+ display: flex;
1072
+ flex-direction: column;
1073
+ align-items: center;
1074
+ justify-content: center;
1075
+ padding: 20px 10px 10px 10px;
1076
+ font-size: 14px;
1077
+ text-align: center;
1078
+ color: #666;
1079
+ }
1080
+
1081
+ .balance-reminder .footer {
1082
+ display: flex;
1083
+ flex-direction: row;
1084
+ justify-content: stretch;
1085
+ align-items: center;
1086
+ padding: 10px 20px 20px 20px;
1087
+ }
1088
+
1089
+ .balance-reminder .footer .col {
1090
+ flex-grow: 1;
1091
+ padding: 6px;
1092
+ }
1093
+
1094
+ .balance-reminder .footer .recharge-button {
1095
+ color: #fff;
1096
+ background: var(--primary-button-background);
1097
+ }
1098
+ .date-range {
1099
+ height: 22px;
1100
+ padding-right: 5px;
1101
+ flex: 1;
1102
+ display: flex;
1103
+ align-items: center;
1104
+ }
1105
+ .date-range .text {
1106
+ width: fit-content;
1107
+ white-space: nowrap;
1108
+ }
1109
+ .date-range .time-icon {
1110
+ display: block;
1111
+ font-size: 0;
1112
+ width: 12px;
1113
+ height: 12px;
1114
+ margin-left: 4px;
1115
+ }
1116
+ .list-filter-picker {
1117
+ display: flex;
1118
+ flex-direction: column;
1119
+ width: 100%;
1120
+ }
1121
+ .list-filter-picker-title {
1122
+ position: relative;
1123
+ height: 44px;
1124
+ line-height: 44px;
1125
+ font-size: 17px;
1126
+ color: #353535;
1127
+ background: #f5f5f5;
1128
+ text-align: center;
1129
+ }
1130
+ .list-filter-picker-content {
1131
+ flex: 1;
1132
+ margin: 15px;
1133
+ overflow-y: scroll;
1134
+ color: #353535;
1135
+ font-size: 13px;
1136
+ }
1137
+ .list-filter-picker-content .title {
1138
+ opacity: 0.6;
1139
+ line-height: 18px;
1140
+ }
1141
+ .list-filter-picker-content .info {
1142
+ display: grid;
1143
+ grid-template-columns: 1fr 1fr 1fr;
1144
+ grid-gap: 10px;
1145
+ margin: 10px 0;
1146
+ }
1147
+ .list-filter-picker-content .info-item {
1148
+ height: 30px;
1149
+ line-height: 30px;
1150
+ border: 1px solid #ccc;
1151
+ border-radius: 6px;
1152
+ text-align: center;
1153
+ }
1154
+ .list-filter-picker-content .info .current {
1155
+ border-radius: 5px;
1156
+ border: 1px solid #EFD082;
1157
+ background: linear-gradient(180deg, #FFF7E3 0%, #FEFDE6 100%);
1158
+ }
1159
+ .list-filter-picker-btn {
1160
+ margin: 0 15px;
1161
+ display: flex;
1162
+ justify-content: space-between;
1163
+ align-items: center;
1164
+ }
1165
+ .list-filter-picker-btn .btn {
1166
+ flex: 1;
1167
+ height: 40px;
1168
+ line-height: 40px;
1169
+ text-align: center;
1170
+ border: 1px solid #ccc;
1171
+ box-sizing: border-box;
1172
+ color: #666;
1173
+ font-size: 16px;
1174
+ border-radius: 6px;
1175
+ }
1176
+ .list-filter-picker-btn .confirm {
1177
+ margin-left: 11px;
1178
+ color: #000;
1179
+ border: none;
1180
+ background: linear-gradient(90deg, #ffebc1 0%, #ffd7a7 52.29%, #ffb875 100%);
1181
+ }
1182
+ .list-filter-picker-bottom {
1183
+ height: 32px;
1184
+ background: #fff;
1185
+ }
1186
+ .list-filter-picker .icon {
1187
+ display: block;
1188
+ width: 20px;
1189
+ height: 20px;
1190
+ background-size: 40px;
1191
+ background-repeat: no-repeat;
1192
+ background-position: center center;
1193
+ }
1194
+ .list-filter-picker .icon.icon-x {
1195
+ position: absolute;
1196
+ right: 10px;
1197
+ top: 11px;
1198
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDIiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCA0MiA0MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC4wMSIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00MSA0MUgxVjFINDFWNDFaIiBmaWxsPSIjRDhEOEQ4IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utb3BhY2l0eT0iMC4wMSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIzLjM1NjEgMjAuOTk5OUwzMy45NjM3IDMxLjYwNzJDMzQuNjE0NiAzMi4yNTgxIDM0LjYxNDYgMzMuMzEzNCAzMy45NjM3IDMzLjk2NDJDMzMuMzQyNSAzNC41ODU1IDMyLjM1MjcgMzQuNjEzOCAzMS42OTc5IDM0LjA0ODlMMjAuOTk5NCAyMy4zNTY2TDEwLjM5MzUgMzMuOTY0MkM5Ljc0MjY1IDM0LjYxNTEgOC42ODczOCAzNC42MTUxIDguMDM2NSAzMy45NjQyQzcuNDE1MTkgMzMuMzQyOSA3LjM4Njk3IDMyLjM1MzIgNy45NTE3OSAzMS42OTg0TDE4LjY0MjggMjAuOTk5OUw4LjAzNjUgMTAuMzk0QzcuMzg1NjMgOS43NDMxNCA3LjM4NTYzIDguNjg3ODcgOC4wMzY1IDguMDM2OTlDOC42NTc3OSA3LjQxNTY4IDkuNjQ3NTQgNy4zODc0NiAxMC4zMDIzIDcuOTUyMjdMMjAuOTk5NCAxOC42NDMzTDMxLjYwNjcgOC4wMzY5OUMzMi4yNTc2IDcuMzg2MTIgMzMuMzEyOSA3LjM4NjEyIDMzLjk2MzcgOC4wMzY5OUMzNC41ODUgOC42NTgyOCAzNC42MTMzIDkuNjQ4MDMgMzQuMDQ4NSAxMC4zMDI4TDIzLjM1NjEgMjAuOTk5OVoiIGZpbGw9IiMxNzFBMUQiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS1vcGFjaXR5PSIwLjAxIi8+Cjwvc3ZnPgo=");
1199
+ }
1200
+ .list-filter {
1201
+ display: flex;
1202
+ align-items: center;
1203
+ height: 22px;
1204
+ padding-left: 5px;
1205
+ }
1206
+ .list-filter .icon {
1207
+ display: block;
1208
+ font-size: 0;
1209
+ width: 12px;
1210
+ height: 12px;
1211
+ margin-left: 4px;
1212
+ }
1213
+ .ocr-id__img {
1214
+ width: 20px;
1215
+ height: 20px;
1216
+ }
1217
+ .dd-area {
1218
+ display: flex;
1219
+ justify-content: flex-end;
1220
+ align-items: center;
1221
+ }
1222
+ .dd-area-value {
1223
+ text-align: right;
1224
+ color: black;
1225
+ }
1226
+ .dd-area-label {
1227
+ color: var(--placeholder-color);
1228
+ }
1229
+ .dd-selector {
1230
+ display: flex;
1231
+ justify-content: flex-end;
1232
+ align-items: center;
1233
+ }
1234
+ .dd-selector-value {
1235
+ text-align: right;
1236
+ color: black;
1237
+ }
1238
+ .dd-selector-label {
1239
+ color: var(--placeholder-color);
1240
+ }
1241
+ .self-registration {
1242
+ width: 100%;
1243
+ height: 100%;
1244
+ display: flex;
1245
+ flex-direction: column;
1246
+ }
1247
+ .self-registration-body {
1248
+ flex: 1;
1249
+ padding: 12px;
1250
+ overflow: auto;
1251
+ }
1252
+ .self-registration-banner {
1253
+ width: 100%;
1254
+ height: 170px;
1255
+ }
1256
+ .self-registration .nut-cell-group__warp {
1257
+ border-radius: 5px;
1258
+ margin: 12px 0 0;
1259
+ }
1260
+ .self-registration__input {
1261
+ display: flex;
1262
+ align-items: center;
1263
+ }
1264
+ .self-registration-bottom {
1265
+ background-color: white;
1266
+ padding-bottom: var(--safe-bottom-height);
1267
+ }
1268
+ .self-registration .experience-button {
1269
+ margin: 7.5px 12px;
1270
+ border-radius: 5px;
1271
+ width: calc(100% - 24px);
1272
+ }
1273
+ .self-registration .nut-input-text {
1274
+ text-align: right !important;
1275
+ flex: 1;
1276
+ }
1277
+ .self-registration .nut-form-item__label.required::before {
1278
+ display: none;
1279
+ }
1280
+ .self-registration .nut-form-item__label.required::after {
1281
+ content: "*";
1282
+ color: #fa2c19;
1283
+ margin-right: 4px;
1284
+ }
1285
+ .self-registration .nut-form-item__label {
1286
+ width: unset;
1287
+ }
1288
+ .self-registration .input-placeholder {
1289
+ color: #cccccc;
1290
+ }
1291
+ .self-registration .nut-radio__icon {
1292
+ font-size: 16px;
1293
+ }
1294
+ .self-registration .nut-radio__icon--unchecked {
1295
+ font-size: 16px;
1296
+ }
1297
+ .notice-popup {
1298
+ width: 280px;
1299
+ padding: 20px 15px;
1300
+ border-radius: 10px !important;
1301
+ background: linear-gradient(136.72deg, #d0fdfe 6.02%, #a2b9ff 59.97%, #6593ff 108.78%);
1302
+ }
1303
+ .notice-popup::after {
1304
+ content: "";
1305
+ position: absolute;
1306
+ width: 100%;
1307
+ height: 100%;
1308
+ left: 0;
1309
+ top: 0;
1310
+ background: linear-gradient(360deg, #ffffff 4.73%, rgba(255, 255, 255, 0) 85.82%);
1311
+ z-index: 1;
1312
+ border-radius: 10px;
1313
+ }
1314
+ .notice-popup::before {
1315
+ content: "";
1316
+ width: 236px;
1317
+ height: 241px;
1318
+ position: absolute;
1319
+ top: 0;
1320
+ right: 40px;
1321
+ background: url("https://cdn.ddjf.com/static/images/customer-center/notice-modal-bg.png");
1322
+ }
1323
+ .notice-popup .nutui-popup__content-wrapper {
1324
+ position: relative;
1325
+ z-index: 2;
1326
+ }
1327
+ .notice-popup-hd {
1328
+ color: #0a2668;
1329
+ font-size: 17px;
1330
+ display: flex;
1331
+ align-items: center;
1332
+ margin-bottom: 20px;
1333
+ font-weight: 600;
1334
+ }
1335
+ .notice-popup-hd-icon {
1336
+ width: 20px;
1337
+ height: 20px;
1338
+ margin-right: 4px;
1339
+ }
1340
+ .notice-popup-bd {
1341
+ color: #353535;
1342
+ box-shadow: 0px 2px 8px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 1px 0px rgba(255, 255, 255, 0.5019607843) inset, 0px 0px 1px 0px rgba(255, 255, 255, 0.6980392157);
1343
+ border-radius: 3px;
1344
+ background: rgba(255, 255, 255, 0.6);
1345
+ min-height: 160px;
1346
+ margin-bottom: 20px;
1347
+ padding: 15px 10px;
1348
+ box-sizing: border-box;
1349
+ font-size: 10px;
1350
+ }
1351
+ .notice-popup-bd-link {
1352
+ color: #007fff;
1353
+ margin-top: 2px;
1354
+ font-weight: 600;
1355
+ }
1356
+ .notice-popup-ft {
1357
+ display: flex;
1358
+ align-items: center;
1359
+ justify-content: center;
1360
+ }
1361
+ .notice-popup-ft-btn {
1362
+ background: #007fff;
1363
+ color: #fff;
1364
+ width: 128px;
1365
+ height: 30px;
1366
+ display: flex;
1367
+ align-items: center;
1368
+ justify-content: center;
1369
+ border-radius: 15px;
1370
+ }
1371
+ .notice-banner {
1372
+ background: #e6f2ff;
1373
+ height: 30px;
1374
+ margin-bottom: 8px;
1375
+ }
1376
+ .notice-banner.fixed {
1377
+ position: fixed;
1378
+ z-index: 10;
1379
+ width: 100%;
1380
+ }
1381
+ .notice-banner .dd-notice-bar {
1382
+ position: relative;
1383
+ background: #e6f2ff;
1384
+ font-size: 10px;
1385
+ color: rgba(0, 0, 0, 0.8980392157);
1386
+ padding: 0 8px;
1387
+ height: 0;
1388
+ min-height: auto;
1389
+ transition: all 0.2s;
1390
+ opacity: 0;
1391
+ }
1392
+ .notice-banner .dd-notice-bar.show {
1393
+ height: 30px;
1394
+ opacity: 1;
1395
+ }
1396
+ .notice-banner-icon {
1397
+ width: 22px;
1398
+ height: 22px;
1399
+ margin-right: 8px;
1400
+ }
1401
+ .notice-banner .dd-notice-bar__close-img {
1402
+ display: none;
1403
+ }
1404
+ .notice-banner .dd-notice-bar__close {
1405
+ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E %3Cpath d='M3.3335 3.33331L16.6668 16.6666' stroke='%23353535' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M3.3335 16.6666L16.6668 3.33331' stroke='%23353535' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
1406
+ background-position: center;
1407
+ background-repeat: no-repeat;
1408
+ background-size: 12px 12px;
1409
+ opacity: 0.6;
1410
+ }
1411
+ .notice-banner-text {
1412
+ flex: 1;
1413
+ overflow: hidden;
1414
+ text-overflow: ellipsis;
1415
+ display: -webkit-box;
1416
+ -webkit-line-clamp: 1;
1417
+ -webkit-box-orient: vertical;
1418
+ text-align: left;
1419
+ }
1420
+ .notice-banner-btn {
1421
+ color: var(--app-primary-color, #017fff);
1422
+ padding-left: 6px;
1423
+ }
1424
+ .notice-entry {
1425
+ position: fixed;
1426
+ right: 0;
1427
+ top: 120px;
1428
+ min-width: 66px;
1429
+ padding: 0 12px 0 15px;
1430
+ text-align: center;
1431
+ box-sizing: border-box;
1432
+ height: 25px;
1433
+ line-height: 11px;
1434
+ color: #855f0b;
1435
+ font-size: 13px;
1436
+ background: #ffdf68;
1437
+ border-radius: 50px 0 0 50px;
1438
+ display: flex;
1439
+ align-items: center;
1440
+ justify-content: center;
1441
+ }
1442
+ .notice-entry-img {
1443
+ width: 20px;
1444
+ height: 20px;
1445
+ }
1446
+ .notice-entry-icon {
1447
+ position: absolute;
1448
+ background-color: red;
1449
+ width: 6px;
1450
+ height: 6px;
1451
+ border-radius: 50%;
1452
+ top: 1px;
1453
+ left: 27px;
1454
+ }
1455
+ .dd-search {
1456
+ padding: 8px 12px;
1457
+ display: flex;
1458
+ align-items: center;
1459
+ background: #fefefe;
1460
+ }
1461
+ .dd-search.bordered {
1462
+ border-bottom: 1px solid #ddd;
1463
+ }
1464
+ .dd-search.inNavbar {
1465
+ padding: 0;
1466
+ width: 235px;
1467
+ z-index: 10;
1468
+ position: absolute;
1469
+ left: 40px;
1470
+ background: transparent;
1471
+ }
1472
+ .dd-search.inNavbar .dd-search__form {
1473
+ background: #f1f3f5;
1474
+ border-color: transparent;
1475
+ }
1476
+ .dd-search.focus .dd-search__form {
1477
+ border-color: var(--app-primary-color, #017fff);
1478
+ }
1479
+ .dd-search__placeholder {
1480
+ color: #b4b4b4;
1481
+ }
1482
+ .dd-search__form {
1483
+ flex: 1;
1484
+ box-sizing: border-box;
1485
+ height: 36px;
1486
+ border-radius: 5px;
1487
+ display: flex;
1488
+ align-items: center;
1489
+ padding: 0 10px;
1490
+ background-color: #f1f3f5;
1491
+ }
1492
+ .dd-search__control {
1493
+ font-size: 13px;
1494
+ flex: 1;
1495
+ }
1496
+ .dd-search__input {
1497
+ width: 100%;
1498
+ box-sizing: border-box;
1499
+ padding: 0 10px;
1500
+ caret-color: var(--app-primary-color, #017fff);
1501
+ }
1502
+ .dd-search__prefix, .dd-search__suffix {
1503
+ width: 15px !important;
1504
+ height: 15px !important;
1505
+ }
1506
+ .dd-search__btn {
1507
+ height: 33px;
1508
+ line-height: 33px;
1509
+ padding: 0 10px;
1510
+ font-size: 16px;
1511
+ color: var(--app-primary-color, #017fff);
1512
+ }
1513
+ .dd-search.disabled .dd-search__suffix {
1514
+ display: none;
1515
+ }
1516
+ .dd-search.disabled .dd-search__control {
1517
+ flex: 1;
1518
+ width: fit-content;
1519
+ }
1520
+ .notice-list {
1521
+ height: 100vh;
1522
+ overflow: hidden;
1523
+ display: flex;
1524
+ flex-direction: column;
1525
+ }
1526
+ .notice-list .wrapper {
1527
+ height: 100%;
1528
+ padding: 10px 12px;
1529
+ box-sizing: border-box;
1530
+ }
1531
+ .notice-list .wrapper .content {
1532
+ height: 100%;
1533
+ background: #ffffff;
1534
+ border-radius: 10px;
1535
+ }
1536
+ .notice-list .wrapper .content .card {
1537
+ margin: 0 10px;
1538
+ min-height: 64px;
1539
+ background: #fff;
1540
+ position: relative;
1541
+ padding: 10px;
1542
+ }
1543
+ .notice-list .wrapper .content .card::before {
1544
+ content: "";
1545
+ position: absolute;
1546
+ left: 2px;
1547
+ top: 0;
1548
+ height: 18px;
1549
+ width: 1px;
1550
+ background: #d8d8d8;
1551
+ }
1552
+ .notice-list .wrapper .content .card::after {
1553
+ content: "";
1554
+ position: absolute;
1555
+ left: 2px;
1556
+ top: 18px;
1557
+ bottom: 0;
1558
+ width: 1px;
1559
+ background: #d8d8d8;
1560
+ }
1561
+ .notice-list .wrapper .content .card:first-child::before {
1562
+ display: none;
1563
+ }
1564
+ .notice-list .wrapper .content .card:last-child::after {
1565
+ display: none;
1566
+ }
1567
+ .notice-list .wrapper .content .card .point {
1568
+ width: 5px;
1569
+ height: 5px;
1570
+ background-color: #d8d8d8;
1571
+ border-radius: 50%;
1572
+ position: absolute;
1573
+ left: 0;
1574
+ top: 18px;
1575
+ z-index: 9;
1576
+ }
1577
+ .notice-list .wrapper .content .card .time {
1578
+ font-size: 13px;
1579
+ color: #353535;
1580
+ line-height: 19px;
1581
+ opacity: 0.2;
1582
+ margin-bottom: 5px;
1583
+ }
1584
+ .notice-list .wrapper .content .card .text {
1585
+ font-size: 14px;
1586
+ line-height: 20px;
1587
+ color: #9fa0a1;
1588
+ }
1589
+ .notice-list .wrapper .content .card.active .point {
1590
+ background-color: #f43309;
1591
+ }
1592
+ .notice-list .wrapper .content .card.active .text {
1593
+ color: #171a1d;
1594
+ font-size: 13px;
1595
+ }
1596
+ .notice-list .wrapper .content .card.active .text.tit {
1597
+ font-size: 15px;
1598
+ margin-bottom: 4px;
1599
+ }
1600
+ .notice-list .wrapper .content .card.active .notice-list-label {
1601
+ opacity: 1;
1602
+ }
1603
+ .notice-list .wrapper .content .card.active .notice-list-file {
1604
+ opacity: 1;
1605
+ }
1606
+ .notice-list .no-data {
1607
+ background-color: #fff;
1608
+ display: flex;
1609
+ align-items: center;
1610
+ flex-direction: column;
1611
+ height: 100%;
1612
+ }
1613
+ .notice-list .no-data .text {
1614
+ height: 20px;
1615
+ font-size: 14px;
1616
+ color: #7e7e7e;
1617
+ line-height: 20px;
1618
+ }
1619
+ .notice-list .no-data-img {
1620
+ width: 238px;
1621
+ height: 157px;
1622
+ margin-top: 105px;
1623
+ margin-bottom: 19px;
1624
+ }
1625
+ .notice-list-file {
1626
+ font-size: 10px;
1627
+ color: var(--app-primary-color, #017fff);
1628
+ opacity: 0.5;
1629
+ }
1630
+ .notice-list .cue-text {
1631
+ font-size: 13px;
1632
+ color: rgba(60, 60, 60, 0.5);
1633
+ padding: 30px 0 calc(30px + env(safe-area-inset-bottom, 0px));
1634
+ text-align: center;
1635
+ }
1636
+ .notice-list-label {
1637
+ border: 1px solid #caa264;
1638
+ color: #caa264;
1639
+ border-radius: 1px;
1640
+ font-size: 8px;
1641
+ display: inline-flex;
1642
+ justify-content: center;
1643
+ align-items: center;
1644
+ height: 14px;
1645
+ padding: 0 5px;
1646
+ margin-left: 4px;
1647
+ opacity: 0.5;
1648
+ }
1649
+ .user-entry {
1650
+ position: absolute;
1651
+ left: 0;
1652
+ top: 130px;
1653
+ transform: translateY(-50%);
1654
+ display: flex;
1655
+ padding: 0 22px;
1656
+ align-items: center;
1657
+ width: 100%;
1658
+ }
1659
+ .user-entry-head {
1660
+ position: relative;
1661
+ width: 62px;
1662
+ height: 62px;
1663
+ margin-right: 8px;
1664
+ }
1665
+ .user-entry-head-img {
1666
+ width: 100%;
1667
+ height: 100%;
1668
+ overflow: hidden;
1669
+ border-radius: 50%;
1670
+ border: 1.5px solid #fff;
1671
+ }
1672
+ .user-entry-head-icon {
1673
+ position: absolute;
1674
+ width: 15px;
1675
+ height: 15px;
1676
+ bottom: 2px;
1677
+ left: 48px;
1678
+ background: url("https://cdn.ddjf.com/static/images/wx-yunservice/edit-icon.png") center;
1679
+ background-size: cover;
1680
+ }
1681
+ .user-entry-bd {
1682
+ color: #fff;
1683
+ }
1684
+ .user-entry-bd-bigtxt {
1685
+ display: flex;
1686
+ align-items: center;
1687
+ font-size: 20px;
1688
+ font-weight: 500;
1689
+ line-height: 28px;
1690
+ margin-left: 10px;
1691
+ }
1692
+ .user-entry-bd-bigtxt-icon {
1693
+ width: 20px;
1694
+ }
1695
+ .user-entry-bd-txt {
1696
+ font-size: 20px;
1697
+ font-weight: 500;
1698
+ line-height: 25px;
1699
+ margin-bottom: 5px;
1700
+ display: flex;
1701
+ align-items: center;
1702
+ }
1703
+ .user-entry-bd-smalltxt {
1704
+ margin-top: 0;
1705
+ font-size: 15px;
1706
+ line-height: 21px;
1707
+ }
1708
+ .user-entry-bd-arrow {
1709
+ font-size: 12px;
1710
+ margin-left: 8px;
1711
+ }
1712
+ .dd-skeleton__item {
1713
+ margin-top: 10px;
1714
+ }
1715
+ .user-info {
1716
+ height: 100vh;
1717
+ }
1718
+ .user-info-wrap {
1719
+ padding: 0 12px;
1720
+ padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
1721
+ box-sizing: border-box;
1722
+ min-height: 100%;
1723
+ }
1724
+ .user-info-tit {
1725
+ height: 38px;
1726
+ display: flex;
1727
+ align-items: center;
1728
+ color: #666666;
1729
+ font-size: 12px;
1730
+ padding-left: 10px;
1731
+ }
1732
+ .user-info-head {
1733
+ border-radius: 5px;
1734
+ background: #fff;
1735
+ padding: 30px 11px 0;
1736
+ }
1737
+ .user-info-head-avatar {
1738
+ position: relative;
1739
+ width: 80px;
1740
+ height: 80px;
1741
+ margin: 0 auto 25px;
1742
+ }
1743
+ .user-info-head-img {
1744
+ width: 100%;
1745
+ height: 100%;
1746
+ overflow: hidden;
1747
+ border-radius: 50%;
1748
+ }
1749
+ .user-info-head-upload {
1750
+ position: absolute;
1751
+ bottom: -2px;
1752
+ left: 52px;
1753
+ width: 29px;
1754
+ height: 29px;
1755
+ background: #333333;
1756
+ overflow: hidden;
1757
+ border-radius: 50%;
1758
+ display: flex;
1759
+ align-items: center;
1760
+ justify-content: center;
1761
+ }
1762
+ .user-info-head-upload-icon {
1763
+ width: 17px;
1764
+ height: 17px;
1765
+ }
1766
+ .user-info-team-item {
1767
+ border-radius: 5px;
1768
+ background: #fff;
1769
+ display: flex;
1770
+ padding: 15px;
1771
+ margin-bottom: 10px;
1772
+ }
1773
+ .user-info-team-item-avatar {
1774
+ width: 38px;
1775
+ height: 38px;
1776
+ margin-right: 15px;
1777
+ border-radius: 5px;
1778
+ background: rgba(1, 127, 255, 0.3);
1779
+ display: flex;
1780
+ align-items: center;
1781
+ justify-content: center;
1782
+ }
1783
+ .user-info-team-item-avatar-img {
1784
+ width: 100%;
1785
+ height: 100%;
1786
+ }
1787
+ .user-info-team-item-avatar .empty {
1788
+ width: 20px;
1789
+ height: 40px;
1790
+ }
1791
+ .user-info-team-item-title {
1792
+ font-size: 16px;
1793
+ font-weight: 500;
1794
+ margin-bottom: 5px;
1795
+ }
1796
+ .user-info-team-item-app {
1797
+ display: flex;
1798
+ align-items: center;
1799
+ flex-wrap: wrap;
1800
+ }
1801
+ .user-info-team-item-app-tag {
1802
+ border: 1px solid rgba(53, 53, 53, 0.2);
1803
+ font-size: 10px;
1804
+ height: 18px;
1805
+ display: inline-flex;
1806
+ align-items: center;
1807
+ justify-content: center;
1808
+ padding: 0 6px;
1809
+ border-radius: 2px;
1810
+ margin: 0 10px 6px 0;
1811
+ }
1812
+ .user-info-team-item-bd {
1813
+ flex: 1;
1814
+ }
1815
+ .user-info-team-item-role {
1816
+ padding: 10px;
1817
+ background: rgba(245, 245, 245, 0.5);
1818
+ border-radius: 5px;
1819
+ margin-bottom: 10px;
1820
+ }
1821
+ .user-info-team-item-role-btn {
1822
+ color: var(--app-primary-color, #017fff);
1823
+ font-size: 10px;
1824
+ display: inline-flex;
1825
+ align-items: center;
1826
+ margin-bottom: 6px;
1827
+ }
1828
+ .user-info-team-item-role-btn-icon {
1829
+ width: 12px;
1830
+ height: 12px;
1831
+ position: relative;
1832
+ top: 1px;
1833
+ }
1834
+ .user-info-team-item-role-btn-icon.showRole {
1835
+ transform: rotate(180deg);
1836
+ }
1837
+ .user-info-team-item-role-item {
1838
+ display: flex;
1839
+ font-size: 10px;
1840
+ margin-bottom: 10px;
1841
+ }
1842
+ .user-info-team-item-role-item:last-child {
1843
+ margin-bottom: 0;
1844
+ }
1845
+ .user-info-team-item-role-item-name {
1846
+ opacity: 0.5;
1847
+ white-space: nowrap;
1848
+ margin-right: 10px;
1849
+ min-width: 40px;
1850
+ }
1851
+ .user-info-team-item-role-item-info {
1852
+ flex: 1;
1853
+ color: #1a1a1a;
1854
+ }
1855
+ .user-info-team-item-user {
1856
+ margin-bottom: 4px;
1857
+ font-size: 12px;
1858
+ display: flex;
1859
+ align-items: center;
1860
+ }
1861
+ .user-info-team-item-user-icon {
1862
+ width: 10px;
1863
+ height: 10px;
1864
+ margin-left: 4px;
1865
+ }
1866
+ .user-info-team-item-dept {
1867
+ display: flex;
1868
+ flex-wrap: wrap;
1869
+ font-size: 10px;
1870
+ color: rgba(26, 26, 26, 0.8);
1871
+ }
1872
+ .user-info-team-item-dept-item {
1873
+ font-size: 10px;
1874
+ color: rgba(26, 26, 26, 0.5);
1875
+ margin: 4px 10px 4px 0;
1876
+ }
1877
+ .user-info-team-item-dept-item:first-child {
1878
+ color: rgba(26, 26, 26, 0.8);
1879
+ }
1880
+ .user-info-ft-btn {
1881
+ width: 100%;
1882
+ border-color: transparent !important;
1883
+ color: rgba(27, 63, 107, 0.8) !important;
1884
+ }
1885
+ .user-info .nut-cell {
1886
+ padding: 11px 0;
1887
+ margin: 0;
1888
+ box-shadow: none;
1889
+ border-bottom: 1px solid #f0f0f0;
1890
+ font-size: 16px;
1891
+ }
1892
+ .user-info .nut-cell .nut-cell__value {
1893
+ font-size: 16px;
1894
+ color: #000;
1895
+ }
1896
+ .user-info .nut-cell .nut-cell__link {
1897
+ color: #ccc;
1898
+ margin-left: 8px;
1899
+ }
1900
+ .upload-avatar-popup-box {
1901
+ display: flex;
1902
+ flex-direction: column;
1903
+ align-items: center;
1904
+ justify-content: center;
1905
+ }
1906
+ .upload-avatar-popup-avatar {
1907
+ width: 320px;
1908
+ height: 320px;
1909
+ overflow: hidden;
1910
+ border-radius: 50%;
1911
+ margin-bottom: 50px;
1912
+ }
1913
+ .upload-avatar-popup-btn {
1914
+ width: 106px;
1915
+ height: 37px;
1916
+ border-radius: 50px;
1917
+ border: 1px solid #ffffff;
1918
+ display: flex;
1919
+ justify-content: center;
1920
+ align-items: center;
1921
+ color: #ffffff;
1922
+ font-size: 16px;
1923
+ }
1924
+ .change-username-popup .nut-dialog {
1925
+ min-height: auto;
1926
+ }
1927
+ .change-username-popup .nut-input {
1928
+ height: 40px;
1929
+ padding: 0;
1930
+ display: flex;
1931
+ align-items: center;
1932
+ font-size: 16px;
1933
+ border: none;
1934
+ }
1935
+ .change-username-popup .nut-input .input-text {
1936
+ width: 100%;
1937
+ height: 100%;
1938
+ font-size: 14px;
1939
+ }
1940
+ .change-username-popup .nut-input .nut-input-value,
1941
+ .change-username-popup .nut-input .nut-input-inner,
1942
+ .change-username-popup .nut-input .nut-input-box {
1943
+ height: 100%;
1944
+ overflow: hidden;
1945
+ background: #f5f5f5;
1946
+ border-radius: 6px;
1947
+ }
1948
+ .change-username-popup .nut-input .nut-placeholder {
1949
+ color: #cccccc;
1950
+ line-height: 38px;
1951
+ height: 38px;
1952
+ }
1953
+ .change-username-popup .nut-input .nut-input-box {
1954
+ padding: 0 15px;
1955
+ }
1956
+ .change-username-popup-cancel.nut-button {
1957
+ border-radius: 15px;
1958
+ font-size: 14px;
1959
+ height: 30px;
1960
+ }
1961
+ .change-username-popup-ok.nut-button {
1962
+ background: var(--app-primary-color, #017fff);
1963
+ height: 30px;
1964
+ font-size: 14px;
1965
+ border-radius: 15px;
1966
+ }
1967
+ .user-binding {
1968
+ height: 100vh;
1969
+ display: flex;
1970
+ flex-direction: column;
1971
+ box-sizing: border-box;
1972
+ padding: 10px 12px env(safe-area-inset-bottom, 0px);
1973
+ --nut-cell-padding: 0;
1974
+ }
1975
+ .user-binding-img {
1976
+ width: 351px;
1977
+ height: 192px;
1978
+ }
1979
+ .user-binding-layout {
1980
+ position: relative;
1981
+ width: 351px;
1982
+ border-radius: 4px;
1983
+ background: #fff;
1984
+ overflow: hidden;
1985
+ margin-bottom: 10px;
1986
+ }
1987
+ .user-binding-inputlayout {
1988
+ padding: 0 10px;
1989
+ box-sizing: border-box;
1990
+ }
1991
+ .user-binding-inputlayout .nut-input {
1992
+ height: 40px;
1993
+ padding: 0;
1994
+ display: flex;
1995
+ align-items: center;
1996
+ font-size: 16px;
1997
+ padding-left: 3px;
1998
+ border-color: #f5f5f5;
1999
+ }
2000
+ .user-binding-inputlayout .nut-input .input-text {
2001
+ width: 100%;
2002
+ }
2003
+ .user-binding .nut-placeholder {
2004
+ color: #cccccc;
2005
+ }
2006
+ .user-binding .user-binding-btn {
2007
+ position: absolute;
2008
+ bottom: 50px;
2009
+ left: 25px;
2010
+ width: calc(100% - 50px);
2011
+ font-size: 16px;
2012
+ background: var(--app-primary-color, #017fff);
2013
+ height: 40px;
2014
+ line-height: 38px;
2015
+ }
2016
+ .user-binding .user-binding-codebtn {
2017
+ height: 30px;
2018
+ font-size: 12px;
2019
+ padding: 0;
2020
+ width: 90px;
2021
+ border: none;
2022
+ color: var(--app-primary-color, #017fff);
2023
+ background: #f2f2f2;
2024
+ }
2025
+ .user-binding .user-binding-steps {
2026
+ margin-top: 15px;
2027
+ }
2028
+ .user-binding .user-binding-steps .nut-step-line {
2029
+ background: rgb(220, 220, 220);
2030
+ left: 60%;
2031
+ right: -40%;
2032
+ }
2033
+ .user-binding .user-binding-steps .nut-step-title {
2034
+ font-weight: bold;
2035
+ color: rgba(0, 0, 0, 0.4);
2036
+ }
2037
+ .user-binding .user-binding-steps .nut-step.nut-step-wait .nut-step-icon {
2038
+ background: rgb(243, 243, 243);
2039
+ border-color: rgb(243, 243, 243);
2040
+ color: rgba(0, 0, 0, 0.4);
2041
+ }
2042
+ .user-binding .user-binding-steps .nut-step.nut-step-process .nut-step-icon {
2043
+ background: var(--app-primary-color, #017fff);
2044
+ border-color: var(--app-primary-color, #017fff);
2045
+ }
2046
+ .user-binding .user-binding-steps .nut-step.nut-step-process .nut-step-title {
2047
+ color: var(--app-primary-color, #017fff);
2048
+ }
2049
+ .user-binding .user-binding-steps .nut-step-head {
2050
+ margin-bottom: 8px;
2051
+ }
2052
+ .user-binding .user-binding-steps .nut-step.nut-step-finish .nut-step-title {
2053
+ color: rgba(0, 0, 0, 0.9);
2054
+ }
2055
+ .user-binding .user-binding-steps .nut-step.nut-step-finish .nut-step-line {
2056
+ background: var(--app-primary-color, #017fff);
2057
+ }
2058
+ .user-binding .user-binding-steps .nut-step.nut-step-finish .nut-step-head {
2059
+ color: var(--app-primary-color, #017fff);
2060
+ border-color: var(--app-primary-color, #017fff);
2061
+ }
2062
+ .user-binding .user-binding-steps .nut-step-icon {
2063
+ width: 22px;
2064
+ height: 22px;
2065
+ }
2066
+ .user-binding-success {
2067
+ height: 100vh;
2068
+ display: flex;
2069
+ flex-direction: column;
2070
+ align-items: center;
2071
+ box-sizing: border-box;
2072
+ background: #fff;
2073
+ }
2074
+ .user-binding-success-icon {
2075
+ margin-top: 80px;
2076
+ width: 50px;
2077
+ height: 50px;
2078
+ margin-bottom: 30px;
2079
+ }
2080
+ .user-binding-success-info {
2081
+ font-size: 30px;
2082
+ color: #000000;
2083
+ font-weight: bold;
2084
+ margin-bottom: 15px;
2085
+ }
2086
+ .user-binding-success-sbtn {
2087
+ padding: 0 15px;
2088
+ color: #017fff;
2089
+ font-size: 16px;
2090
+ }
2091
+ .user-binding-success-btn {
2092
+ margin-top: 80px;
2093
+ width: 296px;
2094
+ font-size: 16px;
2095
+ background: var(--app-primary-color, #017fff);
2096
+ height: 40px;
2097
+ line-height: 38px;
2098
+ }
2099
+ .bt-container {
2100
+ display: flex;
2101
+ flex-direction: column;
2102
+ justify-content: space-between;
2103
+ height: 100%;
2104
+ box-sizing: border-box;
2105
+ background-color: #0e1319;
2106
+ position: relative;
2107
+ overflow: hidden;
2108
+ }
2109
+ .bt-container .iconfont {
2110
+ position: absolute;
2111
+ z-index: 999;
2112
+ top: 20px;
2113
+ font-size: 15px;
2114
+ padding: 5px;
2115
+ background-color: rgba(255, 255, 255, 0.2);
2116
+ border-radius: 50%;
2117
+ color: #ffffff;
2118
+ }
2119
+ .bt-container .iconfont.active {
2120
+ color: #007aff;
2121
+ }
2122
+ .bt-container .icon-replay {
2123
+ right: 20px;
2124
+ }
2125
+ .bt-container .bt-canvas {
2126
+ position: absolute;
2127
+ left: 100%;
2128
+ top: 0;
2129
+ width: 300px;
2130
+ height: 300px;
2131
+ }
2132
+ .bt-container .mainContent {
2133
+ flex: 1;
2134
+ margin: 30px;
2135
+ position: relative;
2136
+ }
2137
+ .bt-container .mainContent .image {
2138
+ position: absolute;
2139
+ transform-origin: center center;
2140
+ }
2141
+ .bt-container .mainContent .controller {
2142
+ position: absolute;
2143
+ z-index: 99;
2144
+ padding: 10px;
2145
+ }
2146
+ .bt-container .mainContent .controller::after {
2147
+ display: block;
2148
+ content: "";
2149
+ box-shadow: 0 0 5px #333;
2150
+ background-color: #e4e7ed;
2151
+ }
2152
+ .bt-container .mainContent .controller.controller_dot::after {
2153
+ width: 20px;
2154
+ height: 20px;
2155
+ border-radius: 99px;
2156
+ }
2157
+ .bt-container .mainContent .controller.vertical::after {
2158
+ width: 5px;
2159
+ height: 20px;
2160
+ }
2161
+ .bt-container .mainContent .controller.horizon::after {
2162
+ width: 20px;
2163
+ height: 5px;
2164
+ }
2165
+ .bt-container .mainContent .cropper {
2166
+ position: absolute;
2167
+ border: 1px solid #eee;
2168
+ box-sizing: content-box;
2169
+ transform-origin: center center;
2170
+ outline: 999px solid rgba(0, 0, 0, 0.5);
2171
+ will-change: transform;
2172
+ display: contain;
2173
+ pointer-events: none;
2174
+ }
2175
+ .bt-container .mainContent .cropper .line {
2176
+ position: absolute;
2177
+ }
2178
+ .bt-container .mainContent .cropper .row {
2179
+ width: 100%;
2180
+ height: 0px;
2181
+ left: 0;
2182
+ border-top: 1px dashed #007aff;
2183
+ }
2184
+ .bt-container .mainContent .cropper .col {
2185
+ height: 100%;
2186
+ width: 0px;
2187
+ border-left: 1px dashed #007aff;
2188
+ }
2189
+ .bt-container .mainContent .cropper .row1 {
2190
+ top: 33%;
2191
+ }
2192
+ .bt-container .mainContent .cropper .row2 {
2193
+ top: 66%;
2194
+ }
2195
+ .bt-container .mainContent .cropper .col1 {
2196
+ left: 33%;
2197
+ }
2198
+ .bt-container .mainContent .cropper .col2 {
2199
+ left: 66%;
2200
+ }
2201
+ .bt-container .slot {
2202
+ position: relative;
2203
+ padding-top: 10px;
2204
+ }
2205
+ .user-head-crop {
2206
+ height: 100vh;
2207
+ }
2208
+ .user-head-crop-btns {
2209
+ position: absolute;
2210
+ bottom: 0;
2211
+ left: 0;
2212
+ width: 100%;
2213
+ height: 50px;
2214
+ padding: 0 20px;
2215
+ box-sizing: border-box;
2216
+ line-height: 50px;
2217
+ display: flex;
2218
+ justify-content: space-between;
2219
+ }
2220
+ .user-head-crop .cbtn {
2221
+ color: #fff;
2222
+ }
2223
+ .user-head-crop .comfirmBtn {
2224
+ color: var(--app-primary-color, #017fff);
2225
+ }
2226
+ .user-feedback {
2227
+ margin: 10px 12px;
2228
+ padding-bottom: calc(75px + env(safe-area-inset-bottom, 0px));
2229
+ min-height: 100vh;
2230
+ box-sizing: border-box;
2231
+ overflow: hidden;
2232
+ }
2233
+ .user-feedback.isSuccess {
2234
+ margin: 0;
2235
+ padding: 0;
2236
+ height: 100%;
2237
+ }
2238
+ .user-feedback.isSuccess .user-feedback-wrap {
2239
+ height: 100vh;
2240
+ align-items: center;
2241
+ }
2242
+ .user-feedback-wrap {
2243
+ min-height: calc(100vh - (75px + env(safe-area-inset-bottom, 0px)));
2244
+ height: 100%;
2245
+ background: #fff;
2246
+ display: flex;
2247
+ flex-direction: column;
2248
+ box-sizing: border-box;
2249
+ padding: 10px;
2250
+ border-radius: 5px;
2251
+ }
2252
+ .user-feedback-head {
2253
+ background: #f2f9ff;
2254
+ padding: 15px;
2255
+ border-radius: 2px;
2256
+ font-size: 12px;
2257
+ margin-bottom: 8px;
2258
+ }
2259
+ .user-feedback-head-info {
2260
+ padding-left: 9px;
2261
+ text-indent: -9px;
2262
+ }
2263
+ .user-feedback-tit {
2264
+ height: 44px;
2265
+ display: flex;
2266
+ align-items: center;
2267
+ color: #1a1a1a;
2268
+ font-weight: 500;
2269
+ font-size: 17px;
2270
+ }
2271
+ .user-feedback-body {
2272
+ border-radius: 4px 4px 0px 0px;
2273
+ display: flex;
2274
+ flex-direction: column;
2275
+ overflow: hidden;
2276
+ }
2277
+ .user-feedback-editor {
2278
+ padding: 10px;
2279
+ font-size: 14px;
2280
+ background: #f5f5f5;
2281
+ overflow-y: auto;
2282
+ min-height: 165px;
2283
+ }
2284
+ .user-feedback-handle {
2285
+ display: flex;
2286
+ align-items: center;
2287
+ flex-wrap: wrap;
2288
+ margin-top: 10px;
2289
+ margin-right: -4px;
2290
+ }
2291
+ .user-feedback-handle-item {
2292
+ position: relative;
2293
+ border-radius: 2px;
2294
+ display: flex;
2295
+ align-items: center;
2296
+ justify-content: center;
2297
+ width: 79px;
2298
+ height: 79px;
2299
+ background: #f5f5f5;
2300
+ font-size: 30px;
2301
+ color: rgba(53, 53, 53, 0.3);
2302
+ margin-right: 4px;
2303
+ margin-bottom: 4px;
2304
+ }
2305
+ .user-feedback-handle-item-img {
2306
+ max-width: 100%;
2307
+ max-height: 100%;
2308
+ }
2309
+ .user-feedback-handle-item-close {
2310
+ position: absolute;
2311
+ top: -2px;
2312
+ right: -2px;
2313
+ width: 20px;
2314
+ height: 20px;
2315
+ display: flex;
2316
+ justify-content: center;
2317
+ align-items: center;
2318
+ }
2319
+ .user-feedback-handle-item-close-img {
2320
+ width: 10px;
2321
+ height: 10px;
2322
+ }
2323
+ .user-feedback-handle-item-loading {
2324
+ width: 17px;
2325
+ height: 17px;
2326
+ animation: rotate 2s linear infinite;
2327
+ }
2328
+ .user-feedback .ql-editor.ql-blank:before {
2329
+ color: rgba(0, 0, 0, 0.3);
2330
+ font-style: normal;
2331
+ }
2332
+ .user-feedback-footer {
2333
+ position: fixed;
2334
+ z-index: 10;
2335
+ bottom: 0;
2336
+ left: 0;
2337
+ width: 100%;
2338
+ min-height: 63px;
2339
+ background: #ffffff;
2340
+ box-shadow: 0 -3px 11px 0 rgba(224, 224, 224, 0.5);
2341
+ padding: 10px 12px calc(8px + env(safe-area-inset-bottom, 0px));
2342
+ display: flex;
2343
+ justify-content: space-between;
2344
+ box-sizing: border-box;
2345
+ }
2346
+ .user-feedback-footer-btn {
2347
+ flex: 1;
2348
+ }
2349
+ .user-feedback-footer-btn:first-child {
2350
+ margin-right: 10px;
2351
+ }
2352
+ .user-feedback-success-img {
2353
+ width: 87px;
2354
+ height: 90px;
2355
+ margin-top: 110px;
2356
+ margin-bottom: 20px;
2357
+ }
2358
+ .user-feedback-success-info {
2359
+ color: #353535;
2360
+ font-size: 16px;
2361
+ font-weight: 500;
2362
+ }
2363
+ @keyframes rotate {
2364
+ from {
2365
+ transform: rotate(0);
2366
+ }
2367
+ to {
2368
+ transform: rotate(360deg);
2369
+ }
2370
+ }
2371
+ .user-feedback-entry {
2372
+ position: fixed;
2373
+ z-index: 10;
2374
+ right: 12px;
2375
+ bottom: calc(120px + env(safe-area-inset-bottom, 0px));
2376
+ display: flex;
2377
+ flex-direction: column;
2378
+ align-items: center;
2379
+ justify-content: center;
2380
+ background: #fff;
2381
+ box-shadow: 0px 2px 5px 0px rgba(0, 110, 229, 0.1019607843);
2382
+ width: 40px;
2383
+ height: 40px;
2384
+ border-radius: 50%;
2385
+ color: rgba(0, 0, 0, 0.5);
2386
+ font-size: 10px;
2387
+ }
2388
+ .user-feedback-entry-icon {
2389
+ width: 13px;
2390
+ height: 13px;
2391
+ margin-bottom: 1px;
2392
+ }
2393
+ .user-feedback-entry:active {
2394
+ background: rgba(255, 255, 255, 0.7);
2395
+ }
2396
+ .user-feedback-entry.hasStorage {
2397
+ width: 92px;
2398
+ height: 43px;
2399
+ background: transparent;
2400
+ box-shadow: none;
2401
+ }
2402
+ .user-feedback-entry.hasStorage .user-feedback-entry-icon {
2403
+ width: 100%;
2404
+ height: 100%;
2405
+ }
2406
+ .user-feedback-entry.hasStorage:active {
2407
+ background: transparent;
2408
+ }
2409
+ .user-feedback-entry.hasStorage .user-feedback-entry-close {
2410
+ position: absolute;
2411
+ top: -6px;
2412
+ right: -6px;
2413
+ width: 20px;
2414
+ height: 20px;
2415
+ display: flex;
2416
+ justify-content: center;
2417
+ align-items: center;
2418
+ }
2419
+ .user-feedback-entry.hasStorage .user-feedback-entry-close-img {
2420
+ width: 10px;
2421
+ height: 10px;
2422
+ }
2423
+ .login-setting {
2424
+ position: fixed;
2425
+ z-index: 4;
2426
+ left: 12px;
2427
+ top: 10px;
2428
+ bottom: 10px;
2429
+ align-items: center;
2430
+ width: calc(100% - 24px);
2431
+ background: #ffffff;
2432
+ border-radius: 5px;
2433
+ display: flex;
2434
+ flex-direction: column;
2435
+ }
2436
+ .login-setting-img {
2437
+ margin-top: 50%;
2438
+ height: 111px;
2439
+ width: 198px;
2440
+ }
2441
+ .login-setting-text {
2442
+ margin-top: 10px;
2443
+ color: #353535;
2444
+ opacity: 0.4;
2445
+ font-size: 12px;
2446
+ padding: 0 30px;
2447
+ text-align: center;
2448
+ }
2449
+ .user-resource-empty {
2450
+ position: fixed;
2451
+ z-index: 4;
2452
+ left: 12px;
2453
+ top: 10px;
2454
+ bottom: 10px;
2455
+ align-items: center;
2456
+ width: calc(100% - 24px);
2457
+ background: #ffffff;
2458
+ border-radius: 5px;
2459
+ display: flex;
2460
+ flex-direction: column;
2461
+ }
2462
+ .user-resource-empty-img {
2463
+ margin-top: 50%;
2464
+ height: 111px;
2465
+ width: 198px;
2466
+ }
2467
+ .user-resource-empty-text {
2468
+ margin-top: 10px;
2469
+ color: #353535;
2470
+ opacity: 0.4;
2471
+ font-size: 12px;
2472
+ padding: 0 30px;
2473
+ text-align: center;
2474
+ }