@uxda/appkit 1.0.8 → 1.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -27,6 +27,7 @@ yarn link @uxda/appkit
27
27
  ## 用法
28
28
  ```typescript
29
29
  import AppKit from '@uxda/appkit'
30
+ import '@uxda/appkit/appkit.css'
30
31
  ```
31
32
  ## AppKit 初始化
32
33
 
package/dist/appkit.css CHANGED
@@ -1,3 +1,697 @@
1
- var undefined$1 = undefined;
1
+ .amounts-picker .nut-grid-item__content {
2
+ border-radius: 10px;
3
+ border: 1px solid rgba(204, 204, 204, 0.8);
4
+ background: #F5F5F5;
5
+ }
6
+ .amounts-picker .tile {
7
+ height: 80px;
8
+ }
9
+ .amounts-picker .tile.selected .nut-grid-item__content {
10
+ border-width: 2px;
11
+ border-color: #EFD082;
12
+ background: linear-gradient(180deg, #FFF7E3 0%, #FEFDE6 100%);
13
+ }
14
+ .amounts-picker h4 {
15
+ color: #d00;
16
+ font-size: 18px;
17
+ }
18
+ .amounts-picker h5 {
19
+ font-size: 12px;
20
+ }
21
+ .amounts-picker {
22
+ padding-top: 10px;
23
+ }
24
+ .amounts-picker .nut-grid-item__content {
25
+ border-radius: 8px;
26
+ }
27
+ .amounts-picker h4.token-line {
28
+ background-image: url("https://cdn.ddjf.com/static/images/appkit/yundou.png");
29
+ background-size: 20px;
30
+ background-repeat: no-repeat;
31
+ background-position: left center;
32
+ padding-left: 24px;
33
+ color: #FD6701;
34
+ font-size: 18px;
35
+ font-weight: 600;
36
+ line-height: 25px;
37
+ }
38
+ .amounts-picker h5 {
39
+ font-size: 14px;
40
+ line-height: 18px;
41
+ color: #353535;
42
+ font-weight: 600;
43
+ opacity: 0.6;
44
+ margin-top: 4px;
45
+ }
46
+ .agreement-doc {
47
+ padding: 1em;
48
+ padding-top: 4em;
49
+ font-size: 12px;
50
+ }
51
+ .agreement-doc .bold {
52
+ font-weight: bold;
53
+ }
54
+ .agreement-doc h1 {
55
+ font-size: 20px;
56
+ }
57
+ .agreement-doc p {
58
+ margin: 0;
59
+ }
60
+ .page-header {
61
+ flex-shrink: 0;
62
+ position: relative;
63
+ height: 172px;
64
+ padding: 1em;
65
+ box-sizing: border-box;
66
+ margin-left: -12px;
67
+ margin-right: -12px;
68
+ width: calc(100% + 24px);
69
+ }
70
+ .page-header .page-title {
71
+ position: absolute;
72
+ font-size: 18px;
73
+ width: 100%;
74
+ height: 44px;
75
+ top: 44px;
76
+ left: 0;
77
+ line-height: 44px;
78
+ text-align: center;
79
+ }
80
+ .page-header .back-button {
81
+ position: absolute;
82
+ top: 44px;
83
+ left: 10px;
84
+ width: 44px;
85
+ height: 44px;
86
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDIiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCA0MiA0MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC4wMSIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjk5OTg3OCA0MUw0MC45OTk5IDQxTDQwLjk5OTkgMUwwLjk5OTg3OCAxTDAuOTk5ODc4IDQxWiIgZmlsbD0iI0Q4RDhEOCIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLW9wYWNpdHk9IjAuMDEiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi45OTMzIDE4Ljk0NzdDMTEuODYzMyAyMC4wMTQ1IDExLjgxMiAyMS43OTU0IDEyLjg3ODggMjIuOTI1NUwyNy45MTA1IDM3LjEzNDVDMjguNjkyNSAzNy44NzM0IDI5LjkyNTUgMzcuODM4NCAzMC42NjQ0IDM3LjA1NjRDMzEuMzY4MSAzNi4zMTE2IDMxLjM2OTkgMzUuMTU3OSAzMC42OTI5IDM0LjQxMTRMMTYuNTAxMiAyMC45OTM5TDMwLjU4NTcgNy42OTc4NUMzMS4zMzA4IDYuOTk0NDkgMzEuMjk4MiA1LjcyNzk1IDMwLjY2NDkgNC45NDQwMkMyOS45NjE2IDQuMTk4OTUgMjguODA5OCA0LjEzMTI5IDI4LjAyNTkgNC43NjQ1MkwxMi45OTMzIDE4Ljk0NzdaIiBmaWxsPSJibGFjayIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLW9wYWNpdHk9IjAuMDEiLz4KPC9zdmc+Cg==");
87
+ background-size: 22px;
88
+ background-repeat: no-repeat;
89
+ background-position: center center;
90
+ }
91
+ .page-header.color-mode-dark {
92
+ color: var(--text-color-dark-mode, "#fff");
93
+ }
94
+ .page-header.color-mode-dark .back-button {
95
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDIiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCA0MiA0MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC4wMSIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjk5OTg0NyA0MUw0MC45OTk4IDQxTDQwLjk5OTggMUwwLjk5OTg0NyAxTDAuOTk5ODQ3IDQxWiIgZmlsbD0iI0Q4RDhEOCIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLW9wYWNpdHk9IjAuMDEiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi45OTM0IDE4Ljk0NzVDMTEuODYzNCAyMC4wMTQzIDExLjgxMjEgMjEuNzk1MiAxMi44Nzg5IDIyLjkyNTJMMjcuOTEwNiAzNy4xMzQzQzI4LjY5MjcgMzcuODczMSAyOS45MjU2IDM3LjgzODIgMzAuNjY0NSAzNy4wNTYyQzMxLjM2ODIgMzYuMzExNCAzMS4zNyAzNS4xNTc2IDMwLjY5MyAzNC40MTExTDE2LjUwMTMgMjAuOTkzNkwzMC41ODU4IDcuNjk3NjFDMzEuMzMwOSA2Ljk5NDI0IDMxLjI5ODMgNS43Mjc3MSAzMC42NjUxIDQuOTQzNzdDMjkuOTYxNyA0LjE5ODcxIDI4LjgwOTkgNC4xMzEwNCAyOC4wMjYgNC43NjQyN0wxMi45OTM0IDE4Ljk0NzVaIiBmaWxsPSJ3aGl0ZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLW9wYWNpdHk9IjAuMDEiLz4KPC9zdmc+Cg==");
96
+ }
97
+ .app-drawer {
98
+ position: absolute;
99
+ height: 0;
100
+ }
101
+ .app-drawer.open {
102
+ height: 100vh;
103
+ }
104
+ .recharge-view {
105
+ height: 100%;
106
+ display: flex;
107
+ flex-direction: column;
108
+ }
109
+ .recharge-view .flex-grow {
110
+ flex-grow: 1;
111
+ }
112
+ .recharge-view .amount-footer {
113
+ padding: 10px;
114
+ }
115
+ .recharge-view .amount-footer .agreement {
116
+ font-size: 12px;
117
+ display: flex;
118
+ justify-content: center;
119
+ align-items: cebter;
120
+ height: 40px;
121
+ }
122
+ .recharge-view .amount-footer .recharge-button {
123
+ background: linear-gradient(90deg, #FFEBC1 0%, #FFD7A7 52.29%, #FFB875 100%);
124
+ color: #353535;
125
+ margin: 12px 0;
126
+ border: 0;
127
+ }
128
+ .recharge-view .amount-footer .nut-checkbox {
129
+ line-height: 40px;
130
+ }
131
+ .recharge-view .amount-footer .nut-checkbox__label {
132
+ margin-left: 8px;
133
+ flex: flex;
134
+ font-size: 12px;
135
+ }
136
+ .recharge-view .amount-footer .link {
137
+ display: inline;
138
+ color: #FD6701;
139
+ }
140
+ .account-card .card {
141
+ background: #2F2F2F;
142
+ border-radius: 10px;
143
+ padding: 13px 20px;
144
+ margin: 0;
145
+ }
146
+ .account-card .card .card-row {
147
+ display: flex;
148
+ justify-content: space-between;
149
+ align-items: center;
150
+ }
151
+ .account-card .card .card-row .card-row-left {
152
+ display: flex;
153
+ flex-direction: column;
154
+ }
155
+ .account-card .card .card-row .card-row-left .bean-box {
156
+ display: flex;
157
+ align-items: center;
158
+ }
159
+ .account-card .card .card-row .card-row-left .bean-box .bean-icon-box {
160
+ width: 20px;
161
+ height: 20px;
162
+ margin-right: 8px;
163
+ }
164
+ .account-card .card .card-row .card-row-left .bean-box .bean-icon-box .bean-icon {
165
+ display: block;
166
+ font-size: 0;
167
+ width: 100%;
168
+ height: 100%;
169
+ }
170
+ .account-card .card .card-row .card-row-left .bean-box .baan-name {
171
+ color: #F3D59D;
172
+ font-weight: 600;
173
+ font-size: 11px;
174
+ }
175
+ .account-card .card .card-row .card-row-left .bean-nums {
176
+ color: #fff;
177
+ line-height: 22px;
178
+ font-weight: 500;
179
+ font-size: 16px;
180
+ margin-top: 3px;
181
+ }
182
+ .account-card .card .card-row .desc {
183
+ font-size: 10px;
184
+ color: #ccc;
185
+ line-height: 14px;
186
+ }
187
+ .account-card .card .line {
188
+ margin: 6px 0px 8px 0px;
189
+ height: 1px;
190
+ background: #C3C3C3;
191
+ opacity: 0.2;
192
+ }
193
+ .account-card .card .card-row-right .pay {
194
+ padding: 0 8px;
195
+ line-height: 18px;
196
+ color: #FFD6A5;
197
+ border: 1px solid #FFD6A5;
198
+ border-radius: 9px;
199
+ font-size: 12px;
200
+ display: flex;
201
+ align-items: center;
202
+ }
203
+ .account-card .card .card-row-right .pay .pay-icon {
204
+ display: block;
205
+ font-size: 0;
206
+ width: 3px;
207
+ height: 6px;
208
+ margin-left: 6px;
209
+ }
210
+ .account-card .card .card-row-right .account-info-entry {
211
+ display: flex;
212
+ align-items: center;
213
+ padding: 0 10px;
214
+ height: 28px;
215
+ line-height: 28px;
216
+ border-radius: 14px;
217
+ background: linear-gradient(90deg, #FFEBC1 0%, #FFD7A7 52.29%, #FFB875 100%);
218
+ }
219
+ .account-card .card .card-row-right .account-info-entry .account-info-name {
220
+ color: #975213;
221
+ font-size: 13px;
222
+ font-weight: 500;
223
+ margin-right: 8px;
224
+ }
225
+ .account-card .card .card-row-right .account-info-entry .account-info-icon {
226
+ width: 14px;
227
+ height: 14px;
228
+ border-radius: 7px;
229
+ }
230
+ .account-card .card .card-row-right .account-info-entry .account-info-icon .icon {
231
+ display: block;
232
+ font-size: 0;
233
+ width: 100%;
234
+ height: 100%;
235
+ }
236
+ .consumption-filter {
237
+ height: 100%;
238
+ display: flex;
239
+ flex-direction: column;
240
+ width: 100%;
241
+ }
242
+ .consumption-filter-title {
243
+ height: 44px;
244
+ line-height: 44px;
245
+ font-size: 17px;
246
+ color: #353535;
247
+ background: #f5f5f5;
248
+ text-align: center;
249
+ }
250
+ .consumption-filter-content {
251
+ flex: 1;
252
+ margin: 15px;
253
+ overflow-y: scroll;
254
+ color: #353535;
255
+ font-size: 13px;
256
+ }
257
+ .consumption-filter-content .title {
258
+ opacity: 0.6;
259
+ line-height: 18px;
260
+ }
261
+ .consumption-filter-content .info {
262
+ display: grid;
263
+ grid-template-columns: 1fr 1fr 1fr;
264
+ grid-gap: 10px;
265
+ margin: 10px 0;
266
+ }
267
+ .consumption-filter-content .info-item {
268
+ height: 30px;
269
+ line-height: 30px;
270
+ border: 1px solid #ccc;
271
+ border-radius: 6px;
272
+ text-align: center;
273
+ }
274
+ .consumption-filter-content .info .current {
275
+ border: 1px solid;
276
+ border-image-source: linear-gradient(180deg, rgba(239, 208, 130, 0.8) 0%, rgba(255, 185, 120, 0.8) 100%);
277
+ 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%);
278
+ }
279
+ .consumption-filter-btn {
280
+ margin: 0 15px;
281
+ display: flex;
282
+ justify-content: space-between;
283
+ align-items: center;
284
+ }
285
+ .consumption-filter-btn .btn {
286
+ flex: 1;
287
+ height: 40px;
288
+ line-height: 40px;
289
+ text-align: center;
290
+ border: 1px solid #ccc;
291
+ box-sizing: border-box;
292
+ color: #666;
293
+ font-size: 16px;
294
+ border-radius: 6px;
295
+ }
296
+ .consumption-filter-btn .confirm {
297
+ margin-left: 11px;
298
+ color: #000;
299
+ border: none;
300
+ background: linear-gradient(90deg, #ffebc1 0%, #ffd7a7 52.29%, #ffb875 100%);
301
+ }
302
+ .consumption-filter-bottom {
303
+ height: 32px;
304
+ background: #fff;
305
+ }
306
+ .consumption-date-filter {
307
+ height: 100%;
308
+ display: flex;
309
+ flex-direction: column;
310
+ width: 100%;
311
+ }
312
+ .consumption-date-filter .date-filter-header {
313
+ text-align: center;
314
+ height: 44px;
315
+ line-height: 44px;
316
+ color: #353535;
317
+ font-size: 17px;
318
+ background-color: #f5f5f5;
319
+ }
320
+ .consumption-date-filter .content {
321
+ flex: 1;
322
+ margin: 15px;
323
+ overflow-y: scroll;
324
+ color: #353535;
325
+ font-size: 13px;
326
+ }
327
+ .consumption-date-filter .content .title {
328
+ opacity: 0.6;
329
+ line-height: 18px;
330
+ }
331
+ .consumption-date-filter .content .info {
332
+ display: grid;
333
+ grid-template-columns: 1fr 1fr 1fr;
334
+ grid-gap: 10px;
335
+ margin: 10px 0;
336
+ }
337
+ .consumption-date-filter .content .info .item {
338
+ height: 30px;
339
+ line-height: 30px;
340
+ border: 1px solid #ccc;
341
+ border-radius: 6px;
342
+ text-align: center;
343
+ }
344
+ .consumption-date-filter .content .info .current {
345
+ border: 1px solid;
346
+ border-image-source: linear-gradient(180deg, rgba(239, 208, 130, 0.8) 0%, rgba(255, 185, 120, 0.8) 100%);
347
+ 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%);
348
+ }
349
+ .consumption-date-filter .buttons {
350
+ margin: 0 15px;
351
+ display: flex;
352
+ justify-content: space-between;
353
+ align-items: center;
354
+ }
355
+ .consumption-date-filter .buttons .btn {
356
+ flex: 1;
357
+ height: 40px;
358
+ line-height: 40px;
359
+ text-align: center;
360
+ border: 1px solid #ccc;
361
+ box-sizing: border-box;
362
+ color: #666;
363
+ font-size: 16px;
364
+ border-radius: 6px;
365
+ }
366
+ .consumption-date-filter .buttons .confirm {
367
+ margin-left: 11px;
368
+ color: #000;
369
+ border: none;
370
+ background: linear-gradient(90deg, #ffebc1 0%, #ffd7a7 52.29%, #ffb875 100%);
371
+ }
372
+ .consumption-date-filter .time {
373
+ display: flex;
374
+ justify-content: start;
375
+ align-items: center;
376
+ margin: 10px 0 30px 0;
377
+ }
378
+ .consumption-date-filter .time .line {
379
+ margin: 0 8px;
380
+ }
381
+ .consumption-date-filter .time .item {
382
+ height: 30px;
383
+ line-height: 30px;
384
+ padding: 0 15px;
385
+ font-size: 13px;
386
+ color: #353535;
387
+ border: 1px solid transparent;
388
+ box-sizing: border-box;
389
+ background: rgba(245, 245, 245, 0.8);
390
+ border-radius: 6px;
391
+ }
392
+ .consumption-date-filter .time .current {
393
+ border: 1px solid #353535;
394
+ }
395
+ .consumption-date-filter .bottom {
396
+ height: 32px;
397
+ background: #fff;
398
+ }
399
+ .consumption-rules .title {
400
+ line-height: 16px;
401
+ font-weight: 500;
402
+ color: #1a1a1a;
403
+ font-size: 16px;
404
+ text-align: center;
405
+ width: 100%;
406
+ }
407
+ .consumption-rules .desc {
408
+ flex: 1;
409
+ font-size: 14px;
410
+ line-height: 21px;
411
+ color: #666;
412
+ overflow-y: scroll;
413
+ margin: 10px 0;
414
+ }
415
+ .consumption-rules .desc-title {
416
+ font-weight: 600;
417
+ }
418
+ .consumption-rules .know {
419
+ background: linear-gradient(90deg, #ffebc1 0%, #ffd7a7 52.29%, #ffb875 100%);
420
+ height: 30px;
421
+ line-height: 30px;
422
+ font-size: 14px;
423
+ color: #353535;
424
+ border-radius: 15px;
425
+ width: 130px;
426
+ margin: 0 auto;
427
+ text-align: center;
428
+ }
429
+ .consumption-view .spa-between {
430
+ padding: 0 0 0 10px;
431
+ display: flex;
432
+ justify-content: space-between;
433
+ align-items: center;
434
+ }
435
+ .consumption-view .header {
436
+ position: relative;
437
+ background: linear-gradient(187.18deg, #353535 10.04%, #433f46 90.21%);
438
+ background-size: 100% 106px;
439
+ padding-top: 20px;
440
+ background-repeat: no-repeat;
441
+ }
442
+ .consumption-view .header_card {
443
+ background: linear-gradient(104.85deg, #f4e2ce 1.88%, #debb9b 98.18%);
444
+ border-radius: 15px;
445
+ padding: 10px;
446
+ margin: 0 15px;
447
+ }
448
+ .consumption-view .header_card .clound-bean .bean-box {
449
+ font-size: 10px;
450
+ }
451
+ .consumption-view .header_card .clound-bean .bean-box .bean-img {
452
+ display: flex;
453
+ justify-content: start;
454
+ align-items: center;
455
+ }
456
+ .consumption-view .header_card .clound-bean .bean-box .bean-img .bean-icon {
457
+ display: block;
458
+ font-size: 0;
459
+ width: 20px;
460
+ height: 20px;
461
+ margin-right: 4px;
462
+ }
463
+ .consumption-view .header_card .clound-bean .bean-box .bean-img .bean-tag {
464
+ color: #353535;
465
+ height: 15px;
466
+ line-height: 15px;
467
+ border-radius: 30px 50px 50px 0px;
468
+ background: rgba(255, 131, 32, 0.3);
469
+ padding-left: 5px;
470
+ padding-right: 10px;
471
+ }
472
+ .consumption-view .header_card .clound-bean .bean-box .bean-img .tag {
473
+ background: #ff8320;
474
+ color: #fff;
475
+ }
476
+ .consumption-view .header_card .clound-bean .bean-box .rule {
477
+ color: #353535;
478
+ opacity: 0.5;
479
+ }
480
+ .consumption-view .header_card .clound-bean .bean-counts {
481
+ margin-top: 5px;
482
+ }
483
+ .consumption-view .header_card .clound-bean .bean-counts .counts {
484
+ color: #3d3835;
485
+ font-size: 32px;
486
+ font-weight: 700;
487
+ }
488
+ .consumption-view .header_card .clound-bean .bean-counts .pay {
489
+ padding: 0 20px;
490
+ height: 32px;
491
+ line-height: 32px;
492
+ background: linear-gradient(187.18deg, #353535 10.04%, #433f46 90.21%);
493
+ border-radius: 16px;
494
+ color: #e7caad;
495
+ font-size: 15px;
496
+ font-weight: 500;
497
+ }
498
+ .consumption-view .header_card .line {
499
+ height: 3px;
500
+ width: 100%;
501
+ margin: 10px 0;
502
+ background: linear-gradient(90deg, #e7c39f 0.84%, #e6c9ad 27.74%);
503
+ }
504
+ .consumption-view .header_card .small-clound-bean {
505
+ margin-top: 20px;
506
+ }
507
+ .consumption-view .header_card .small-clound-bean .bean-list {
508
+ margin-top: 8px;
509
+ display: flex;
510
+ flex-wrap: wrap;
511
+ }
512
+ .consumption-view .header_card .small-clound-bean .bean-list-item {
513
+ width: 50%;
514
+ line-height: 23px;
515
+ padding-left: 10px;
516
+ box-sizing: border-box;
517
+ margin-bottom: 10px;
518
+ }
519
+ .consumption-view .header_card .small-clound-bean .bean-list-item .counts {
520
+ color: #353535;
521
+ font-size: 20px;
522
+ font-weight: 700;
523
+ }
524
+ .consumption-view .header_card .small-clound-bean .bean-list-item .title {
525
+ color: #987356;
526
+ font-weight: 400;
527
+ font-size: 11px;
528
+ }
529
+ .consumption-view .header_card .small-clound-bean .bean-list-item:nth-child(2n) {
530
+ padding-left: 30px;
531
+ }
532
+ .consumption-view .operation-title {
533
+ padding: 10px 15px;
534
+ background: #fff;
535
+ position: sticky;
536
+ z-index: 10;
537
+ top: 0;
538
+ }
539
+ .consumption-view .operation-title .text {
540
+ color: #353535;
541
+ font-size: 12px;
542
+ opacity: 0.5;
543
+ }
544
+ .consumption-view .operation-title .time-icon {
545
+ display: block;
546
+ font-size: 0;
547
+ width: 12px;
548
+ height: 12px;
549
+ margin-left: 4px;
550
+ }
551
+ .consumption-view .operation-title .search-time {
552
+ display: flex;
553
+ align-items: center;
554
+ }
555
+ .consumption-view .operation-title .search-time .title {
556
+ color: #000;
557
+ font-weight: 500;
558
+ font-size: 17px;
559
+ margin-right: 10px;
560
+ }
561
+ .consumption-view .operation-title .search-time .time {
562
+ flex: 1;
563
+ display: flex;
564
+ align-items: center;
565
+ }
566
+ .consumption-view .operation-title .search {
567
+ display: flex;
568
+ align-items: center;
569
+ }
570
+ .consumption-view .operation-list {
571
+ margin: 0 15px;
572
+ }
573
+ .consumption-view .operation-list .box-detail .title {
574
+ line-height: 22px;
575
+ font-weight: 700;
576
+ font-size: 12px;
577
+ color: #000;
578
+ opacity: 0.5;
579
+ margin-bottom: 10px;
580
+ }
581
+ .consumption-view .operation-list .box-detail .item {
582
+ box-shadow: 0px 5px 18px 2px rgba(0, 0, 0, 0.1607843137);
583
+ border-radius: 5px;
584
+ padding: 12px 10px;
585
+ display: flex;
586
+ margin-bottom: 10px;
587
+ }
588
+ .consumption-view .operation-list .box-detail .item-type {
589
+ background: linear-gradient(113.95deg, #f4e2ce 1.2%, #debb9b 77.63%);
590
+ width: 30px;
591
+ height: 30px;
592
+ border-radius: 15px;
593
+ margin-right: 15px;
594
+ line-height: 30px;
595
+ font-size: 10px;
596
+ font-weight: 500;
597
+ color: #000;
598
+ text-align: center;
599
+ }
600
+ .consumption-view .operation-list .box-detail .item-detail {
601
+ flex: 1;
602
+ }
603
+ .consumption-view .operation-list .box-detail .item-detail .item-info {
604
+ padding: 0;
605
+ font-size: 14px;
606
+ font-weight: 700;
607
+ color: #000;
608
+ }
609
+ .consumption-view .operation-list .box-detail .item-detail .item-info-type {
610
+ line-height: 15px;
611
+ }
612
+ .consumption-view .operation-list .box-detail .item-detail .item-info-title {
613
+ font-weight: 400;
614
+ opacity: 0.8;
615
+ font-size: 11px;
616
+ }
617
+ .consumption-view .operation-list .box-detail .item-detail .item-info-amount {
618
+ color: #9e7b5a;
619
+ }
620
+ .consumption-view .operation-list .box-detail .item-detail-remark {
621
+ opacity: 0.3;
622
+ line-height: 15px;
623
+ font-size: 10px;
624
+ }
625
+ .consumption-view .operation-list .box-not-text {
626
+ opacity: 0.4;
627
+ color: #353535;
628
+ font-size: 12px;
629
+ line-height: 20px;
630
+ margin: 0 auto 40px;
631
+ text-align: center;
632
+ }
633
+ .consumption-view .operation-list .operations-empty {
634
+ display: flex;
635
+ flex-direction: column;
636
+ justify-content: center;
637
+ align-items: center;
638
+ margin-top: 80px;
639
+ }
640
+ .consumption-view .operation-list .operations-empty-img {
641
+ display: block;
642
+ font-size: 0;
643
+ width: 144px;
644
+ height: 80px;
645
+ }
646
+ .consumption-view .operation-list .operations-empty-text {
647
+ opacity: 0.4;
648
+ color: #353535;
649
+ font-size: 12px;
650
+ line-height: 28px;
651
+ }
2
652
 
3
- export { undefined$1 as default };
653
+ .consumption-rules-popup {
654
+ border-radius: 16px;
655
+ width: 70%;
656
+ height: 70%;
657
+ padding: 24px;
658
+ }
659
+ .balance-reminder-popup {
660
+ width: 90%;
661
+ }
662
+
663
+ .balance-reminder {
664
+ --primary-button-background: linear-gradient(135deg, #098C9D 0%, #66BF97 100%);
665
+ }
666
+ .balance-reminder h2 {
667
+ font-size: 16px;
668
+ font-weight: bold;
669
+ margin-bottom: 14px;
670
+ }
671
+ .balance-reminder .body {
672
+ height: 120px;
673
+ box-sizing: border-box;
674
+ display: flex;
675
+ flex-direction: column;
676
+ align-items: center;
677
+ justify-content: center;
678
+ padding: 20px 10px 10px 10px;
679
+ font-size: 14px;
680
+ text-align: center;
681
+ color: #666;
682
+ }
683
+ .balance-reminder .footer {
684
+ display: flex;
685
+ flex-direction: row;
686
+ justify-content: stretch;
687
+ align-items: center;
688
+ padding: 10px 20px 20px 20px;
689
+ }
690
+ .balance-reminder .footer .col {
691
+ flex-grow: 1;
692
+ padding: 6px;
693
+ }
694
+ .balance-reminder .footer .recharge-button {
695
+ color: #fff;
696
+ background: var(--primary-button-background);
697
+ }
@@ -0,0 +1 @@
1
+