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

309 lines
7.8 KiB

  1. <template>
  2. <view class="flex-col page">
  3. <view class="flex-col group_3">
  4. <view class="flex-col">
  5. <view class="bottom-group flex-col view_3">
  6. <view class="flex-row equal-division">
  7. <view class="equal-division-item flex-col items-center">
  8. <image
  9. src="https://project-user-resource-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497893751612328.png"
  10. class="image_7"
  11. />
  12. <text class="text_2">填写信息</text>
  13. </view>
  14. <view class="equal-division-item flex-col items-center">
  15. <image
  16. src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497774314812625.png"
  17. class="image_9"
  18. />
  19. <text class="text_2">藏品寄送</text>
  20. </view>
  21. <view class="equal-division-item flex-col items-center">
  22. <image
  23. src="https://project-user-resource-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497893767537982.png"
  24. class="image_7"
  25. />
  26. <text class="text_2">评级</text>
  27. </view>
  28. </view>
  29. <view class="justify-between group_8">
  30. <view class="left-section"> </view>
  31. <view class="left-section"> </view>
  32. </view>
  33. </view>
  34. <view class="flex-col section_2">
  35. <view class="justify-between">
  36. <view class="flex-row">
  37. <text class="text_6">快递公司</text>
  38. <text class="text_7">请选择快递公司</text>
  39. </view>
  40. <image
  41. src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497774758380231.png"
  42. class="image_11"
  43. />
  44. </view>
  45. <view class="justify-between group_11">
  46. <view class="flex-row">
  47. <text class="text_8">快递单号</text>
  48. <text class="text_9">请填写快递单号</text>
  49. </view>
  50. <image
  51. src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497774389520756.png"
  52. class="image_5 image_12"
  53. />
  54. </view>
  55. </view>
  56. <view class="flex-col section_3">
  57. <view class="justify-between">
  58. <text class="text_10">寄送地址</text>
  59. <text class="text_11">一键复制</text>
  60. </view>
  61. <view class="flex-row group_14">
  62. <text class="text_12">收货人</text>
  63. <text class="text_13">评分卡部</text>
  64. </view>
  65. <view class="flex-row group_15">
  66. <text class="text_14">联系电话</text>
  67. <text class="text_15">18268905349</text>
  68. </view>
  69. <view class="flex-row group_16">
  70. <text class="text_16">收货地址</text>
  71. <text class="text_17">北京北京市西城区5号设计总院A座203室</text>
  72. </view>
  73. </view>
  74. </view>
  75. <view class="flex-col group_17">
  76. <view class="flex-col items-center button" @click="$url('/packages/sonpingDetail/sonpingDetail')">
  77. <text>送评</text>
  78. </view>
  79. <text class="text_19">稍后填写</text>
  80. <view class="section_4"> </view>
  81. </view>
  82. </view>
  83. </view>
  84. </template>
  85. <script>
  86. export default {
  87. data() {
  88. return {};
  89. },
  90. };
  91. </script>
  92. <style scoped lang="css">
  93. .bottom-group {
  94. position: relative;
  95. }
  96. .image_5 {
  97. width: 36rpx;
  98. height: 36rpx;
  99. }
  100. .equal-division-item {
  101. flex: 1 1 240rpx;
  102. padding: 10rpx 0;
  103. }
  104. .left-section {
  105. background-image: repeating-linear-gradient(
  106. 90deg,
  107. rgb(209, 161, 28),
  108. rgb(209, 161, 28) 2.4691358024691357%,
  109. transparent 2.4691358024691357%,
  110. transparent 14.814814814814815%
  111. );
  112. width: 162rpx;
  113. height: 2rpx;
  114. }
  115. .image_7 {
  116. border-radius: 50%;
  117. width: 80rpx;
  118. height: 80rpx;
  119. }
  120. .text_2 {
  121. margin-top: 20rpx;
  122. }
  123. .page {
  124. background-color: #f6f6f6;
  125. width: 100%;
  126. overflow-y: auto;
  127. height: 100%;
  128. }
  129. .group_3 {
  130. padding: 2rpx 0 16rpx;
  131. flex: 1 1 auto;
  132. overflow-y: auto;
  133. }
  134. .group_17 {
  135. margin-top: 60rpx;
  136. padding: 0 32rpx;
  137. }
  138. .view_3 {
  139. color: rgb(85, 85, 85);
  140. font-size: 28rpx;
  141. font-weight: 500;
  142. line-height: 40rpx;
  143. white-space: nowrap;
  144. }
  145. .section_2 {
  146. margin-top: 30rpx;
  147. padding: 40rpx 30rpx 40rpx 32rpx;
  148. background-color: rgb(255, 255, 255);
  149. }
  150. .section_3 {
  151. margin-top: 30rpx;
  152. padding: 40rpx 32rpx 44rpx;
  153. background-color: rgb(255, 255, 255);
  154. }
  155. .button {
  156. padding: 26rpx 0;
  157. color: rgb(255, 255, 255);
  158. font-size: 32rpx;
  159. font-weight: 600;
  160. line-height: 44rpx;
  161. white-space: nowrap;
  162. background-color: rgb(231, 162, 63);
  163. border-radius: 10rpx;
  164. }
  165. .text_19 {
  166. margin-top: 30rpx;
  167. align-self: center;
  168. color: rgb(119, 119, 119);
  169. font-size: 28rpx;
  170. font-weight: 500;
  171. line-height: 40rpx;
  172. white-space: nowrap;
  173. }
  174. .section_4 {
  175. margin-top: 246rpx;
  176. align-self: center;
  177. background-color: rgb(0, 0, 0);
  178. border-radius: 4rpx;
  179. width: 196rpx;
  180. height: 8rpx;
  181. }
  182. .equal-division {
  183. padding: 30rpx 14rpx;
  184. background-color: rgb(255, 255, 255);
  185. }
  186. .group_8 {
  187. width: 404rpx;
  188. position: absolute;
  189. right: 166rpx;
  190. top: 79rpx;
  191. }
  192. .group_11 {
  193. margin-top: 50rpx;
  194. }
  195. .group_14 {
  196. margin-top: 40rpx;
  197. }
  198. .group_15 {
  199. margin-top: 50rpx;
  200. }
  201. .group_16 {
  202. margin-right: 26rpx;
  203. margin-top: 48rpx;
  204. }
  205. .image_11 {
  206. margin: 10rpx 0 8rpx;
  207. width: 16rpx;
  208. height: 26rpx;
  209. }
  210. .image_12 {
  211. margin: 4rpx 0;
  212. }
  213. .text_10 {
  214. color: rgb(51, 51, 51);
  215. font-size: 36rpx;
  216. font-weight: 600;
  217. line-height: 50rpx;
  218. white-space: nowrap;
  219. }
  220. .text_11 {
  221. margin: 6rpx 0 4rpx;
  222. color: rgb(231, 162, 63);
  223. font-size: 28rpx;
  224. font-weight: 500;
  225. line-height: 40rpx;
  226. white-space: nowrap;
  227. }
  228. .text_12 {
  229. color: rgb(119, 119, 119);
  230. font-size: 32rpx;
  231. font-weight: 500;
  232. line-height: 44rpx;
  233. white-space: nowrap;
  234. }
  235. .text_13 {
  236. margin-left: 42rpx;
  237. color: rgb(51, 51, 51);
  238. font-size: 32rpx;
  239. font-weight: 500;
  240. line-height: 44rpx;
  241. white-space: nowrap;
  242. }
  243. .text_14 {
  244. color: rgb(119, 119, 119);
  245. font-size: 32rpx;
  246. font-weight: 500;
  247. line-height: 44rpx;
  248. white-space: nowrap;
  249. }
  250. .text_15 {
  251. margin-left: 10rpx;
  252. color: rgb(51, 51, 51);
  253. font-size: 32rpx;
  254. font-weight: 500;
  255. line-height: 44rpx;
  256. white-space: nowrap;
  257. }
  258. .text_16 {
  259. color: rgb(119, 119, 119);
  260. font-size: 32rpx;
  261. font-weight: 500;
  262. line-height: 44rpx;
  263. white-space: nowrap;
  264. }
  265. .text_17 {
  266. margin-left: 10rpx;
  267. flex: 1 1 auto;
  268. color: rgb(51, 51, 51);
  269. font-size: 32rpx;
  270. font-weight: 500;
  271. line-height: 48rpx;
  272. text-align: left;
  273. }
  274. .image_9 {
  275. width: 80rpx;
  276. height: 80rpx;
  277. }
  278. .text_6 {
  279. color: rgb(51, 51, 51);
  280. font-size: 32rpx;
  281. font-weight: 500;
  282. line-height: 44rpx;
  283. white-space: nowrap;
  284. }
  285. .text_7 {
  286. margin-left: 10rpx;
  287. color: rgb(119, 119, 119);
  288. font-size: 32rpx;
  289. font-weight: 500;
  290. line-height: 44rpx;
  291. white-space: nowrap;
  292. }
  293. .text_8 {
  294. color: rgb(51, 51, 51);
  295. font-size: 32rpx;
  296. font-weight: 500;
  297. line-height: 44rpx;
  298. white-space: nowrap;
  299. }
  300. .text_9 {
  301. margin-left: 10rpx;
  302. color: rgb(119, 119, 119);
  303. font-size: 32rpx;
  304. font-weight: 500;
  305. line-height: 44rpx;
  306. white-space: nowrap;
  307. }
  308. </style>