@alu008/test_yuanqikaixiang 1.0.0

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 (110) hide show
  1. package/App.vue +294 -0
  2. package/Local/en.json +3 -0
  3. package/Local/indian.json +3 -0
  4. package/Local/zh-Hans.json +3 -0
  5. package/Local/zh-Hant.json +3 -0
  6. package/README.md +1 -0
  7. package/androidPrivacy.json +28 -0
  8. package/components/ball/ball.vue +230 -0
  9. package/components/cardDetails/cardDetails.vue +273 -0
  10. package/components/confirmModal/confirmModal.vue +125 -0
  11. package/components/fillInfo/fillInfo.vue +255 -0
  12. package/components/header/header.vue +92 -0
  13. package/components/selectAddress/selectAddress.vue +156 -0
  14. package/components/signDetail/signDetail.vue +33 -0
  15. package/components/skeleton/skeleton.vue +62 -0
  16. package/index.html +20 -0
  17. package/index.template.html +35 -0
  18. package/jsconfig.json +9 -0
  19. package/main.js +48 -0
  20. package/manifest.json +159 -0
  21. package/package.json +14 -0
  22. package/pages/index/index.vue +5421 -0
  23. package/pages.json +173 -0
  24. package/project.config.json +25 -0
  25. package/project.private.config.json +14 -0
  26. package/static/fonts/Alibaba-PuHuiTi-Bold.ttf +0 -0
  27. package/static/fonts/Alibaba-PuHuiTi-Medium.ttf +0 -0
  28. package/static/fonts/Alibaba-PuHuiTi-Regular.ttf +0 -0
  29. package/static/fonts/fxlh.ttf +0 -0
  30. package/static/img/R.png +0 -0
  31. package/static/img/SR.png +0 -0
  32. package/static/img/SSR.png +0 -0
  33. package/static/img/bottomBgc1.png +0 -0
  34. package/static/img/centerBgc.png +0 -0
  35. package/static/img/goldBgc.png +0 -0
  36. package/static/img/goldText.png +0 -0
  37. package/static/img/home/calendar/bgc0.png +0 -0
  38. package/static/img/home/calendar/bgc1.png +0 -0
  39. package/static/img/home/calendar/bgc2.png +0 -0
  40. package/static/img/home/calendar/bgc3.png +0 -0
  41. package/static/img/home/calendar/progress0.png +0 -0
  42. package/static/img/home/calendar/progress1.png +0 -0
  43. package/static/img/home/calendar/progress2.png +0 -0
  44. package/static/img/home/calendar/progress3.png +0 -0
  45. package/static/img/kuang.gif +0 -0
  46. package/static/img/luckyBgc.png +0 -0
  47. package/static/img/lucyText.png +0 -0
  48. package/static/img/top_Bgc.png +0 -0
  49. package/subpackages/article/article.vue +64 -0
  50. package/subpackages/confirmSendLogistics/confirmSendLogistics.vue +1035 -0
  51. package/subpackages/coupon/coupon.vue +276 -0
  52. package/subpackages/fragment/fragment.vue +1592 -0
  53. package/subpackages/myAddress/myAddress.vue +656 -0
  54. package/subpackages/myCards/myCards.vue +1250 -0
  55. package/subpackages/myOrder/myOrder.vue +779 -0
  56. package/subpackages/myOrderDetail/myOrderDetail.vue +659 -0
  57. package/subpackages/poster/poster.vue +130 -0
  58. package/subpackages/selectCoupon/selectCoupon.vue +251 -0
  59. package/subpackages/sendLogistics/sendLogistics.vue +1097 -0
  60. package/subpackages/vote/vote.vue +877 -0
  61. package/uni.promisify.adaptor.js +10 -0
  62. package/uni.scss +114 -0
  63. package/uni_modules/qf-image-cropper/changelog.md +72 -0
  64. package/uni_modules/qf-image-cropper/components/qf-image-cropper/qf-image-cropper.render.js +855 -0
  65. package/uni_modules/qf-image-cropper/components/qf-image-cropper/qf-image-cropper.vue +749 -0
  66. package/uni_modules/qf-image-cropper/components/qf-image-cropper/qf-image-cropper.wxs +727 -0
  67. package/uni_modules/qf-image-cropper/package.json +81 -0
  68. package/uni_modules/qf-image-cropper/readme.md +97 -0
  69. package/uni_modules/uni-data-select/changelog.md +51 -0
  70. package/uni_modules/uni-data-select/components/uni-data-select/uni-data-select.vue +837 -0
  71. package/uni_modules/uni-data-select/package.json +106 -0
  72. package/uni_modules/uni-data-select/readme.md +8 -0
  73. package/uni_modules/uni-icons/changelog.md +44 -0
  74. package/uni_modules/uni-icons/components/uni-icons/uni-icons.uvue +91 -0
  75. package/uni_modules/uni-icons/components/uni-icons/uni-icons.vue +110 -0
  76. package/uni_modules/uni-icons/components/uni-icons/uniicons.css +664 -0
  77. package/uni_modules/uni-icons/components/uni-icons/uniicons.ttf +0 -0
  78. package/uni_modules/uni-icons/components/uni-icons/uniicons_file.ts +664 -0
  79. package/uni_modules/uni-icons/components/uni-icons/uniicons_file_vue.js +649 -0
  80. package/uni_modules/uni-icons/package.json +111 -0
  81. package/uni_modules/uni-icons/readme.md +8 -0
  82. package/uni_modules/uni-load-more/changelog.md +23 -0
  83. package/uni_modules/uni-load-more/components/uni-load-more/i18n/en.json +5 -0
  84. package/uni_modules/uni-load-more/components/uni-load-more/i18n/index.js +8 -0
  85. package/uni_modules/uni-load-more/components/uni-load-more/i18n/zh-Hans.json +5 -0
  86. package/uni_modules/uni-load-more/components/uni-load-more/i18n/zh-Hant.json +5 -0
  87. package/uni_modules/uni-load-more/components/uni-load-more/uni-load-more.vue +404 -0
  88. package/uni_modules/uni-load-more/package.json +105 -0
  89. package/uni_modules/uni-load-more/readme.md +14 -0
  90. package/uni_modules/uni-scss/changelog.md +8 -0
  91. package/uni_modules/uni-scss/index.scss +1 -0
  92. package/uni_modules/uni-scss/package.json +82 -0
  93. package/uni_modules/uni-scss/readme.md +4 -0
  94. package/uni_modules/uni-scss/styles/index.scss +7 -0
  95. package/uni_modules/uni-scss/styles/setting/_border.scss +3 -0
  96. package/uni_modules/uni-scss/styles/setting/_color.scss +66 -0
  97. package/uni_modules/uni-scss/styles/setting/_radius.scss +55 -0
  98. package/uni_modules/uni-scss/styles/setting/_space.scss +56 -0
  99. package/uni_modules/uni-scss/styles/setting/_styles.scss +167 -0
  100. package/uni_modules/uni-scss/styles/setting/_text.scss +24 -0
  101. package/uni_modules/uni-scss/styles/setting/_variables.scss +146 -0
  102. package/uni_modules/uni-scss/styles/tools/functions.scss +19 -0
  103. package/uni_modules/uni-scss/theme.scss +31 -0
  104. package/uni_modules/uni-scss/variables.scss +62 -0
  105. package/utils/addressData.js +6042 -0
  106. package/utils/api.js +160 -0
  107. package/utils/fetch.js +548 -0
  108. package/utils/index.js +994 -0
  109. package/utils/navigator.js +17 -0
  110. package/utils/request.js +162 -0
@@ -0,0 +1,659 @@
1
+ <template>
2
+ <view v-if="detail">
3
+ <u-sticky bgColor="#f6f6f6">
4
+ <Header title="发货详情"></Header>
5
+ </u-sticky>
6
+
7
+ <!-- <scroll-view scroll-y :style="{
8
+ width: '100%',
9
+ height: `calc(100vh - ${statusBarHeight + 44}px)`,
10
+ }" v-if="detail"> -->
11
+ <view class="myOrderDetail">
12
+ <view class="address">
13
+ <image src="https://img.shinemang.com/static/img/addressIcon.png" mode="scaleToFill" />
14
+ <view>
15
+ <view class="location"
16
+ >{{ detail.deliveryInfo.province }}{{ detail.deliveryInfo.city
17
+ }}{{ detail.deliveryInfo.area
18
+ }}{{ detail.deliveryInfo.address }}</view
19
+ >
20
+ <view class="name"
21
+ >{{ detail.deliveryInfo.name }}
22
+ {{ detail.deliveryInfo.phoneNum }}</view
23
+ >
24
+ </view>
25
+ </view>
26
+ <!-- <view class="sendFee">
27
+ <view>运费</view>
28
+ <view>¥{{ detail.amount }}</view>
29
+ </view> -->
30
+
31
+ <view class="info" v-if="detail.logisticsInfo.length > 0">
32
+ <view :key="value.id" v-for="value in detail.logisticsInfo">
33
+ <view style="margin-bottom: 24rpx" class="title">
34
+ <text>物流信息</text>
35
+ <text style="color: #EB6E2A">{{
36
+ value.state == "LogisticsState_UnDeliver" ? "待发货" : "已发货"
37
+ }}</text>
38
+ </view>
39
+
40
+ <view hover-class="hoverActive" class="shopItem">
41
+ <view>
42
+ <view
43
+ v-if="value.logisticsItem.length > 0"
44
+ v-for="(item, index) in value.logisticsItem"
45
+ :key="item.id"
46
+ class="info"
47
+ @click="toDetail(item)"
48
+ >
49
+ <view
50
+ class="bgcCenter image"
51
+ :style="{
52
+ backgroundImage:
53
+ 'url(' + formateUrl(item.itemCoverThumb) + ')',
54
+ }"
55
+ >
56
+ </view>
57
+
58
+ <view class="centerInfo">
59
+ <view class="title">
60
+ <view>{{ item.name }}</view>
61
+ <view
62
+ style="color: #505050; font-size: 24rpx; font-weight: 400"
63
+ >x{{ item.num }}</view
64
+ >
65
+ </view>
66
+ </view>
67
+ </view>
68
+ </view>
69
+ </view>
70
+ <view style="border-top: 2rpx solid #f6f6f6" class="item">
71
+ <view>快递公司</view>
72
+ <view>{{ value.logisticsCompany }}</view>
73
+ </view>
74
+ <view class="item">
75
+ <view>快递单号</view>
76
+ <view @click="copy(value.id)" class="copyId">
77
+ <text style="color: #505050">{{ value.id }}</text>
78
+
79
+ <text style="margin-left:16rpx;padding-left: 16rpx; border-left: 2rpx solid #E9E9E9;">复制</text>
80
+ </view>
81
+ </view>
82
+ </view>
83
+ </view>
84
+ <view v-else class="info">
85
+ <view class="title">
86
+ <text>物流信息</text>
87
+ <text style="color: #EB6E2A"> 待发货 </text>
88
+ </view>
89
+
90
+ <view hover-class="hoverActive" class="shopItem">
91
+ <view>
92
+ <view
93
+ v-if="detail.orderItem.length > 0"
94
+ v-for="(item, index) in detail.orderItem"
95
+ :key="item.id"
96
+ class="info"
97
+ @click="toDetail(item)"
98
+ >
99
+ <view
100
+ class="bgcCenter image"
101
+ :style="{
102
+ backgroundImage:
103
+ 'url(' + formateUrl(item.itemCoverThumb) + ')',
104
+ }"
105
+ >
106
+ </view>
107
+ <view class="centerInfo">
108
+
109
+ <view class="title">
110
+ <view >{{ item.name }}</view>
111
+ <view
112
+ style="color: #505050; font-size: 24rpx; font-weight: 400"
113
+ >x{{ item.num }}</view
114
+ >
115
+ </view>
116
+
117
+ <view
118
+ v-if="detail.state == 'OrderState_UnDeliver'"
119
+ style="margin-top: 16rpx; color: #13B77F"
120
+ >
121
+ 预计发货时间:{{ detail.preDeliveredAt }}前
122
+ </view>
123
+ </view>
124
+ </view>
125
+ </view>
126
+ </view>
127
+ </view>
128
+
129
+
130
+ <!-- <view class="bottomAction">
131
+ <view class="actions">
132
+
133
+
134
+ <view class="pay">
135
+ <view class="payCount">
136
+ <text>实付金额:</text
137
+ ><text style="font-weight: bold; color: #fd0609"
138
+ >¥{{
139
+ detail.type == "OrderType_Shop"
140
+ ? detail.summaryAmount
141
+ : detail.amount
142
+ }}</text
143
+ >
144
+ </view>
145
+ <view
146
+ @click="confirmRecieveOrder"
147
+ v-if="detail.state == 'OrderState_UnReceive'"
148
+ class="payBtn"
149
+ >确认收货</view
150
+ >
151
+ <view
152
+ @click="cancelOrder"
153
+ v-if="
154
+ detail.state == 'OrderState_UnDeliver' &&
155
+ detail.type == 'OrderType_Shop'
156
+ "
157
+ class="cancelBtn"
158
+ >取消订单</view
159
+ >
160
+ </view>
161
+ </view>
162
+ </view> -->
163
+
164
+ <cardDetails
165
+ :show="show"
166
+ @close="show = false"
167
+ :cardDetail="cardDetail"
168
+ :showBack="false"
169
+ >
170
+ </cardDetails>
171
+ </view>
172
+ <!-- </scroll-view> -->
173
+ </view>
174
+
175
+
176
+ </template>
177
+
178
+ <script>
179
+ import { formateServerUrl } from "@/utils";
180
+ import cardDetails from "@/components/cardDetails/cardDetails.vue";
181
+ import Header from "@/components/header/header.vue";
182
+ import {
183
+ fetchOrderDetail,
184
+ fetchCancelOrder,
185
+ fetchConfirmOrder,
186
+ fetchOrderGoodsDetail,
187
+ fetchCardDetail,
188
+ fetchSopRefund,
189
+ } from "@/utils/fetch";
190
+ export default {
191
+ data() {
192
+ return {
193
+ detail: "",
194
+ id: "",
195
+ show: false,
196
+ cardDetail: "",
197
+ statusBarHeight:0
198
+ };
199
+ },
200
+ components: {
201
+ // cardDetails,
202
+ Header
203
+ // login,
204
+ },
205
+ onLoad(options) {
206
+ this.id = options.id;
207
+ this.getOrderDetail();
208
+ const safeTop = uni.getStorageSync('safeTop')
209
+ this.statusBarHeight = safeTop
210
+ },
211
+ methods: {
212
+ toDetail(item) {
213
+ // if (this.detail.type == "OrderType_Shop") {
214
+ // fetchOrderGoodsDetail({
215
+ // id: this.detail.shopOrderId,
216
+ // }).then((res) => {
217
+ // uni.navigateTo({
218
+ // url:
219
+ // "/subpackages/goodsDetail/goodsDetail?id=" +
220
+ // res.data.merchandiseId,
221
+ // });
222
+ // });
223
+ // } else {
224
+ // fetchCardDetail({
225
+ // id: item.itemId,
226
+ // }).then((res) => {
227
+ // this.cardDetail = res.data;
228
+ // this.show = true;
229
+ // });
230
+ // }
231
+ },
232
+ cancelOrder() {
233
+ if (this.detail.type == "OrderType_Shop") {
234
+ fetchSopRefund({
235
+ id: this.detail.shopOrderId,
236
+ }).then((res) => {
237
+ uni.showToast({
238
+ title: "取消成功",
239
+ icon: "none",
240
+ });
241
+ uni.setStorageSync("refreshOrder", 1);
242
+ this.getOrderDetail();
243
+ });
244
+ } else {
245
+ fetchCancelOrder({
246
+ id: this.detail.id,
247
+ }).then((res) => {
248
+ uni.showToast({
249
+ title: "取消成功",
250
+ icon: "none",
251
+ });
252
+ uni.setStorageSync("refreshOrder", 1);
253
+ this.getOrderDetail();
254
+ });
255
+ }
256
+ },
257
+ confirmRecieveOrder(value) {
258
+ fetchConfirmOrder({
259
+ id: this.detail.id,
260
+ }).then((res) => {
261
+ uni.setStorageSync("refreshOrder", 1);
262
+ this.getOrderDetail();
263
+ });
264
+ },
265
+ copy(id){
266
+ uni.setClipboardData({
267
+ data: id,
268
+ success: function () {
269
+ uni.showToast({
270
+ title: '复制成功',
271
+ icon: 'none'
272
+ })
273
+ }
274
+ });
275
+ },
276
+
277
+ getOrderDetail() {
278
+ fetchOrderDetail({ id: this.id }).then((res) => {
279
+ console.log(res);
280
+ this.detail = res.data;
281
+ // this.detail.logisticsInfo = [
282
+ // {
283
+ // logisticsCompany: "顺丰快递",
284
+ // id: "123456789",
285
+ // logisticsTime: "2020-10-10 10:10:10",
286
+ // logisticsItem: this.detail.orderItem,
287
+ // },
288
+ // ];
289
+ });
290
+ },
291
+
292
+ formateUrl(url) {
293
+ return formateServerUrl(url);
294
+ },
295
+ },
296
+ onShow() {},
297
+ onShareAppMessage() {},
298
+ onShareTimeline() {},
299
+ };
300
+ </script>
301
+
302
+ <style lang="scss" scoped>
303
+ page {
304
+ background-color: #f6f6f6 !important;
305
+ min-height: 100vh;
306
+ }
307
+ .myOrderDetail {
308
+ padding: 0 32rpx;
309
+ /* height: calc(100vh - 190rpx); */
310
+ width: 100%;
311
+ padding-top: 16rpx;
312
+ // padding-bottom: 140rpx;
313
+ padding-bottom: 0;
314
+ /* height: 100vh; */
315
+
316
+ .address {
317
+ width: 100%;
318
+ background: #ffffff;
319
+ border-radius:24rpx;
320
+ padding: 28rpx 24rpx;
321
+ display: flex;
322
+ justify-content: space-between;
323
+ align-items: center;
324
+
325
+ image {
326
+ width: 48rpx;
327
+ height: 48rpx;
328
+ }
329
+ > view {
330
+ width: 580rpx;
331
+ .location {
332
+ font-size: 28rpx;
333
+ line-height: 44rpx;
334
+ font-weight: 600;
335
+ }
336
+ .name {
337
+ color: #505050;
338
+ margin-top: 5rpx;
339
+ font-size: 24rpx;
340
+ }
341
+ }
342
+ }
343
+ .sendFee {
344
+ width: 100%;
345
+ height: 104rpx;
346
+ display: flex;
347
+ justify-content: space-between;
348
+ padding: 0 24rpx;
349
+ align-items: center;
350
+ font-size: 28rpx;
351
+ font-weight: bold;
352
+ line-height: 104rpx;
353
+ border-radius: 24rpx;
354
+ background-color: #fff;
355
+ margin-top: 16rpx;
356
+ }
357
+ > .info {
358
+ width: 100%;
359
+ margin-top: 16rpx;
360
+
361
+ background: #ffffff;
362
+ border-radius: 24rpx;
363
+ padding: 32rpx 24rpx;
364
+ margin-bottom: 20rpx;
365
+
366
+ > view {
367
+ margin-bottom: 30rpx;
368
+ &:last-child {
369
+ margin-bottom: 0rpx;
370
+ }
371
+ > .title {
372
+ font-size: 28rpx;
373
+ font-weight: 600;
374
+ // margin-bottom: 28rpx;
375
+
376
+ display: flex;
377
+ justify-content: space-between;
378
+ }
379
+ }
380
+ > .title {
381
+ font-size: 28rpx;
382
+ font-weight: 600;
383
+ margin-bottom: 24rpx;
384
+
385
+ display: flex;
386
+ justify-content: space-between;
387
+ }
388
+ .item {
389
+ display: flex;
390
+ justify-content: space-between;
391
+ align-items: center;
392
+ width: 100%;
393
+ font-size: 24rpx;
394
+ font-weight: bold;
395
+ // margin-bottom: 28rpx;
396
+ height: 80rpx;
397
+ // line-height: 80rpx;
398
+
399
+ .copyId {
400
+ display: flex;
401
+ align-items: center;
402
+ justify-content: center;
403
+ font-weight: normal;
404
+
405
+ }
406
+ }
407
+
408
+ .shops {
409
+ display: flex;
410
+ .list {
411
+ width: 660rpx;
412
+ overflow-x: auto;
413
+ > view {
414
+ display: inline-flex;
415
+ /* gap: 16rpx; */
416
+ image {
417
+ width: 160rpx;
418
+ height: 160rpx;
419
+ border-radius: 16rpx;
420
+ }
421
+ }
422
+ }
423
+ .count {
424
+ font-size: 28rpx;
425
+ width: 90rpx;
426
+ display: flex;
427
+ align-items: center;
428
+ justify-content: center;
429
+ }
430
+ }
431
+
432
+ .logistics {
433
+ padding-left: 32rpx;
434
+ .logisticsItem {
435
+ padding-bottom: 18rpx;
436
+ position: relative;
437
+ .titleStatus {
438
+ height: 50rpx;
439
+ display: flex;
440
+ align-items: center;
441
+ justify-content: flex-start;
442
+ /* gap: 12rpx; */
443
+ position: relative;
444
+ line-height: 50rpx;
445
+ text {
446
+ margin-right: 12rpx;
447
+ &:last-child {
448
+ margin-right: 0;
449
+ }
450
+ }
451
+ .circle {
452
+ position: absolute;
453
+ width: 14rpx;
454
+ height: 14rpx;
455
+ background: #ffffff;
456
+ border: 1px solid #fd0609;
457
+ border-radius: 50%;
458
+ top: 50%;
459
+ transform: translateY(-50%);
460
+ left: -32rpx;
461
+ }
462
+ }
463
+ > .line {
464
+ position: absolute;
465
+ top: 25rpx;
466
+ width: 1px;
467
+ height: 100%;
468
+ background: #fd0609;
469
+ left: -25rpx;
470
+ }
471
+ .msg {
472
+ font-size: 24rpx;
473
+ }
474
+ }
475
+ }
476
+ }
477
+ .shopItem {
478
+ width: 100%;
479
+ /* padding: 0rpx 24rpx 36rpx 24rpx; */
480
+ margin-bottom: 24rpx;
481
+
482
+ &:last-child {
483
+ margin-bottom: 0rpx;
484
+ }
485
+
486
+ background: #ffffff;
487
+ border-radius: 24rpx;
488
+ .top {
489
+ height: 52rpx;
490
+ color: #999999;
491
+ display: flex;
492
+ width: 100%;
493
+ justify-content: space-between;
494
+ align-items: center;
495
+ border-bottom: 2rpx solid #f7f7f7;
496
+ }
497
+ .info {
498
+ padding-top: 24rpx;
499
+ &:first-child{
500
+ padding-top: 0rpx;
501
+ }
502
+ display: flex;
503
+ align-items: center;
504
+ /* gap: 28rpx; */
505
+
506
+ &:last-child {
507
+ margin-bottom: 0rpx !important;
508
+ }
509
+
510
+ > .image {
511
+ width: 128rpx;
512
+ height: 128rpx;
513
+ border-radius: 16rpx;
514
+ margin-right: 24rpx;
515
+ }
516
+ .centerInfo {
517
+ width: 486rpx;
518
+ .title {
519
+ font-weight: bold;
520
+
521
+ font-size: 28rpx;
522
+ /* color: #333333; */
523
+ line-height: 36rpx;
524
+
525
+ // margin-top: 20rpx;
526
+ // margin-bottom: 16rpx;
527
+ display: flex;
528
+ align-items: center;
529
+ justify-content: space-between;
530
+ > view {
531
+ &:first-child {
532
+ width: 443rpx;
533
+ overflow: hidden;
534
+ text-overflow: ellipsis;
535
+ display: -webkit-box;
536
+ -webkit-line-clamp: 2;
537
+ -webkit-box-orient: vertical;
538
+ }
539
+ }
540
+ }
541
+ .type {
542
+ height: 40rpx;
543
+ background: #f6f6f6;
544
+ border-radius: 24;
545
+ color: #6d6d6d;
546
+ font-size: 20rpx;
547
+ padding: 0 8rpx;
548
+ width: fit-content;
549
+ display: flex;
550
+ align-items: center;
551
+ max-width: 414rpx;
552
+ }
553
+ .money {
554
+ font-weight: bold;
555
+ color: #555555;
556
+ font-size: 24rpx;
557
+ margin-top: 15rpx;
558
+ display: flex;
559
+ justify-content: space-between;
560
+ }
561
+ .coupon {
562
+ color: #555555;
563
+ font-size: 20rpx;
564
+ margin-top: 5rpx;
565
+ }
566
+ }
567
+ }
568
+
569
+ .actionBtn {
570
+ margin-top: 15rpx;
571
+ .realPay {
572
+ text-align: right;
573
+ display: flex;
574
+ align-items: center;
575
+ justify-content: space-between;
576
+ }
577
+ .btn {
578
+ margin-top: 20rpx;
579
+ display: flex;
580
+ align-items: center;
581
+ justify-content: flex-end;
582
+ /* gap: 10rpx; */
583
+
584
+ .see {
585
+ border-radius: 864rpx 864rpx 864rpx 864rpx;
586
+ width: 168rpx;
587
+ height: 62rpx;
588
+ border: 2rpx solid #d6d6d6;
589
+ display: flex;
590
+ align-items: center;
591
+ justify-content: center;
592
+ font-size: 28rpx;
593
+ }
594
+ }
595
+ }
596
+ }
597
+
598
+ .tips {
599
+ margin-top: 20rpx;
600
+
601
+ border-radius: 20rpx 20rpx 20rpx 20rpx;
602
+ padding: 28rpx 24rpx;
603
+ background: #ffffff;
604
+ }
605
+ .des {
606
+ color: #888888;
607
+ }
608
+ .bottomAction {
609
+ height: 140rpx;
610
+ width: 100%;
611
+ position: fixed;
612
+ bottom: 0;
613
+ left: 50%;
614
+ transform: translateX(-50%);
615
+ background: #fff;
616
+ padding: 16rpx 32rpx 62rpx 32rpx;
617
+ > .actions {
618
+ height: 100%;
619
+ .pay {
620
+ display: flex;
621
+ /* gap: 20rpx; */
622
+ align-items: center;
623
+ justify-content: space-between;
624
+ height: 80rpx;
625
+ .payCount {
626
+ color: #333333;
627
+ font-size: 30rpx;
628
+ }
629
+ .payBtn {
630
+ width: 250rpx;
631
+ height: 80rpx;
632
+ background: #7c66ff;
633
+ border-radius: 864rpx 864rpx 864rpx 864rpx;
634
+ display: flex;
635
+ align-items: center;
636
+ justify-content: center;
637
+ color: #fff;
638
+ font-size: 28rpx;
639
+ }
640
+
641
+ .cancelBtn {
642
+ width: 250rpx;
643
+ height: 80rpx;
644
+
645
+ border-radius: 864rpx 864rpx 864rpx 864rpx;
646
+ display: flex;
647
+ align-items: center;
648
+ justify-content: center;
649
+ font-size: 28rpx;
650
+ border: 2rpx solid #d6d6d6;
651
+ background-color: #fff;
652
+ border-radius: 864rpx 864rpx 864rpx 864rpx;
653
+ color: #000;
654
+ }
655
+ }
656
+ }
657
+ }
658
+ }
659
+ </style>