@uxda/appkit 4.0.14 → 4.0.18

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