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

467 lines
11 KiB

  1. <template>
  2. <view class="flex-col page">
  3. <view class="flex-col group_4">
  4. <view class="flex-col section_2">
  5. <view class="flex-row equal-division">
  6. <image
  7. src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497793576171527.png"
  8. class="equal-division-item"
  9. />
  10. <image
  11. src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497793686883881.png"
  12. class="equal-division-item image_7"
  13. />
  14. </view>
  15. </view>
  16. <view class="flex-col section_3">
  17. <view class="flex-row">
  18. <text class="text_2">编号</text>
  19. <text class="text_3">847539845935940</text>
  20. </view>
  21. <view class="flex-row group_6">
  22. <text class="text_4">系列</text>
  23. <text class="text_5">nx系列</text>
  24. </view>
  25. <view class="flex-row group_7">
  26. <text class="text_6">子系列</text>
  27. <text class="text_7">n系列</text>
  28. </view>
  29. <view class="flex-row group_8">
  30. <text class="text_8">发行商</text>
  31. <text class="text_9">华克发行商</text>
  32. </view>
  33. </view>
  34. <view class="justify-between section_4">
  35. <view class="flex-col">
  36. <view class="flex-col items-center">
  37. <view class="group_11">
  38. <text class="text_10">居中分</text>
  39. <text class="text_11">10</text>
  40. </view>
  41. <view class="group_12">
  42. <text class="text_12">边框分</text>
  43. <text class="text_13">10</text>
  44. </view>
  45. </view>
  46. <view class="group_13">
  47. <text class="text_14">表面分</text>
  48. <text class="text_15">9.5</text>
  49. </view>
  50. <view class="group_14">
  51. <text class="text_16">签字分</text>
  52. <text class="text_17">9</text>
  53. </view>
  54. <view class="group_15">
  55. <text class="text_18">卡角分</text>
  56. <text class="text_19">9</text>
  57. </view>
  58. </view>
  59. <view class="flex-col items-center section_5">
  60. <text class="text_20">9.5</text>
  61. <text class="text_21">总评分</text>
  62. </view>
  63. </view>
  64. <view class="flex-col section_6">
  65. <view class="flex-col group_16">
  66. <view class="flex-col section_7">
  67. <view class="justify-between section_8">
  68. <view class="left-text-wrapper flex-col items-center">
  69. <text>评级</text>
  70. </view>
  71. <view class="section_9"> </view>
  72. <view class="left-text-wrapper flex-col items-center">
  73. <text>数量</text>
  74. </view>
  75. </view>
  76. <view class="justify-between group_17">
  77. <text>10</text>
  78. <text class="text_25">1</text>
  79. </view>
  80. <view class="justify-between group_18">
  81. <text>9.5</text>
  82. <text class="text_27">3</text>
  83. </view>
  84. <view class="justify-between group_19">
  85. <text>9</text>
  86. <text>10</text>
  87. <view class="divider"> </view>
  88. </view>
  89. <view class="justify-between group_20">
  90. <text>8.5</text>
  91. <text>35</text>
  92. </view>
  93. <view class="justify-between group_21">
  94. <text>8</text>
  95. <text>70</text>
  96. </view>
  97. <view class="justify-between group_22">
  98. <view class="flex-row">
  99. <image
  100. src="https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497794827070883.png"
  101. class="image_8"
  102. />
  103. <text class="text_34">7.5</text>
  104. </view>
  105. <text class="text_35">30</text>
  106. </view>
  107. </view>
  108. <view class="flex-col items-center button">
  109. <text>复制拍卖链接</text>
  110. </view>
  111. </view>
  112. <view class="section_10"> </view>
  113. </view>
  114. </view>
  115. </view>
  116. </template>
  117. <script>
  118. export default {
  119. data() {
  120. return {};
  121. },
  122. };
  123. </script>
  124. <style scoped lang="css">
  125. .equal-division-item {
  126. flex: 1 1 330rpx;
  127. border-radius: 10rpx;
  128. width: 330rpx;
  129. height: 396rpx;
  130. }
  131. .left-text-wrapper {
  132. width: 82rpx;
  133. }
  134. .page {
  135. background-color: #f6f6f6;
  136. width: 100%;
  137. overflow-y: auto;
  138. height: 100%;
  139. }
  140. .group_4 {
  141. padding-top: 2rpx;
  142. flex: 1 1 auto;
  143. overflow-y: auto;
  144. }
  145. .section_2 {
  146. padding: 40rpx 0;
  147. background-color: rgb(255, 255, 255);
  148. }
  149. .section_3 {
  150. margin-top: 30rpx;
  151. padding: 40rpx 32rpx;
  152. background-color: rgb(255, 255, 255);
  153. }
  154. .section_4 {
  155. margin-top: 30rpx;
  156. padding: 40rpx 34rpx;
  157. background-color: rgb(255, 255, 255);
  158. }
  159. .section_6 {
  160. margin-top: 30rpx;
  161. padding: 0 32rpx 16rpx;
  162. background-color: rgb(255, 255, 255);
  163. }
  164. .equal-division {
  165. margin-left: 32rpx;
  166. margin-right: 33rpx;
  167. }
  168. .group_6 {
  169. margin-top: 50rpx;
  170. }
  171. .group_7 {
  172. margin-top: 50rpx;
  173. }
  174. .group_8 {
  175. margin-top: 50rpx;
  176. }
  177. .section_5 {
  178. margin-right: 78rpx;
  179. margin-top: 6rpx;
  180. padding: 80rpx 0;
  181. background-image: url('https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497793713644030.png');
  182. background-position: 0px 0px;
  183. background-size: 100% 100%;
  184. background-repeat: no-repeat;
  185. width: 306rpx;
  186. height: 404rpx;
  187. }
  188. .group_16 {
  189. padding: 40rpx 0;
  190. }
  191. .section_10 {
  192. align-self: center;
  193. background-color: rgb(0, 0, 0);
  194. border-radius: 4rpx;
  195. width: 196rpx;
  196. height: 8rpx;
  197. }
  198. .image_7 {
  199. margin-left: 25rpx;
  200. }
  201. .text_2 {
  202. color: rgb(119, 119, 119);
  203. font-size: 32rpx;
  204. font-weight: 500;
  205. line-height: 44rpx;
  206. white-space: nowrap;
  207. }
  208. .text_3 {
  209. margin-left: 92rpx;
  210. color: rgb(51, 51, 51);
  211. font-size: 32rpx;
  212. font-weight: 500;
  213. line-height: 44rpx;
  214. white-space: nowrap;
  215. }
  216. .text_4 {
  217. color: rgb(119, 119, 119);
  218. font-size: 32rpx;
  219. font-weight: 500;
  220. line-height: 44rpx;
  221. white-space: nowrap;
  222. }
  223. .text_5 {
  224. margin-left: 92rpx;
  225. color: rgb(51, 51, 51);
  226. font-size: 32rpx;
  227. font-weight: 500;
  228. line-height: 44rpx;
  229. white-space: nowrap;
  230. }
  231. .text_6 {
  232. color: rgb(119, 119, 119);
  233. font-size: 32rpx;
  234. font-weight: 500;
  235. line-height: 44rpx;
  236. white-space: nowrap;
  237. }
  238. .text_7 {
  239. margin-left: 60rpx;
  240. color: rgb(51, 51, 51);
  241. font-size: 32rpx;
  242. font-weight: 500;
  243. line-height: 44rpx;
  244. white-space: nowrap;
  245. }
  246. .text_8 {
  247. color: rgb(119, 119, 119);
  248. font-size: 32rpx;
  249. font-weight: 500;
  250. line-height: 44rpx;
  251. white-space: nowrap;
  252. }
  253. .text_9 {
  254. margin-left: 60rpx;
  255. color: rgb(51, 51, 51);
  256. font-size: 32rpx;
  257. font-weight: 500;
  258. line-height: 44rpx;
  259. white-space: nowrap;
  260. }
  261. .group_13 {
  262. margin-top: 50rpx;
  263. white-space: nowrap;
  264. }
  265. .group_14 {
  266. margin-top: 50rpx;
  267. white-space: nowrap;
  268. }
  269. .group_15 {
  270. margin-top: 50rpx;
  271. white-space: nowrap;
  272. }
  273. .text_20 {
  274. color: rgb(34, 34, 34);
  275. font-size: 120rpx;
  276. line-height: 168rpx;
  277. white-space: nowrap;
  278. }
  279. .text_21 {
  280. margin-top: 36rpx;
  281. color: rgb(34, 34, 34);
  282. font-size: 28rpx;
  283. font-weight: 500;
  284. line-height: 40rpx;
  285. white-space: nowrap;
  286. }
  287. .section_7 {
  288. border-radius: 10rpx;
  289. border: solid 2rpx rgb(246, 246, 246);
  290. }
  291. .button {
  292. margin-top: 40rpx;
  293. padding: 26rpx 0;
  294. color: rgb(255, 255, 255);
  295. font-size: 32rpx;
  296. font-weight: 600;
  297. line-height: 44rpx;
  298. white-space: nowrap;
  299. background-color: rgb(231, 162, 63);
  300. border-radius: 10rpx;
  301. }
  302. .group_11 {
  303. white-space: nowrap;
  304. }
  305. .group_12 {
  306. margin-top: 40rpx;
  307. white-space: nowrap;
  308. }
  309. .text_14 {
  310. color: rgb(119, 119, 119);
  311. font-size: 32rpx;
  312. font-weight: 500;
  313. line-height: 44rpx;
  314. }
  315. .text_15 {
  316. color: rgb(51, 51, 51);
  317. font-size: 32rpx;
  318. font-weight: 700;
  319. line-height: 44rpx;
  320. }
  321. .text_16 {
  322. color: rgb(119, 119, 119);
  323. font-size: 32rpx;
  324. font-weight: 500;
  325. line-height: 44rpx;
  326. }
  327. .text_17 {
  328. color: rgb(51, 51, 51);
  329. font-size: 32rpx;
  330. font-weight: 700;
  331. line-height: 44rpx;
  332. }
  333. .text_18 {
  334. color: rgb(119, 119, 119);
  335. font-size: 32rpx;
  336. font-weight: 500;
  337. line-height: 44rpx;
  338. }
  339. .text_19 {
  340. color: rgb(51, 51, 51);
  341. font-size: 32rpx;
  342. font-weight: 700;
  343. line-height: 44rpx;
  344. }
  345. .section_8 {
  346. padding: 20rpx 130rpx;
  347. color: rgb(85, 85, 85);
  348. font-size: 28rpx;
  349. font-weight: 500;
  350. line-height: 40rpx;
  351. white-space: nowrap;
  352. background-color: rgb(246, 246, 246);
  353. border-radius: 10rpx 10rpx 0px 0px;
  354. }
  355. .group_17 {
  356. padding: 16rpx 158rpx;
  357. color: rgb(51, 51, 51);
  358. font-size: 32rpx;
  359. font-weight: 600;
  360. line-height: 44rpx;
  361. white-space: nowrap;
  362. border-bottom: solid 2rpx rgb(246, 246, 246);
  363. }
  364. .group_18 {
  365. padding: 16rpx 150rpx;
  366. color: rgb(51, 51, 51);
  367. font-size: 32rpx;
  368. font-weight: 600;
  369. line-height: 44rpx;
  370. white-space: nowrap;
  371. border-bottom: solid 2rpx rgb(246, 246, 246);
  372. }
  373. .group_19 {
  374. padding: 16rpx 154rpx 0 162rpx;
  375. color: rgb(51, 51, 51);
  376. font-size: 32rpx;
  377. font-weight: 600;
  378. line-height: 44rpx;
  379. white-space: nowrap;
  380. position: relative;
  381. }
  382. .group_20 {
  383. margin-top: 14rpx;
  384. padding: 18rpx 150rpx 14rpx;
  385. color: rgb(51, 51, 51);
  386. font-size: 32rpx;
  387. font-weight: 600;
  388. line-height: 44rpx;
  389. white-space: nowrap;
  390. border-top: solid 2rpx rgb(246, 246, 246);
  391. border-bottom: solid 2rpx rgb(246, 246, 246);
  392. }
  393. .group_21 {
  394. padding: 16rpx 152rpx 16rpx 164rpx;
  395. color: rgb(51, 51, 51);
  396. font-size: 32rpx;
  397. font-weight: 600;
  398. line-height: 44rpx;
  399. white-space: nowrap;
  400. border-bottom: solid 2rpx rgb(246, 246, 246);
  401. }
  402. .group_22 {
  403. padding: 16rpx 134rpx 20rpx;
  404. color: rgb(51, 51, 51);
  405. font-size: 32rpx;
  406. font-weight: 600;
  407. line-height: 44rpx;
  408. white-space: nowrap;
  409. }
  410. .text_10 {
  411. color: rgb(119, 119, 119);
  412. font-size: 32rpx;
  413. font-weight: 500;
  414. line-height: 44rpx;
  415. }
  416. .text_11 {
  417. color: rgb(51, 51, 51);
  418. font-size: 32rpx;
  419. font-weight: 700;
  420. line-height: 44rpx;
  421. }
  422. .text_12 {
  423. color: rgb(119, 119, 119);
  424. font-size: 32rpx;
  425. font-weight: 500;
  426. line-height: 44rpx;
  427. }
  428. .text_13 {
  429. color: rgb(51, 51, 51);
  430. font-size: 32rpx;
  431. font-weight: 700;
  432. line-height: 44rpx;
  433. }
  434. .section_9 {
  435. align-self: center;
  436. background-color: rgb(255, 255, 255);
  437. width: 82rpx;
  438. height: 2rpx;
  439. }
  440. .text_25 {
  441. margin-right: 6rpx;
  442. }
  443. .text_27 {
  444. margin-right: 12rpx;
  445. }
  446. .divider {
  447. background-color: rgb(246, 246, 246);
  448. width: 560rpx;
  449. height: 2rpx;
  450. position: absolute;
  451. bottom: 22rpx;
  452. left: 50%;
  453. transform: translateX(-50%);
  454. }
  455. .text_35 {
  456. margin-right: 18rpx;
  457. }
  458. .image_8 {
  459. align-self: center;
  460. width: 20rpx;
  461. height: 22rpx;
  462. }
  463. .text_34 {
  464. margin-left: 8rpx;
  465. }
  466. </style>