球星卡微信小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

143 lines
3.7 KiB

  1. <template>
  2. <view class="flex-col page">
  3. <view class="flex-col group_3">
  4. <view class="flex-col section_2">
  5. <view class="bottom-group justify-center">
  6. <text class="text_2">发货单号</text>
  7. <text class="text_3">9847583947839743-1</text>
  8. </view>
  9. <view class="bottom-group justify-center lf-m-t-20">
  10. <text class="text_2">客服电话</text>
  11. <text class="text_3">07715454545</text>
  12. </view>
  13. </view>
  14. </view>
  15. <view class="card">
  16. <u-steps current="0" direction="column" :dot="true">
  17. <u-steps-item title="发货,您的包裹已邮寄,请注意查收" desc="2022-03-16 16:27">
  18. <text class="slot-icon qxk-iconfont qxk-icon-kefujiqirenbeifen lf-font-50" slot="icon" style="color: #e6a33c;"></text>
  19. </u-steps-item>
  20. <u-steps-item title="发货,您的包裹已邮寄,请注意查收" desc="2022-03-16 16:27">
  21. <text class="slot-icon qxk-iconfont qxk-icon-kefujiqirenbeifen lf-font-50" slot="icon" style="color: #e6a33c;"></text>
  22. </u-steps-item>
  23. <u-steps-item title="发货,您的包裹已邮寄,请注意查收" desc="2022-03-16 16:27">
  24. <text class="slot-icon qxk-iconfont qxk-icon-kefujiqirenbeifen lf-font-50" slot="icon" style="color: #e6a33c;"></text>
  25. </u-steps-item>
  26. <u-steps-item title="发货,您的包裹已邮寄,请注意查收" desc="2022-03-16 16:27">
  27. <text class="slot-icon qxk-iconfont qxk-icon-kefujiqirenbeifen lf-font-50" slot="icon" style="color: #e6a33c;"></text>
  28. </u-steps-item>
  29. <u-steps-item title="发货,您的包裹已邮寄,请注意查收" desc="2022-03-16 16:27">
  30. <text class="slot-icon qxk-iconfont qxk-icon-kefujiqirenbeifen lf-font-50" slot="icon" style="color: #e6a33c;"></text>
  31. </u-steps-item>
  32. </u-steps>
  33. </view>
  34. </view>
  35. </template>
  36. <script>
  37. export default {
  38. data() {
  39. return { listD8Bhg9Dz: [null, null, null, null, null, null, null, null, null] };
  40. },
  41. };
  42. </script>
  43. <style scoped lang="scss">
  44. .bottom-group {
  45. position: relative;
  46. }
  47. .list-item {
  48. padding: 5rpx 6rpx;
  49. }
  50. .top-group {
  51. color: rgb(51, 51, 51);
  52. font-size: 28rpx;
  53. font-weight: 500;
  54. line-height: 40rpx;
  55. white-space: nowrap;
  56. }
  57. .text_8 {
  58. margin-left: 76rpx;
  59. color: rgb(119, 119, 119);
  60. font-size: 24rpx;
  61. font-weight: 500;
  62. line-height: 34rpx;
  63. white-space: nowrap;
  64. }
  65. .image_6 {
  66. width: 56rpx;
  67. height: 56rpx;
  68. }
  69. .text_6 {
  70. margin-left: 20rpx;
  71. }
  72. .page {
  73. background-color: #f6f6f6;
  74. width: 100%;
  75. overflow-y: auto;
  76. height: 100%;
  77. }
  78. .group_3 {
  79. padding-top: 2rpx;
  80. flex: 1 1 auto;
  81. overflow-y: auto;
  82. }
  83. .section_2 {
  84. padding: 40rpx 32rpx;
  85. background-color: rgb(255, 255, 255);
  86. }
  87. .list {
  88. margin-top: 30rpx;
  89. padding: 35rpx 26rpx 16rpx;
  90. background-color: rgb(255, 255, 255);
  91. }
  92. .group_4 {
  93. margin-top: 20rpx;
  94. }
  95. .text_2 {
  96. color: rgb(119, 119, 119);
  97. font-size: 32rpx;
  98. font-weight: 500;
  99. line-height: 44rpx;
  100. white-space: nowrap;
  101. position: absolute;
  102. left: 0;
  103. top: 50%;
  104. transform: translateY(-50%);
  105. }
  106. .text_3 {
  107. color: rgb(51, 51, 51);
  108. font-size: 32rpx;
  109. font-weight: 500;
  110. line-height: 44rpx;
  111. white-space: nowrap;
  112. text-align: left;
  113. display: inline-block;
  114. width: 420rpx;
  115. margin-left: 60rpx;
  116. }
  117. .text_4 {
  118. color: rgb(119, 119, 119);
  119. font-size: 32rpx;
  120. font-weight: 500;
  121. line-height: 44rpx;
  122. white-space: nowrap;
  123. }
  124. .text_5 {
  125. margin-left: 10rpx;
  126. color: rgb(43, 102, 234);
  127. font-size: 32rpx;
  128. font-weight: 500;
  129. line-height: 44rpx;
  130. white-space: nowrap;
  131. }
  132. .card{
  133. width: 750rpx;
  134. height: auto;
  135. background-color: #FFFFFF;
  136. margin-top: 20rpx;
  137. padding: 32rpx;
  138. box-sizing: border-box;
  139. }
  140. </style>