球星卡微信小程序
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.

226 lines
5.4 KiB

  1. <template>
  2. <view class="flex-col page">
  3. <view class="flex-col group_4">
  4. <view class="flex-col">
  5. <view class="flex-col section_2">
  6. <view class="justify-center group_5">
  7. <text class="text_2">全部</text>
  8. <text class="text_3">待确认</text>
  9. <text class="text_4">评级中</text>
  10. <text class="text_5">待付款</text>
  11. <text class="text_6">待收货</text>
  12. <view class="section_3"> </view>
  13. <image
  14. src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497798644145968.png"
  15. class="image_6"
  16. />
  17. </view>
  18. <view class="section_4"> </view>
  19. </view>
  20. <view class="flex-col group_6">
  21. <view class="flex-col section_5">
  22. <view class="justify-between">
  23. <view class="flex-row group_8">
  24. <image
  25. src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497798740970822.png"
  26. class="image_7"
  27. />
  28. <text class="text_7">在线送评</text>
  29. </view>
  30. <text class="text_8">待确认</text>
  31. </view>
  32. <view class="justify-between group_9">
  33. <view class="flex-row">
  34. <text>李丽丽</text>
  35. <text class="text_10">15273936409</text>
  36. </view>
  37. <text>共5件</text>
  38. </view>
  39. <view class="justify-between group_11">
  40. <text class="text_12">更多</text>
  41. <view class="flex-row">
  42. <view class="flex-col items-center text-wrapper">
  43. <text>取消</text>
  44. </view>
  45. <view class="flex-col items-center text-wrapper_1">
  46. <text>寄送藏品</text>
  47. </view>
  48. </view>
  49. </view>
  50. </view>
  51. <view class="section_6"> </view>
  52. </view>
  53. </view>
  54. </view>
  55. </view>
  56. </template>
  57. <script>
  58. export default {
  59. data() {
  60. return {};
  61. },
  62. };
  63. </script>
  64. <style scoped lang="css">
  65. .page {
  66. background-color: #f6f6f6;
  67. width: 100%;
  68. overflow-y: auto;
  69. height: 100%;
  70. }
  71. .group_4 {
  72. flex: 1 1 auto;
  73. overflow-y: auto;
  74. }
  75. .section_2 {
  76. padding-left: 38rpx;
  77. padding-right: 32rpx;
  78. background-color: rgb(255, 255, 255);
  79. }
  80. .group_6 {
  81. padding: 2rpx 0 16rpx;
  82. }
  83. .group_5 {
  84. padding: 34rpx 0 14rpx;
  85. }
  86. .section_4 {
  87. margin-left: 110rpx;
  88. background-color: rgb(231, 162, 63);
  89. border-radius: 4rpx;
  90. width: 68rpx;
  91. height: 8rpx;
  92. }
  93. .section_5 {
  94. padding: 40rpx 32rpx 0;
  95. background-color: rgb(255, 255, 255);
  96. }
  97. .section_6 {
  98. margin-top: 1018rpx;
  99. align-self: center;
  100. background-color: rgb(0, 0, 0);
  101. border-radius: 4rpx;
  102. width: 196rpx;
  103. height: 8rpx;
  104. }
  105. .text_2 {
  106. color: rgb(153, 153, 153);
  107. font-size: 28rpx;
  108. font-weight: 500;
  109. line-height: 40rpx;
  110. white-space: nowrap;
  111. }
  112. .text_3 {
  113. margin-left: 46rpx;
  114. color: rgb(51, 51, 51);
  115. font-size: 28rpx;
  116. font-weight: 500;
  117. line-height: 40rpx;
  118. white-space: nowrap;
  119. }
  120. .text_4 {
  121. margin-left: 44rpx;
  122. color: rgb(153, 153, 153);
  123. font-size: 28rpx;
  124. font-weight: 500;
  125. line-height: 40rpx;
  126. white-space: nowrap;
  127. }
  128. .text_5 {
  129. margin-left: 46rpx;
  130. color: rgb(153, 153, 153);
  131. font-size: 28rpx;
  132. font-weight: 500;
  133. line-height: 40rpx;
  134. white-space: nowrap;
  135. }
  136. .text_6 {
  137. margin-left: 46rpx;
  138. color: rgb(153, 153, 153);
  139. font-size: 28rpx;
  140. font-weight: 500;
  141. line-height: 40rpx;
  142. white-space: nowrap;
  143. }
  144. .section_3 {
  145. margin-left: 36rpx;
  146. margin-top: 4rpx;
  147. background-color: rgb(246, 246, 246);
  148. border-radius: 1rpx;
  149. width: 2rpx;
  150. height: 34rpx;
  151. }
  152. .image_6 {
  153. margin: 4rpx 0 4rpx 32rpx;
  154. width: 36rpx;
  155. height: 32rpx;
  156. }
  157. .group_9 {
  158. margin-top: 30rpx;
  159. color: rgb(51, 51, 51);
  160. font-size: 32rpx;
  161. font-weight: 500;
  162. line-height: 44rpx;
  163. white-space: nowrap;
  164. }
  165. .group_11 {
  166. margin-top: 26rpx;
  167. padding: 32rpx 0 28rpx;
  168. border-top: solid 2rpx rgb(239, 239, 239);
  169. }
  170. .group_8 {
  171. color: rgb(153, 153, 153);
  172. font-size: 28rpx;
  173. line-height: 40rpx;
  174. white-space: nowrap;
  175. }
  176. .text_8 {
  177. color: rgb(43, 102, 234);
  178. font-size: 28rpx;
  179. font-weight: 500;
  180. line-height: 40rpx;
  181. white-space: nowrap;
  182. }
  183. .text_12 {
  184. align-self: center;
  185. color: rgb(153, 153, 153);
  186. font-size: 28rpx;
  187. line-height: 40rpx;
  188. white-space: nowrap;
  189. }
  190. .image_7 {
  191. width: 40rpx;
  192. height: 40rpx;
  193. }
  194. .text_7 {
  195. margin-left: 12rpx;
  196. }
  197. .text_10 {
  198. margin-left: 21rpx;
  199. }
  200. .text-wrapper {
  201. padding: 10rpx 0;
  202. color: rgb(153, 153, 153);
  203. font-size: 28rpx;
  204. font-weight: 500;
  205. line-height: 40rpx;
  206. white-space: nowrap;
  207. border-radius: 32rpx;
  208. width: 160rpx;
  209. height: 64rpx;
  210. border: solid 2rpx rgb(153, 153, 153);
  211. }
  212. .text-wrapper_1 {
  213. margin-left: 18rpx;
  214. padding: 10rpx 0;
  215. color: rgb(231, 162, 63);
  216. font-size: 28rpx;
  217. font-weight: 500;
  218. line-height: 40rpx;
  219. white-space: nowrap;
  220. border-radius: 32rpx;
  221. width: 160rpx;
  222. height: 64rpx;
  223. border: solid 2rpx rgb(231, 162, 63);
  224. }
  225. </style>