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

348 lines
8.5 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/16509497796432960040.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="flex-col">
  23. <text class="text_7">按收货确认时间</text>
  24. <view class="flex-col group_8">
  25. <view class="flex-row">
  26. <view class="flex-col items-center text-wrapper">
  27. <text>1个月内</text>
  28. </view>
  29. <view class="text-wrapper_1 flex-col items-center">
  30. <text>3个月内</text>
  31. </view>
  32. <view class="text-wrapper_1 flex-col items-center view_3">
  33. <text>6个月内</text>
  34. </view>
  35. <view class="text-wrapper_1 flex-col items-center">
  36. <text>今年</text>
  37. </view>
  38. </view>
  39. <view class="flex-row group_10">
  40. <view class="left-text-wrapper flex-col items-center">
  41. <text>2021</text>
  42. </view>
  43. <view class="left-text-wrapper flex-col items-center view_6">
  44. <text>2020</text>
  45. </view>
  46. <view class="left-text-wrapper flex-col items-center view_7">
  47. <text>2019</text>
  48. </view>
  49. </view>
  50. </view>
  51. </view>
  52. <view class="flex-col group_11">
  53. <text class="text_15">按送评信息</text>
  54. <view class="flex-row group_12">
  55. <view class="flex-col items-center text-wrapper_2">
  56. <text>输入送评人姓名或手机号</text>
  57. </view>
  58. <view class="flex-col items-start text-wrapper_3">
  59. <text class="text_17">输入标签</text>
  60. </view>
  61. </view>
  62. </view>
  63. <view class="flex-col group_13">
  64. <text class="text_18">按送评信息</text>
  65. <view class="flex-col items-start text-wrapper_4">
  66. <text class="text_19">输入评级编号</text>
  67. </view>
  68. </view>
  69. <view class="flex-row group_14">
  70. <view class="flex-col items-center text-wrapper_5">
  71. <text>重置</text>
  72. </view>
  73. <view class="flex-col items-center text-wrapper_6">
  74. <text>确认</text>
  75. </view>
  76. </view>
  77. </view>
  78. <view class="flex-col items-center group_15">
  79. <view class="section_6"> </view>
  80. <view class="section_7"> </view>
  81. </view>
  82. </view>
  83. </view>
  84. </view>
  85. </view>
  86. </template>
  87. <script>
  88. export default {
  89. data() {
  90. return {};
  91. },
  92. };
  93. </script>
  94. <style scoped lang="css">
  95. .text-wrapper_1 {
  96. margin-left: 16rpx;
  97. flex: 1 1 160rpx;
  98. color: rgb(51, 51, 51);
  99. font-size: 28rpx;
  100. font-weight: 500;
  101. line-height: 40rpx;
  102. white-space: nowrap;
  103. padding: 14rpx 0;
  104. background-color: rgb(246, 246, 246);
  105. border-radius: 10rpx;
  106. height: 68rpx;
  107. }
  108. .left-text-wrapper {
  109. padding: 14rpx 0;
  110. background-color: rgb(246, 246, 246);
  111. border-radius: 10rpx;
  112. width: 160rpx;
  113. height: 68rpx;
  114. }
  115. .page {
  116. background-color: #f6f6f6;
  117. width: 100%;
  118. overflow-y: auto;
  119. height: 100%;
  120. }
  121. .group_4 {
  122. flex: 1 1 auto;
  123. overflow-y: auto;
  124. }
  125. .section_2 {
  126. padding-left: 38rpx;
  127. padding-right: 32rpx;
  128. background-color: rgb(255, 255, 255);
  129. }
  130. .group_6 {
  131. padding-top: 2rpx;
  132. }
  133. .group_5 {
  134. padding: 34rpx 0 14rpx;
  135. }
  136. .section_4 {
  137. margin-right: 114rpx;
  138. align-self: flex-end;
  139. background-color: rgb(231, 162, 63);
  140. border-radius: 4rpx;
  141. width: 68rpx;
  142. height: 8rpx;
  143. }
  144. .section_5 {
  145. padding: 40rpx 32rpx 50rpx;
  146. background-color: rgb(255, 255, 255);
  147. }
  148. .group_15 {
  149. padding: 506rpx 0 16rpx;
  150. position: relative;
  151. }
  152. .text_2 {
  153. color: rgb(153, 153, 153);
  154. font-size: 28rpx;
  155. font-weight: 500;
  156. line-height: 40rpx;
  157. white-space: nowrap;
  158. }
  159. .text_3 {
  160. margin-left: 46rpx;
  161. color: rgb(153, 153, 153);
  162. font-size: 28rpx;
  163. font-weight: 500;
  164. line-height: 40rpx;
  165. white-space: nowrap;
  166. }
  167. .text_4 {
  168. margin-left: 44rpx;
  169. color: rgb(153, 153, 153);
  170. font-size: 28rpx;
  171. font-weight: 500;
  172. line-height: 40rpx;
  173. white-space: nowrap;
  174. }
  175. .text_5 {
  176. margin-left: 46rpx;
  177. color: rgb(153, 153, 153);
  178. font-size: 28rpx;
  179. font-weight: 500;
  180. line-height: 40rpx;
  181. white-space: nowrap;
  182. }
  183. .text_6 {
  184. margin-left: 46rpx;
  185. color: rgb(51, 51, 51);
  186. font-size: 28rpx;
  187. font-weight: 500;
  188. line-height: 40rpx;
  189. white-space: nowrap;
  190. }
  191. .section_3 {
  192. margin-left: 36rpx;
  193. margin-top: 4rpx;
  194. background-color: rgb(246, 246, 246);
  195. border-radius: 1rpx;
  196. width: 2rpx;
  197. height: 34rpx;
  198. }
  199. .image_6 {
  200. margin: 4rpx 0 4rpx 32rpx;
  201. width: 36rpx;
  202. height: 32rpx;
  203. }
  204. .group_11 {
  205. margin-top: 50rpx;
  206. }
  207. .group_13 {
  208. margin-top: 50rpx;
  209. }
  210. .group_14 {
  211. margin-top: 50rpx;
  212. }
  213. .section_6 {
  214. background-color: rgb(0, 0, 0);
  215. border-radius: 4rpx;
  216. width: 196rpx;
  217. height: 8rpx;
  218. }
  219. .section_7 {
  220. background-color: rgba(0, 0, 0, 0.5);
  221. width: 750rpx;
  222. height: 528rpx;
  223. top: 0;
  224. right: 0;
  225. bottom: 0;
  226. left: 0;
  227. position: absolute;
  228. }
  229. .text_7 {
  230. color: rgb(51, 51, 51);
  231. font-size: 32rpx;
  232. font-weight: 500;
  233. line-height: 44rpx;
  234. white-space: nowrap;
  235. }
  236. .group_8 {
  237. margin-top: 20rpx;
  238. }
  239. .text_15 {
  240. color: rgb(51, 51, 51);
  241. font-size: 32rpx;
  242. font-weight: 500;
  243. line-height: 44rpx;
  244. white-space: nowrap;
  245. }
  246. .group_12 {
  247. margin-top: 20rpx;
  248. color: rgb(195, 195, 195);
  249. font-size: 28rpx;
  250. font-weight: 500;
  251. line-height: 40rpx;
  252. white-space: nowrap;
  253. }
  254. .text_18 {
  255. color: rgb(51, 51, 51);
  256. font-size: 32rpx;
  257. font-weight: 500;
  258. line-height: 44rpx;
  259. white-space: nowrap;
  260. }
  261. .text-wrapper_4 {
  262. margin-top: 18rpx;
  263. padding: 12rpx 0;
  264. color: rgb(195, 195, 195);
  265. font-size: 28rpx;
  266. font-weight: 500;
  267. line-height: 40rpx;
  268. white-space: nowrap;
  269. border-radius: 10rpx;
  270. border: solid 2rpx rgb(195, 195, 195);
  271. }
  272. .text-wrapper_5 {
  273. padding: 24rpx 0;
  274. flex: 1 1 330rpx;
  275. color: rgb(195, 195, 195);
  276. font-size: 32rpx;
  277. font-weight: 600;
  278. line-height: 44rpx;
  279. white-space: nowrap;
  280. border-radius: 10rpx;
  281. height: 96rpx;
  282. border: solid 2rpx rgb(195, 195, 195);
  283. }
  284. .text-wrapper_6 {
  285. margin-left: 26rpx;
  286. padding: 26rpx 0;
  287. flex: 1 1 330rpx;
  288. color: rgb(255, 255, 255);
  289. font-size: 32rpx;
  290. font-weight: 600;
  291. line-height: 44rpx;
  292. white-space: nowrap;
  293. background-color: rgb(231, 162, 63);
  294. border-radius: 10rpx;
  295. height: 96rpx;
  296. }
  297. .group_10 {
  298. margin-top: 20rpx;
  299. color: rgb(51, 51, 51);
  300. font-size: 28rpx;
  301. font-weight: 500;
  302. line-height: 40rpx;
  303. white-space: nowrap;
  304. }
  305. .text-wrapper_2 {
  306. padding: 12rpx 0;
  307. flex: 1 1 auto;
  308. border-radius: 10rpx;
  309. height: 68rpx;
  310. border: solid 2rpx rgb(195, 195, 195);
  311. }
  312. .text-wrapper_3 {
  313. margin-left: 28rpx;
  314. padding: 12rpx 0;
  315. border-radius: 10rpx;
  316. width: 308rpx;
  317. height: 68rpx;
  318. border: solid 2rpx rgb(195, 195, 195);
  319. }
  320. .text_19 {
  321. margin-left: 18rpx;
  322. }
  323. .text-wrapper {
  324. padding: 14rpx 0;
  325. flex: 1 1 160rpx;
  326. color: rgb(255, 255, 255);
  327. font-size: 28rpx;
  328. font-weight: 500;
  329. line-height: 40rpx;
  330. white-space: nowrap;
  331. background-color: rgb(231, 162, 63);
  332. border-radius: 10rpx;
  333. height: 68rpx;
  334. }
  335. .view_3 {
  336. margin-left: 14rpx;
  337. }
  338. .view_6 {
  339. margin-left: 16rpx;
  340. }
  341. .view_7 {
  342. margin-left: 14rpx;
  343. }
  344. .text_17 {
  345. margin-left: 18rpx;
  346. }
  347. </style>