@pisell/private-materials 6.6.13 → 6.6.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (80) hide show
  1. package/build/lowcode/assets-daily.json +11 -11
  2. package/build/lowcode/assets-dev.json +2 -2
  3. package/build/lowcode/assets-prod.json +11 -11
  4. package/build/lowcode/index.js +1 -1
  5. package/build/lowcode/meta.js +1 -1
  6. package/build/lowcode/render/default/view.css +1 -1
  7. package/build/lowcode/render/default/view.js +1 -1
  8. package/build/lowcode/view.css +1 -1
  9. package/build/lowcode/view.js +1 -1
  10. package/es/components/booking/addons/model.d.ts +10 -1
  11. package/es/components/booking/components/footer/index.js +3 -1
  12. package/es/components/booking/forms/model.d.ts +10 -1
  13. package/es/components/booking/forms/sendModal/useSendModal.d.ts +1 -1
  14. package/es/components/booking/info/model.d.ts +10 -1
  15. package/es/components/booking/info/service2/utils.d.ts +1 -1
  16. package/es/components/booking/info2/cartClientCard/index.js +4 -2
  17. package/es/components/booking/locales.js +2 -2
  18. package/es/components/booking/model.d.ts +9 -1
  19. package/es/components/booking/notes/model.d.ts +10 -1
  20. package/es/components/booking/payments/model.d.ts +10 -1
  21. package/es/components/checkout/components/PaymentDetailModal/index.less +427 -429
  22. package/es/components/checkout/hooks/useWalletPass.d.ts +1 -1
  23. package/es/components/eftposPay/amount.d.ts +1 -1
  24. package/es/components/eftposPay/device.d.ts +1 -1
  25. package/es/components/eftposPay/hooks.d.ts +2 -2
  26. package/es/components/eftposPay/store/index.d.ts +5 -5
  27. package/es/components/pay/toC/model.d.ts +9 -1
  28. package/es/components/schedules/model.d.ts +9 -1
  29. package/es/components/ticketBooking/components/addServiceVariant/addService.js +5 -4
  30. package/es/components/ticketBooking/components/ticketBooking/index.js +1 -0
  31. package/es/components/ticketBooking/utils/index.d.ts +1 -1
  32. package/es/plus/clinetSearch/index.d.ts +1 -0
  33. package/es/plus/clinetSearch/index.js +11 -3
  34. package/es/plus/clinetSearch/locales.d.ts +3 -0
  35. package/es/plus/clinetSearch/locales.js +6 -3
  36. package/es/plus/productSelect/ProductCard/SkuCard/components/Capacity/index.d.ts +1 -1
  37. package/es/plus/productSelect/ProductCard/SkuCard/components/CardMask/index.d.ts +1 -1
  38. package/es/plus/productSelect/ProductCard/SkuCard/components/Countdown/index.d.ts +1 -1
  39. package/es/plus/productSelect/ProductCard/SkuCard/components/Duration/index.d.ts +1 -1
  40. package/es/plus/productSelect/ProductCard/SkuCard/components/MemberPrice/index.d.ts +1 -1
  41. package/es/plus/productSelect/ProductCard/SkuCard/components/Resource/index.d.ts +1 -1
  42. package/es/plus/productSelect/ProductCard/SkuCard/components/Stock/index.d.ts +1 -1
  43. package/es/plus/productSelect/ProductCard/SkuCard/components/Time/index.d.ts +1 -1
  44. package/es/pro/comprehensiveSearch/components/searchSection/locales.js +3 -3
  45. package/lib/components/booking/addons/model.d.ts +10 -1
  46. package/lib/components/booking/components/footer/index.js +3 -2
  47. package/lib/components/booking/forms/model.d.ts +10 -1
  48. package/lib/components/booking/forms/sendModal/useSendModal.d.ts +1 -1
  49. package/lib/components/booking/info/model.d.ts +10 -1
  50. package/lib/components/booking/info/service2/utils.d.ts +1 -1
  51. package/lib/components/booking/info2/cartClientCard/index.js +4 -2
  52. package/lib/components/booking/locales.js +2 -2
  53. package/lib/components/booking/model.d.ts +9 -1
  54. package/lib/components/booking/notes/model.d.ts +10 -1
  55. package/lib/components/booking/payments/model.d.ts +10 -1
  56. package/lib/components/checkout/components/PaymentDetailModal/index.less +427 -429
  57. package/lib/components/checkout/hooks/useWalletPass.d.ts +1 -1
  58. package/lib/components/eftposPay/amount.d.ts +1 -1
  59. package/lib/components/eftposPay/device.d.ts +1 -1
  60. package/lib/components/eftposPay/hooks.d.ts +2 -2
  61. package/lib/components/eftposPay/store/index.d.ts +5 -5
  62. package/lib/components/pay/toC/model.d.ts +9 -1
  63. package/lib/components/schedules/model.d.ts +9 -1
  64. package/lib/components/ticketBooking/components/addServiceVariant/addService.js +5 -5
  65. package/lib/components/ticketBooking/components/ticketBooking/index.js +1 -0
  66. package/lib/components/ticketBooking/utils/index.d.ts +1 -1
  67. package/lib/plus/clinetSearch/index.d.ts +1 -0
  68. package/lib/plus/clinetSearch/index.js +16 -6
  69. package/lib/plus/clinetSearch/locales.d.ts +3 -0
  70. package/lib/plus/clinetSearch/locales.js +6 -3
  71. package/lib/plus/productSelect/ProductCard/SkuCard/components/Capacity/index.d.ts +1 -1
  72. package/lib/plus/productSelect/ProductCard/SkuCard/components/CardMask/index.d.ts +1 -1
  73. package/lib/plus/productSelect/ProductCard/SkuCard/components/Countdown/index.d.ts +1 -1
  74. package/lib/plus/productSelect/ProductCard/SkuCard/components/Duration/index.d.ts +1 -1
  75. package/lib/plus/productSelect/ProductCard/SkuCard/components/MemberPrice/index.d.ts +1 -1
  76. package/lib/plus/productSelect/ProductCard/SkuCard/components/Resource/index.d.ts +1 -1
  77. package/lib/plus/productSelect/ProductCard/SkuCard/components/Stock/index.d.ts +1 -1
  78. package/lib/plus/productSelect/ProductCard/SkuCard/components/Time/index.d.ts +1 -1
  79. package/lib/pro/comprehensiveSearch/components/searchSection/locales.js +3 -3
  80. package/package.json +3 -3
@@ -59,435 +59,433 @@
59
59
  font-size: 14px;
60
60
  font-weight: 500;
61
61
  }
62
- }
62
+ /* PaymentDetailModal组件样式 - 基于Figma设计 */
63
+ .payment-detail-modal {
64
+ width: 100%;
65
+ height: 100%;
66
+ background: white;
67
+ overflow: hidden;
68
+ border-radius: 8px;
69
+ display: flex;
70
+ flex-direction: column;
71
+ justify-content: flex-start;
72
+ align-items: flex-start;
73
+ font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
74
+ }
63
75
 
76
+ .main-content {
77
+ align-self: stretch;
78
+ padding: 16px 0;
79
+ background: white;
80
+ overflow: hidden;
81
+ display: flex;
82
+ flex-direction: column;
83
+ justify-content: center;
84
+ align-items: flex-start;
85
+ gap: 16px;
86
+ }
64
87
 
88
+ /* Section 通用样式 */
89
+ .section-container {
90
+ align-self: stretch;
91
+ display: flex;
92
+ flex-direction: column;
93
+ justify-content: flex-start;
94
+ align-items: flex-start;
95
+ gap: 6px;
96
+ }
65
97
 
66
- /* PaymentDetailModal组件样式 - 基于Figma设计 */
67
- .payment-detail-modal {
68
- width: 100%;
69
- height: 100%;
70
- background: white;
71
- overflow: hidden;
72
- border-radius: 8px;
73
- display: flex;
74
- flex-direction: column;
75
- justify-content: flex-start;
76
- align-items: flex-start;
77
- font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
78
- }
79
-
80
- .main-content {
81
- align-self: stretch;
82
- padding: 16px 0;
83
- background: white;
84
- overflow: hidden;
85
- display: flex;
86
- flex-direction: column;
87
- justify-content: center;
88
- align-items: flex-start;
89
- gap: 16px;
90
- }
91
-
92
- /* Section 通用样式 */
93
- .section-container {
94
- align-self: stretch;
95
- display: flex;
96
- flex-direction: column;
97
- justify-content: flex-start;
98
- align-items: flex-start;
99
- gap: 6px;
100
- }
101
-
102
- .section-header {
103
- align-self: stretch;
104
- display: flex;
105
- justify-content: space-between;
106
- align-items: center;
107
- cursor: pointer;
108
- user-select: none;
109
- }
110
-
111
- .section-title-container {
112
- width: 232.5px;
113
- display: flex;
114
- flex-direction: column;
115
- justify-content: flex-start;
116
- align-items: flex-start;
117
- }
118
-
119
- .section-title {
120
- color: #1B1B1B;
121
- font-size: 16px;
122
- font-weight: 700;
123
- line-height: 24px;
124
- word-wrap: break-word;
125
- }
126
-
127
- .section-right {
128
- display: flex;
129
- justify-content: flex-start;
130
- align-items: center;
131
- gap: 16px;
132
- }
133
-
134
- .section-amount {
135
- color: black;
136
- font-size: 16px;
137
- font-weight: 700;
138
- line-height: 24px;
139
- word-wrap: break-word;
140
- }
141
-
142
- /* 折叠图标样式 */
143
- .collapse-icon {
144
- width: 24px;
145
- height: 24px;
146
- display: flex;
147
- align-items: center;
148
- justify-content: center;
149
- transition: transform 0.2s ease;
150
- }
151
-
152
- .collapse-icon.expanded {
153
- transform: rotate(180deg);
154
- }
155
-
156
- /* 信息图标样式 */
157
- .info-icon {
158
- width: 16px;
159
- height: 16px;
160
- display: flex;
161
- align-items: center;
162
- justify-content: center;
163
- }
164
-
165
- /* Section 内容样式 */
166
- .section-content {
167
- align-self: stretch;
168
- display: flex;
169
- justify-content: flex-start;
170
- align-items: flex-start;
171
- gap: 8px;
172
- }
173
-
174
- /* Order Details 网格布局 */
175
- .order-details-grid {
176
- width: 100%;
177
- display: flex;
178
- justify-content: space-between;
179
- align-items: flex-start;
180
- gap: 8px;
181
- }
182
-
183
- .order-details-column {
184
- flex: 1;
185
- display: flex;
186
- flex-direction: column;
187
- justify-content: flex-start;
188
- align-items: flex-start;
189
- gap: 4px;
190
- }
191
-
192
- .divider-vertical {
193
- width: 1px;
194
- align-self: stretch;
195
- background: #D0D5DD;
196
- }
197
-
198
- .order-row {
199
- align-self: stretch;
200
- height: 24px;
201
- display: flex;
202
- justify-content: space-between;
203
- align-items: center;
204
- }
205
-
206
- .order-row-left {
207
- flex: 1;
208
- display: flex;
209
- justify-content: flex-start;
210
- align-items: center;
211
- gap: 8px;
212
- }
213
-
214
- .order-row-label {
215
- display: flex;
216
- flex-direction: column;
217
- justify-content: flex-start;
218
- align-items: flex-start;
219
- }
220
-
221
- .order-row-label-with-icon {
222
- display: flex;
223
- justify-content: flex-start;
224
- align-items: center;
225
- gap: 4px;
226
- }
227
-
228
- .order-row-text {
229
- color: black;
230
- font-size: 14px;
231
- font-weight: 500;
232
- line-height: 20px;
233
- word-wrap: break-word;
234
- }
235
-
236
- .order-row-subtext {
237
- color: #667085;
238
- font-size: 14px;
239
- font-weight: 500;
240
- line-height: 20px;
241
- word-wrap: break-word;
242
- }
243
-
244
- .order-row-amount {
245
- color: black;
246
- font-size: 14px;
247
- font-weight: 500;
248
- line-height: 20px;
249
- word-wrap: break-word;
250
- }
251
-
252
- /* 水平分隔线 */
253
- .divider-horizontal {
254
- align-self: stretch;
255
- height: 1px;
256
- border-top: 1px solid black;
257
- }
258
-
259
- /* Payment Records 样式 */
260
- .payment-record-container {
261
- flex: 1;
262
- display: flex;
263
- flex-direction: column;
264
- justify-content: flex-start;
265
- align-items: flex-start;
266
- gap: 8px;
267
- }
268
-
269
- .payment-record-header {
270
- align-self: stretch;
271
- height: 24px;
272
- border-top: 1px solid black;
273
- border-bottom: 1px solid black;
274
- display: flex;
275
- justify-content: space-between;
276
- align-items: center;
277
- }
278
-
279
- .payment-record-info {
280
- flex: 1;
281
- display: flex;
282
- justify-content: flex-start;
283
- align-items: center;
284
- gap: 8px;
285
- }
286
-
287
- .payment-record-text {
288
- color: black;
289
- font-size: 14px;
290
- font-weight: 500;
291
- line-height: 20px;
292
- word-wrap: break-word;
293
- }
294
-
295
- .payment-record-amount {
296
- color: black;
297
- font-size: 14px;
298
- font-weight: 500;
299
- line-height: 20px;
300
- word-wrap: break-word;
301
- }
302
- .payment-item-header {
303
- width: 100%;
304
- color: black;
305
- font-size: 14px;
306
- font-weight: 500;
307
- line-height: 20px;
308
- word-wrap: break-word;
309
- display: flex;
310
- justify-content: space-between;
311
- }
312
-
313
- .payment-item {
314
- align-self: stretch;
315
- display: flex;
316
- justify-content: flex-start;
317
- align-items: center;
318
- gap: 8px;
319
- margin-left: 10px;
320
- margin-right: 64px;
321
- }
322
-
323
- .payment-item-bullet {
324
- width: 6px;
325
- height: 6px;
326
- background-color: #475467;
327
- border-radius: 50%;
328
- flex-shrink: 0;
329
- }
330
-
331
- .payment-item-content {
332
- flex: 1;
333
- display: flex;
334
- justify-content: space-between;
335
- align-items: center;
336
- }
337
-
338
- .payment-item-text {
339
- color: #475467;
340
- font-size: 14px;
341
- font-weight: 500;
342
- line-height: 20px;
343
- word-wrap: break-word;
344
- }
345
-
346
- .payment-item-actions {
347
- display: flex;
348
- justify-content: flex-start;
349
- align-items: center;
350
- gap: 16px;
351
- }
352
-
353
- .payment-item-amount {
354
- color: #475467;
355
- font-size: 14px;
356
- font-weight: 500;
357
- line-height: 20px;
358
- word-wrap: break-word;
359
- }
360
-
361
- .void-button {
362
- padding: 2px 16px;
363
- background: #079455;
364
- box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
365
- border: none;
366
- border-radius: 8px;
367
- display: flex;
368
- justify-content: center;
369
- align-items: center;
370
- gap: 8px;
371
- cursor: pointer;
372
- transition: background-color 0.2s ease;
373
- height: 32px;
374
- color: white;
375
- font-size: 12px;
376
- font-weight: 500;
377
- line-height: 22px;
378
- }
379
-
380
- .void-button:hover {
381
- background: #065f41;
382
- }
383
-
384
- /* Balance to Pay 特殊样式 */
385
- .balance-to-pay-section {
386
- align-self: stretch;
387
- padding-top: 4px;
388
- overflow: hidden;
389
- border-radius: 8px;
390
- border: 1px solid #7F56DA;
391
- display: flex;
392
- flex-direction: column;
393
- justify-content: center;
394
- align-items: center;
395
- gap: 10px;
396
- }
397
-
398
- .balance-to-pay-header {
399
- align-self: stretch;
400
- padding: 0 16px;
401
- display: flex;
402
- justify-content: space-between;
403
- align-items: center;
404
- cursor: pointer;
405
- user-select: none;
406
- }
407
-
408
- .balance-to-pay-title {
409
- color: #7F56DA;
410
- font-size: 16px;
411
- font-weight: 700;
412
- line-height: 24px;
413
- word-wrap: break-word;
414
- }
415
-
416
- .balance-to-pay-right {
417
- display: flex;
418
- justify-content: space-between;
419
- align-items: center;
420
- gap: 16px;
421
- }
422
-
423
- .balance-to-pay-amount {
424
- color: #7F56DA;
425
- font-size: 16px;
426
- font-weight: 700;
427
- line-height: 24px;
428
- word-wrap: break-word;
429
- }
430
-
431
- .balance-to-pay-content {
432
- align-self: stretch;
433
- padding: 0 16px;
434
- display: flex;
435
- flex-direction: column;
436
- gap: 4px;
437
- }
438
-
439
- .balance-item-row {
440
- display: flex;
441
- justify-content: space-between;
442
- align-items: center;
443
- height: 24px;
444
- }
445
-
446
- .balance-item-text {
447
- color: #475467;
448
- font-size: 14px;
449
- font-weight: 500;
450
- line-height: 20px;
451
- word-wrap: break-word;
452
- }
453
-
454
- .balance-item-amount {
455
- color: #475467;
456
- font-size: 14px;
457
- font-weight: 500;
458
- line-height: 20px;
459
- word-wrap: break-word;
460
- }
461
-
462
- /* Balance Due 最终结果样式 */
463
- .balance-due-section {
464
- align-self: stretch;
465
- padding: 4px 16px;
466
- background: #5D3F9F;
467
- display: flex;
468
- justify-content: space-between;
469
- align-items: center;
470
- }
471
-
472
- .balance-due-header {
473
- width: 100%;
474
- display: flex;
475
- justify-content: space-between;
476
- align-items: center;
477
- }
478
-
479
- .balance-due-title {
480
- color: white;
481
- font-size: 16px;
482
- font-weight: 700;
483
- line-height: 24px;
484
- word-wrap: break-word;
485
- }
486
-
487
- .balance-due-amount {
488
- color: white;
489
- font-size: 16px;
490
- font-weight: 700;
491
- line-height: 24px;
492
- word-wrap: break-word;
493
- }
98
+ .section-header {
99
+ align-self: stretch;
100
+ display: flex;
101
+ justify-content: space-between;
102
+ align-items: center;
103
+ cursor: pointer;
104
+ user-select: none;
105
+ }
106
+
107
+ .section-title-container {
108
+ width: 232.5px;
109
+ display: flex;
110
+ flex-direction: column;
111
+ justify-content: flex-start;
112
+ align-items: flex-start;
113
+ }
114
+
115
+ .section-title {
116
+ color: #1B1B1B;
117
+ font-size: 16px;
118
+ font-weight: 700;
119
+ line-height: 24px;
120
+ word-wrap: break-word;
121
+ }
122
+
123
+ .section-right {
124
+ display: flex;
125
+ justify-content: flex-start;
126
+ align-items: center;
127
+ gap: 16px;
128
+ }
129
+
130
+ .section-amount {
131
+ color: black;
132
+ font-size: 16px;
133
+ font-weight: 700;
134
+ line-height: 24px;
135
+ word-wrap: break-word;
136
+ }
137
+
138
+ /* 折叠图标样式 */
139
+ .collapse-icon {
140
+ width: 24px;
141
+ height: 24px;
142
+ display: flex;
143
+ align-items: center;
144
+ justify-content: center;
145
+ transition: transform 0.2s ease;
146
+ }
147
+
148
+ .collapse-icon.expanded {
149
+ transform: rotate(180deg);
150
+ }
151
+
152
+ /* 信息图标样式 */
153
+ .info-icon {
154
+ width: 16px;
155
+ height: 16px;
156
+ display: flex;
157
+ align-items: center;
158
+ justify-content: center;
159
+ }
160
+
161
+ /* Section 内容样式 */
162
+ .section-content {
163
+ align-self: stretch;
164
+ display: flex;
165
+ justify-content: flex-start;
166
+ align-items: flex-start;
167
+ gap: 8px;
168
+ }
169
+
170
+ /* Order Details 网格布局 */
171
+ .order-details-grid {
172
+ width: 100%;
173
+ display: flex;
174
+ justify-content: space-between;
175
+ align-items: flex-start;
176
+ gap: 8px;
177
+ }
178
+
179
+ .order-details-column {
180
+ flex: 1;
181
+ display: flex;
182
+ flex-direction: column;
183
+ justify-content: flex-start;
184
+ align-items: flex-start;
185
+ gap: 4px;
186
+ }
187
+
188
+ .divider-vertical {
189
+ width: 1px;
190
+ align-self: stretch;
191
+ background: #D0D5DD;
192
+ }
193
+
194
+ .order-row {
195
+ align-self: stretch;
196
+ height: 24px;
197
+ display: flex;
198
+ justify-content: space-between;
199
+ align-items: center;
200
+ }
201
+
202
+ .order-row-left {
203
+ flex: 1;
204
+ display: flex;
205
+ justify-content: flex-start;
206
+ align-items: center;
207
+ gap: 8px;
208
+ }
209
+
210
+ .order-row-label {
211
+ display: flex;
212
+ flex-direction: column;
213
+ justify-content: flex-start;
214
+ align-items: flex-start;
215
+ }
216
+
217
+ .order-row-label-with-icon {
218
+ display: flex;
219
+ justify-content: flex-start;
220
+ align-items: center;
221
+ gap: 4px;
222
+ }
223
+
224
+ .order-row-text {
225
+ color: black;
226
+ font-size: 14px;
227
+ font-weight: 500;
228
+ line-height: 20px;
229
+ word-wrap: break-word;
230
+ }
231
+
232
+ .order-row-subtext {
233
+ color: #667085;
234
+ font-size: 14px;
235
+ font-weight: 500;
236
+ line-height: 20px;
237
+ word-wrap: break-word;
238
+ }
239
+
240
+ .order-row-amount {
241
+ color: black;
242
+ font-size: 14px;
243
+ font-weight: 500;
244
+ line-height: 20px;
245
+ word-wrap: break-word;
246
+ }
247
+
248
+ /* 水平分隔线 */
249
+ .divider-horizontal {
250
+ align-self: stretch;
251
+ height: 1px;
252
+ border-top: 1px solid black;
253
+ }
254
+
255
+ /* Payment Records 样式 */
256
+ .payment-record-container {
257
+ flex: 1;
258
+ display: flex;
259
+ flex-direction: column;
260
+ justify-content: flex-start;
261
+ align-items: flex-start;
262
+ gap: 8px;
263
+ }
264
+
265
+ .payment-record-header {
266
+ align-self: stretch;
267
+ height: 24px;
268
+ border-top: 1px solid black;
269
+ border-bottom: 1px solid black;
270
+ display: flex;
271
+ justify-content: space-between;
272
+ align-items: center;
273
+ }
274
+
275
+ .payment-record-info {
276
+ flex: 1;
277
+ display: flex;
278
+ justify-content: flex-start;
279
+ align-items: center;
280
+ gap: 8px;
281
+ }
282
+
283
+ .payment-record-text {
284
+ color: black;
285
+ font-size: 14px;
286
+ font-weight: 500;
287
+ line-height: 20px;
288
+ word-wrap: break-word;
289
+ }
290
+
291
+ .payment-record-amount {
292
+ color: black;
293
+ font-size: 14px;
294
+ font-weight: 500;
295
+ line-height: 20px;
296
+ word-wrap: break-word;
297
+ }
298
+ .payment-item-header {
299
+ width: 100%;
300
+ color: black;
301
+ font-size: 14px;
302
+ font-weight: 500;
303
+ line-height: 20px;
304
+ word-wrap: break-word;
305
+ display: flex;
306
+ justify-content: space-between;
307
+ }
308
+
309
+ .payment-item {
310
+ align-self: stretch;
311
+ display: flex;
312
+ justify-content: flex-start;
313
+ align-items: center;
314
+ gap: 8px;
315
+ margin-left: 10px;
316
+ margin-right: 64px;
317
+ }
318
+
319
+ .payment-item-bullet {
320
+ width: 6px;
321
+ height: 6px;
322
+ background-color: #475467;
323
+ border-radius: 50%;
324
+ flex-shrink: 0;
325
+ }
326
+
327
+ .payment-item-content {
328
+ flex: 1;
329
+ display: flex;
330
+ justify-content: space-between;
331
+ align-items: center;
332
+ }
333
+
334
+ .payment-item-text {
335
+ color: #475467;
336
+ font-size: 14px;
337
+ font-weight: 500;
338
+ line-height: 20px;
339
+ word-wrap: break-word;
340
+ }
341
+
342
+ .payment-item-actions {
343
+ display: flex;
344
+ justify-content: flex-start;
345
+ align-items: center;
346
+ gap: 16px;
347
+ }
348
+
349
+ .payment-item-amount {
350
+ color: #475467;
351
+ font-size: 14px;
352
+ font-weight: 500;
353
+ line-height: 20px;
354
+ word-wrap: break-word;
355
+ }
356
+
357
+ .void-button {
358
+ padding: 2px 16px;
359
+ background: #079455;
360
+ box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
361
+ border: none;
362
+ border-radius: 8px;
363
+ display: flex;
364
+ justify-content: center;
365
+ align-items: center;
366
+ gap: 8px;
367
+ cursor: pointer;
368
+ transition: background-color 0.2s ease;
369
+ height: 32px;
370
+ color: white;
371
+ font-size: 12px;
372
+ font-weight: 500;
373
+ line-height: 22px;
374
+ }
375
+
376
+ .void-button:hover {
377
+ background: #065f41;
378
+ }
379
+
380
+ /* Balance to Pay 特殊样式 */
381
+ .balance-to-pay-section {
382
+ align-self: stretch;
383
+ padding-top: 4px;
384
+ overflow: hidden;
385
+ border-radius: 8px;
386
+ border: 1px solid #7F56DA;
387
+ display: flex;
388
+ flex-direction: column;
389
+ justify-content: center;
390
+ align-items: center;
391
+ gap: 10px;
392
+ }
393
+
394
+ .balance-to-pay-header {
395
+ align-self: stretch;
396
+ padding: 0 16px;
397
+ display: flex;
398
+ justify-content: space-between;
399
+ align-items: center;
400
+ cursor: pointer;
401
+ user-select: none;
402
+ }
403
+
404
+ .balance-to-pay-title {
405
+ color: #7F56DA;
406
+ font-size: 16px;
407
+ font-weight: 700;
408
+ line-height: 24px;
409
+ word-wrap: break-word;
410
+ }
411
+
412
+ .balance-to-pay-right {
413
+ display: flex;
414
+ justify-content: space-between;
415
+ align-items: center;
416
+ gap: 16px;
417
+ }
418
+
419
+ .balance-to-pay-amount {
420
+ color: #7F56DA;
421
+ font-size: 16px;
422
+ font-weight: 700;
423
+ line-height: 24px;
424
+ word-wrap: break-word;
425
+ }
426
+
427
+ .balance-to-pay-content {
428
+ align-self: stretch;
429
+ padding: 0 16px;
430
+ display: flex;
431
+ flex-direction: column;
432
+ gap: 4px;
433
+ }
434
+
435
+ .balance-item-row {
436
+ display: flex;
437
+ justify-content: space-between;
438
+ align-items: center;
439
+ height: 24px;
440
+ }
441
+
442
+ .balance-item-text {
443
+ color: #475467;
444
+ font-size: 14px;
445
+ font-weight: 500;
446
+ line-height: 20px;
447
+ word-wrap: break-word;
448
+ }
449
+
450
+ .balance-item-amount {
451
+ color: #475467;
452
+ font-size: 14px;
453
+ font-weight: 500;
454
+ line-height: 20px;
455
+ word-wrap: break-word;
456
+ }
457
+
458
+ /* Balance Due 最终结果样式 */
459
+ .balance-due-section {
460
+ align-self: stretch;
461
+ padding: 4px 16px;
462
+ background: #5D3F9F;
463
+ display: flex;
464
+ justify-content: space-between;
465
+ align-items: center;
466
+ }
467
+
468
+ .balance-due-header {
469
+ width: 100%;
470
+ display: flex;
471
+ justify-content: space-between;
472
+ align-items: center;
473
+ }
474
+
475
+ .balance-due-title {
476
+ color: white;
477
+ font-size: 16px;
478
+ font-weight: 700;
479
+ line-height: 24px;
480
+ word-wrap: break-word;
481
+ }
482
+
483
+ .balance-due-amount {
484
+ color: white;
485
+ font-size: 16px;
486
+ font-weight: 700;
487
+ line-height: 24px;
488
+ word-wrap: break-word;
489
+ }
490
+
491
+ }