@uxda/appkit 1.2.8 → 1.2.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.
Files changed (66) hide show
  1. package/.eslintrc.mjs +7 -7
  2. package/README.md +187 -187
  3. package/babel.config.js +12 -12
  4. package/dist/appkit.css +289 -71
  5. package/dist/index.js +862 -341
  6. package/dist/styles.css +1 -0
  7. package/package.json +78 -78
  8. package/project.config.json +15 -15
  9. package/project.tt.json +13 -13
  10. package/rollup.config.mjs +54 -54
  11. package/src/Appkit.ts +65 -65
  12. package/src/balance/api/endpoints.ts +125 -122
  13. package/src/balance/api/index.ts +82 -82
  14. package/src/balance/components/AccountView.vue +754 -649
  15. package/src/balance/components/BalanceCard.vue +209 -209
  16. package/src/balance/components/BalanceReminder.vue +83 -83
  17. package/src/balance/components/ConsumptionFilter.vue +218 -218
  18. package/src/balance/components/ConsumptionRules.vue +68 -68
  19. package/src/balance/components/DateFilter.vue +235 -235
  20. package/src/balance/components/SecondBalance.vue +71 -71
  21. package/src/balance/components/Tip.vue +46 -0
  22. package/src/balance/components/index.ts +9 -9
  23. package/src/balance/types.ts +90 -88
  24. package/src/components/dd-area/index.vue +222 -222
  25. package/src/components/dd-icon/doc.md +21 -21
  26. package/src/components/dd-icon/index.vue +23 -23
  27. package/src/components/dd-selector/index.vue +124 -124
  28. package/src/components/ocr-id/index.vue +110 -110
  29. package/src/components/ocr-id/types.d.ts +12 -12
  30. package/src/global.ts +6 -6
  31. package/src/index.ts +88 -86
  32. package/src/main.scss +1 -1
  33. package/src/payment/api/config.ts +7 -7
  34. package/src/payment/api/endpoints.ts +103 -78
  35. package/src/payment/api/index.ts +71 -71
  36. package/src/payment/components/AmountPicker.vue +93 -93
  37. package/src/payment/components/RechargeResult.vue +66 -54
  38. package/src/payment/components/RechargeView.vue +154 -154
  39. package/src/payment/components/RightsPicker.vue +106 -0
  40. package/src/payment/components/TradeView.vue +298 -0
  41. package/src/payment/components/UserAgreement.vue +141 -141
  42. package/src/payment/components/index.ts +22 -19
  43. package/src/payment/index.ts +5 -5
  44. package/src/payment/services/index.ts +16 -16
  45. package/src/payment/services/invoke-recharge.ts +25 -25
  46. package/src/payment/services/request-payment.ts +58 -31
  47. package/src/payment/types.ts +28 -23
  48. package/src/register/components/SelfRegistration.vue +227 -227
  49. package/src/register/components/index.ts +2 -2
  50. package/src/shared/components/AppDrawer.vue +58 -58
  51. package/src/shared/components/EmptyView.vue +33 -33
  52. package/src/shared/components/PageHeader.vue +79 -79
  53. package/src/shared/components/index.ts +6 -6
  54. package/src/shared/composables/index.ts +2 -2
  55. package/src/shared/composables/useSafeArea.ts +43 -43
  56. package/src/shared/composables/useTabbar.ts +24 -24
  57. package/src/shared/http/Http.ts +126 -126
  58. package/src/shared/http/index.ts +1 -1
  59. package/src/shared/http/types.ts +157 -157
  60. package/src/shared/index.ts +3 -3
  61. package/src/shared/weixin/payment.ts +38 -38
  62. package/src/styles/fonts.scss +2 -2
  63. package/src/styles/vars.scss +3 -3
  64. package/tsconfig.json +30 -30
  65. package/types/global.d.ts +21 -21
  66. package/types/vue.d.ts +10 -10
package/dist/appkit.css CHANGED
@@ -165,12 +165,175 @@
165
165
  margin-top: 40px;
166
166
  width: 128px;
167
167
  }
168
- page {
169
- --text-color: #333;
170
- --text-color-dark-mode: #eee;
168
+ .trade-picker {
169
+ padding: 14px 0 14px 14px;
170
+ }
171
+ .trade-picker .nut-grid-item__content {
172
+ border: solid 2px transparent;
173
+ 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;
174
+ border-radius: 5px;
175
+ }
176
+ .trade-picker .tile {
177
+ height: 80px;
178
+ position: relative;
179
+ overflow: hidden;
180
+ }
181
+ .trade-picker .tile.selected .nut-grid-item__content {
182
+ background: linear-gradient(#FFF7E3, #FEFDE6) padding-box, linear-gradient(to bottom, #efd082, #ffb877) border-box;
183
+ }
184
+ .trade-picker .tile .tag {
185
+ position: absolute;
186
+ left: 0;
187
+ top: 0;
188
+ background: linear-gradient(90deg, #FD6701 0%, #FF9349 100%);
189
+ color: #fff;
190
+ font-size: 10px;
191
+ padding: 0 10px;
192
+ line-height: 17px;
193
+ height: 17px;
194
+ border-radius: 10px 100px 100px 0px;
195
+ }
196
+ .trade-picker h4.token-line {
197
+ color: #FD6701;
198
+ font-weight: 600;
199
+ line-height: 25px;
200
+ font-size: 18px;
201
+ }
202
+ .trade-picker h5 {
203
+ line-height: 18px;
204
+ color: #353535;
205
+ font-weight: 600;
206
+ opacity: 0.6;
207
+ margin-top: 4px;
208
+ font-size: 12px;
209
+ }
210
+ @charset "UTF-8";
211
+ .recharge-view2 {
212
+ height: 100%;
213
+ display: flex;
214
+ flex-direction: column;
215
+ }
216
+ .recharge-view2 .flex-grow {
217
+ flex-grow: 1;
218
+ }
219
+ .recharge-view2 .bean-buy {
220
+ margin: 0 15px;
221
+ padding: 10px;
222
+ background: #FFFBF3;
223
+ border-radius: 5px;
224
+ display: flex;
225
+ justify-content: space-between;
226
+ align-items: center;
227
+ }
228
+ .recharge-view2 .bean-buy .left .title {
229
+ color: #FD6701;
230
+ font-size: 14px;
231
+ font-weight: 600;
232
+ line-height: 20px;
233
+ margin-bottom: 6px;
234
+ }
235
+ .recharge-view2 .bean-buy .left .amount {
236
+ color: #353535;
237
+ font-size: 13px;
238
+ line-height: 16px;
239
+ background-image: url("https://cdn.ddjf.com/static/images/appkit/yundou.png");
240
+ background-repeat: no-repeat;
241
+ background-size: 16px 16px;
242
+ padding-left: 24px;
243
+ }
244
+ .recharge-view2 .bean-buy .right {
245
+ display: flex;
246
+ align-items: center;
247
+ }
248
+ .recharge-view2 .bean-buy .right .amount {
249
+ color: #353535;
250
+ font-size: 15px;
251
+ line-height: 20px;
252
+ margin-right: 10px;
253
+ }
254
+ .recharge-view2 .bean-buy .right .icon {
255
+ display: block;
256
+ width: 16px;
257
+ height: 16px;
258
+ font-size: 0;
259
+ }
260
+ .recharge-view2 .amount-footer {
261
+ padding: 10px 0;
262
+ padding-bottom: 20px;
263
+ }
264
+ .recharge-view2 .amount-footer .agreement {
265
+ font-size: 12px;
266
+ display: flex;
267
+ justify-content: center;
268
+ align-items: cebter;
269
+ height: 40px;
270
+ }
271
+ .recharge-view2 .amount-footer .buy-amount {
272
+ display: flex;
273
+ justify-content: space-between;
274
+ align-items: center;
275
+ padding: 0 10px;
276
+ border-radius: 0px;
277
+ box-shadow: 0px -5px 14px -5px rgba(0, 0, 0, 0.1); /* 上边框阴影 */
278
+ }
279
+ .recharge-view2 .amount-footer .buy-amount .left {
280
+ width: 70%;
281
+ color: #353535;
282
+ font-size: 13px;
283
+ }
284
+ .recharge-view2 .amount-footer .buy-amount .left .amount {
285
+ color: #FD6701;
286
+ font-size: 20px;
287
+ font-weight: 600;
288
+ }
289
+ .recharge-view2 .amount-footer .buy-amount .left .amount i {
290
+ font-size: 14px;
291
+ font-style: normal;
171
292
  }
172
- .number {
173
- font-family: 'DIN alternate', 'Barlow Condensed', 'Roboto Condensed', sans-serif-condensed-light;
293
+ .recharge-view2 .amount-footer .buy-amount .recharge-button {
294
+ background: linear-gradient(90deg, #FFEBC1 0%, #FFD7A7 52.29%, #FFB875 100%);
295
+ color: #353535;
296
+ margin: 12px 0;
297
+ border: 0;
298
+ border-radius: 8px;
299
+ flex: 1;
300
+ }
301
+ .recharge-view2 .amount-footer .nut-checkbox {
302
+ line-height: 40px;
303
+ }
304
+ .recharge-view2 .amount-footer .nut-checkbox__label {
305
+ margin-left: 8px;
306
+ flex: flex;
307
+ font-size: 12px;
308
+ }
309
+ .recharge-view2 .amount-footer .link {
310
+ display: inline;
311
+ color: #FD6701;
312
+ }
313
+ .trade-dialog .nut-dialog__header {
314
+ font-size: 16px;
315
+ color: #262626;
316
+ }
317
+ .trade-dialog .item {
318
+ font-size: 14px;
319
+ color: #666666;
320
+ line-height: 21px;
321
+ }
322
+ .trade-dialog .nut-dialog__footer-cancel {
323
+ color: #353535 !important;
324
+ border-color: #CCCCCC !important;
325
+ }
326
+ .trade-dialog .nut-dialog__footer-ok {
327
+ border: none;
328
+ color: #353535;
329
+ background: linear-gradient(90deg, #FFEBC1 0%, #FFB875 100%);
330
+ }
331
+ page {
332
+ --text-color: #333;
333
+ --text-color-dark-mode: #eee;
334
+ }
335
+ .number {
336
+ font-family: 'DIN alternate', 'Barlow Condensed', 'Roboto Condensed', sans-serif-condensed-light;
174
337
  }
175
338
  .account-card .card {
176
339
  background: #2f2f2f;
@@ -496,44 +659,27 @@ page {
496
659
  font-size: 12px;
497
660
  line-height: 28px;
498
661
  }
499
- .second-balance {
500
- width: 100vw;
501
- }
502
- .second-balance .positions {
503
- padding: 15px;
504
- }
505
- .second-balance .positions .position {
506
- border-radius: 5px;
507
- background: #f7f8fa;
508
- height: 54px;
662
+ .tip {
663
+ margin: 0 15px;
509
664
  display: flex;
510
- align-items: center;
511
- justify-content: space-around;
512
- margin-bottom: 10px;
513
- padding: 0 10px;
514
- gap: 10px;
515
- }
516
- .second-balance .positions .position .icon {
517
- width: 30px;
518
- height: 30px;
519
- background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCA2MCA2MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjIyODUgMzcuMjY0M0wxMy43OTk5IDQyLjc1QzEzLjYyODUgNDMuMDkyOSAxMy43OTk5IDQzLjUyMTQgMTQuMjI4NSA0My41MjE0TDE4Ljg1NzEgNDMuNzc4NkMxOS4wMjg1IDQzLjc3ODYgMTkuMTE0MiA0My44NjQzIDE5LjE5OTkgNDMuOTVMMjIuMDI4NSA0Ny43MjE0QzIyLjI4NTcgNDcuOTc4NiAyMi43MTQyIDQ3Ljk3ODYgMjIuODg1NyA0Ny43MjE0TDI2LjE0MjggNDIuMzIxNEMyNi4zMTQyIDQyLjA2NDMgMjYuMjI4NSA0MS44MDcxIDI1Ljk3MTQgNDEuNjM1N0wxNy45MTQyIDM3LjA5MjlDMTcuNjU3MSAzNy4wMDcxIDE3LjM5OTkgMzcuMDkyOSAxNy4yMjg1IDM3LjI2NDNaTTQyLjc3MTQgMzcuMTc4Nkw0Ni4xOTk5IDQyLjY2NDNDNDYuMzcxNCA0My4wMDcxIDQ2LjE5OTkgNDMuNDM1NyA0NS43NzE0IDQzLjQzNTdMNDEuMTQyOCA0My42OTI5QzQwLjk3MTQgNDMuNjkyOSA0MC44ODU3IDQzLjc3ODYgNDAuNzk5OSA0My44NjQzTDM3Ljk3MTQgNDcuNjM1N0MzNy43MTQyIDQ3Ljg5MjkgMzcuMjg1NyA0Ny44OTI5IDM3LjExNDIgNDcuNjM1N0wzMy44NTcxIDQyLjIzNTdDMzMuNjg1NyA0MS45Nzg2IDMzLjc3MTQgNDEuNzIxNCAzNC4wMjg1IDQxLjU1TDQyLjA4NTcgMzcuMDA3MUM0Mi4zNDI4IDM2LjgzNTcgNDIuNTk5OSAzNi45MjE0IDQyLjc3MTQgMzcuMTc4NlpNNDIuMDg1NyAxOC40OTI5TDMxLjE5OTkgMTIuMzIxNEMzMC40Mjg1IDExLjg5MjkgMjkuMzk5OSAxMS44OTI5IDI4LjYyODUgMTIuMzIxNEwxNy44Mjg1IDE4LjQwNzFDMTcuMDU3MSAxOC44MzU3IDE2LjU0MjggMTkuNjkyOSAxNi41NDI4IDIwLjU1VjMyLjgwNzFDMTYuNTQyOCAzMy42NjQzIDE3LjA1NzEgMzQuNTIxNCAxNy44Mjg1IDM0Ljk1TDI4LjcxNDIgNDEuMTIxNEMyOS40ODU3IDQxLjU1IDMwLjUxNDIgNDEuNTUgMzEuMjg1NyA0MS4xMjE0TDQyLjA4NTcgMzUuMTIxNEM0Mi44NTcxIDM0LjY5MjkgNDMuMzcxNCAzMy44MzU3IDQzLjM3MTQgMzIuOTc4NlYyMC43MjE0QzQzLjM3MTQgMTkuNzc4NiA0Mi44NTcxIDE4LjkyMTQgNDIuMDg1NyAxOC40OTI5Wk0zNi45NDI4IDIzLjcyMTRMMzAuNTk5OSAzMi44OTI5QzMwLjQyODUgMzMuMTUgMzAuMDg1NyAzMy4zMjE0IDI5Ljc0MjggMzMuMzIxNEMyOS4zOTk5IDMzLjMyMTQgMjkuMDU3MSAzMy4xNSAyOC44ODU3IDMyLjg5MjlMMjIuNzk5OSAyMy43MjE0QzIyLjQ1NzEgMjMuMjkyOSAyMi42Mjg1IDIyLjYwNzEgMjMuMDU3MSAyMi4zNUMyMy40ODU3IDIyLjA5MjkgMjQuMTcxNCAyMi4xNzg2IDI0LjQyODUgMjIuNjA3MUwyOS42NTcxIDMwLjQ5MjlMMzUuMTQyOCAyMi41MjE0QzM1LjQ4NTcgMjIuMDkyOSAzNi4wODU3IDIxLjkyMTQgMzYuNTE0MiAyMi4yNjQzQzM3LjE5OTkgMjIuNjkyOSAzNy4yODU3IDIzLjI5MjkgMzYuOTQyOCAyMy43MjE0WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg=="), linear-gradient(100deg, #f4e2ce -67.2%, #debb9b 98.15%);
520
- background-repeat: no-repeat;
521
- border-radius: 15px;
522
- background-size: 30px;
523
- flex-basis: 30px;
524
- flex-grow: 0;
665
+ padding: 8px 10px;
666
+ justify-content: start;
667
+ background: #fff;
668
+ box-shadow: 0px 5px 18.9px 2px rgba(0, 0, 0, 0.0509803922);
669
+ border-radius: 5px;
670
+ margin-top: 10px;
525
671
  }
526
- .second-balance .positions .position .title {
527
- flex-grow: 1;
528
- color: #353535;
529
- font-size: 14px;
530
- font-weight: 500;
672
+ .tip .tip-icon {
673
+ display: block;
674
+ font-size: 0;
675
+ width: 18px;
676
+ height: 18px;
531
677
  }
532
- .second-balance .positions .position .amount {
533
- flex-grow: 0;
534
- color: #9e7b5a;
535
- font-size: 14px;
536
- font-weight: 700;
678
+ .tip .tip-content {
679
+ margin-left: 6px;
680
+ color: #5D4431;
681
+ line-height: 18px;
682
+ font-size: 12px;
537
683
  }
538
684
  .account-view {
539
685
  height: 100vh;
@@ -553,10 +699,6 @@ page {
553
699
  .account-view .page-header.with-background {
554
700
  background-color: #3b393c;
555
701
  }
556
- .account-view.popupOpen {
557
- height: 100vh;
558
- overflow: hidden;
559
- }
560
702
  .account-view .spa-between {
561
703
  display: flex;
562
704
  justify-content: space-between;
@@ -645,56 +787,75 @@ page {
645
787
  font-size: 15px;
646
788
  font-weight: 500;
647
789
  }
648
- .account-view .operation-title {
790
+ .consumption-rules-popup {
791
+ border-radius: 16px;
792
+ width: 70%;
793
+ max-height: 80%;
794
+ padding: 24px;
795
+ }
796
+ .operation-box {
797
+ width: 100vw;
798
+ overflow: hidden;
799
+ display: flex;
800
+ flex-direction: column;
801
+ height: calc(100vh - 87px);
802
+ }
803
+ .operation-box .operation-title {
649
804
  padding: 10px 15px;
650
805
  background: #fff;
651
- position: sticky;
652
- z-index: 10;
653
806
  transition: box-shadow 0.3s;
654
807
  }
655
- .account-view .operation-title.with-shadow {
808
+ .operation-box .operation-title.with-shadow {
656
809
  box-shadow: 0px 1px 10px 0px rgba(153, 153, 153, 0.2);
657
810
  }
658
- .account-view .operation-title .text {
811
+ .operation-box .operation-title .text {
659
812
  color: #353535;
660
813
  font-size: 12px;
661
814
  opacity: 0.5;
662
815
  }
663
- .account-view .operation-title .time-icon {
816
+ .operation-box .operation-title .time-icon {
664
817
  display: block;
665
818
  font-size: 0;
666
819
  width: 12px;
667
820
  height: 12px;
668
821
  margin-left: 4px;
669
822
  }
670
- .account-view .operation-title .search-time {
823
+ .operation-box .operation-title .search-time {
671
824
  display: flex;
672
825
  align-items: center;
673
826
  }
674
- .account-view .operation-title .search-time .title {
827
+ .operation-box .operation-title .search-time .title {
675
828
  color: #000;
676
829
  font-weight: 500;
677
830
  font-size: 17px;
678
831
  margin-right: 10px;
679
832
  }
680
- .account-view .operation-title .search-time .time {
833
+ .operation-box .operation-title .search-time .time {
681
834
  height: 22px;
682
835
  padding-right: 5px;
683
836
  flex: 1;
684
837
  display: flex;
685
838
  align-items: center;
686
839
  }
687
- .account-view .operation-title .search {
840
+ .operation-box .operation-title .search {
688
841
  display: flex;
689
842
  align-items: center;
690
843
  height: 22px;
691
844
  padding-left: 5px;
692
845
  }
693
- .account-view .operation-list {
846
+ .operation-box .spa-between {
847
+ display: flex;
848
+ justify-content: space-between;
849
+ align-items: center;
850
+ }
851
+ .operation-box .operation-list {
852
+ flex: 1;
694
853
  margin: 0 15px;
695
- padding-bottom: 15px;
696
854
  }
697
- .account-view .operation-list .box-detail .title {
855
+ .operation-box .operation-list .operation-scroll {
856
+ height: calc(100vh - 130px);
857
+ }
858
+ .operation-box .operation-list .box-detail .title {
698
859
  line-height: 22px;
699
860
  font-weight: 700;
700
861
  font-size: 12px;
@@ -702,7 +863,7 @@ page {
702
863
  opacity: 0.5;
703
864
  margin-bottom: 10px;
704
865
  }
705
- .account-view .operation-list .box-detail .item {
866
+ .operation-box .operation-list .box-detail .item {
706
867
  border-radius: 5px;
707
868
  background: rgba(255, 255, 255, 0.5);
708
869
  box-shadow: 0px 2.5px 9.5px 2px rgba(0, 0, 0, 0.05);
@@ -711,7 +872,7 @@ page {
711
872
  display: flex;
712
873
  margin-bottom: 10px;
713
874
  }
714
- .account-view .operation-list .box-detail .item-type {
875
+ .operation-box .operation-list .box-detail .item-type {
715
876
  background: linear-gradient(113.95deg, #f4e2ce 1.2%, #debb9b 77.63%);
716
877
  width: 30px;
717
878
  height: 30px;
@@ -723,32 +884,32 @@ page {
723
884
  color: #000;
724
885
  text-align: center;
725
886
  }
726
- .account-view .operation-list .box-detail .item-detail {
887
+ .operation-box .operation-list .box-detail .item-detail {
727
888
  flex: 1;
728
889
  }
729
- .account-view .operation-list .box-detail .item-detail .item-info {
890
+ .operation-box .operation-list .box-detail .item-detail .item-info {
730
891
  padding: 0;
731
892
  font-size: 14px;
732
893
  font-weight: 700;
733
894
  color: #000;
734
895
  }
735
- .account-view .operation-list .box-detail .item-detail .item-info-type {
896
+ .operation-box .operation-list .box-detail .item-detail .item-info-type {
736
897
  line-height: 15px;
737
898
  }
738
- .account-view .operation-list .box-detail .item-detail .item-info-title {
899
+ .operation-box .operation-list .box-detail .item-detail .item-info-title {
739
900
  font-weight: 400;
740
901
  opacity: 0.8;
741
902
  font-size: 11px;
742
903
  }
743
- .account-view .operation-list .box-detail .item-detail .item-info-amount {
904
+ .operation-box .operation-list .box-detail .item-detail .item-info-amount {
744
905
  color: #9e7b5a;
745
906
  }
746
- .account-view .operation-list .box-detail .item-detail-remark {
907
+ .operation-box .operation-list .box-detail .item-detail-remark {
747
908
  opacity: 0.3;
748
909
  line-height: 15px;
749
910
  font-size: 10px;
750
911
  }
751
- .account-view .operation-list .box-not-text {
912
+ .operation-box .operation-list .box-not-text {
752
913
  opacity: 0.4;
753
914
  color: #353535;
754
915
  font-size: 12px;
@@ -756,11 +917,68 @@ page {
756
917
  margin: 0 auto 40px;
757
918
  text-align: center;
758
919
  }
759
- .consumption-rules-popup {
760
- border-radius: 16px;
761
- width: 70%;
762
- max-height: 80%;
763
- padding: 24px;
920
+ .rights-card {
921
+ margin: 10px 15px 0px;
922
+ background: #FFF8F3;
923
+ border-radius: 5px;
924
+ box-shadow: 0px 5px 18.9px 2px rgba(0, 0, 0, 0.0509803922);
925
+ padding: 15px 20px;
926
+ }
927
+ .rights-card .title {
928
+ height: 25px;
929
+ line-height: 25px;
930
+ background: rgba(255, 131, 32, 0.3);
931
+ border-radius: 20px 50px 50px 0px;
932
+ color: #353535;
933
+ font-size: 12px;
934
+ display: inline-block;
935
+ padding-left: 5px;
936
+ padding-right: 12px;
937
+ }
938
+ .rights-card .list {
939
+ display: flex;
940
+ flex-wrap: wrap;
941
+ }
942
+ .rights-card .list .item {
943
+ width: 50%;
944
+ margin-top: 15px;
945
+ }
946
+ .rights-card .list .item .item-count {
947
+ font-size: 20px;
948
+ color: #353535;
949
+ font-weight: 700;
950
+ line-height: 23px;
951
+ }
952
+ .rights-card .list .item .item-title {
953
+ line-height: 23px;
954
+ color: #987356;
955
+ font-size: 11px;
956
+ display: flex;
957
+ align-items: center;
958
+ }
959
+ .rights-card .list .item .item-title .item-title-button {
960
+ padding: 0 27rpx;
961
+ height: 54rpx;
962
+ line-height: 54rpx;
963
+ background: -webkit-linear-gradient(262.82deg, #353535 10.04%, #433f46 90.21%);
964
+ background: linear-gradient(187.18deg, #353535 10.04%, #433f46 90.21%);
965
+ border-radius: 27rpx;
966
+ color: #E7CAAD;
967
+ font-size: 24rpx;
968
+ font-weight: 400;
969
+ margin-left: 40rpx;
970
+ display: flex;
971
+ align-items: center;
972
+ }
973
+ .rights-card .list .item .item-title .item-title-button .button-icon {
974
+ display: block;
975
+ width: 24rpx;
976
+ height: 24rpx;
977
+ font-size: 0;
978
+ margin-left: 4px;
979
+ }
980
+ .rights-card .list .star-item {
981
+ width: 100%;
764
982
  }
765
983
  .balance-reminder-popup {
766
984
  width: 90%;