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

440 lines
9.8 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. <lf-table :Header="header" :Content="content" height="auto" width="686" :showNumber="false"></lf-table>
  67. <view class="flex-col items-center button" @click="setClipboardData">
  68. <text>复制拍卖链接</text>
  69. </view>
  70. </view>
  71. </view>
  72. </view>
  73. </view>
  74. </template>
  75. <script>
  76. import lfTable from '@/components/lf-table.vue'
  77. export default {
  78. components: {
  79. lfTable
  80. },
  81. data() {
  82. return {
  83. header: [{
  84. text: '评级',
  85. width: 343,
  86. key: 'rating'
  87. },{
  88. text: '数量',
  89. width: 343,
  90. key: 'number'
  91. }],
  92. content: [{
  93. rating: '10',
  94. number: 1
  95. },{
  96. rating: '12',
  97. number: 3
  98. }]
  99. };
  100. },
  101. methods: {
  102. setClipboardData(){
  103. uni.setClipboardData({
  104. data: '测试'
  105. })
  106. }
  107. }
  108. };
  109. </script>
  110. <style scoped lang="css">
  111. .equal-division-item {
  112. flex: 1 1 330rpx;
  113. border-radius: 10rpx;
  114. width: 330rpx;
  115. height: 396rpx;
  116. }
  117. .left-text-wrapper {
  118. width: 82rpx;
  119. }
  120. .page {
  121. background-color: #f6f6f6;
  122. width: 100%;
  123. overflow-y: auto;
  124. height: 100%;
  125. }
  126. .group_4 {
  127. padding-top: 2rpx;
  128. flex: 1 1 auto;
  129. overflow-y: auto;
  130. }
  131. .section_2 {
  132. padding: 40rpx 0;
  133. background-color: rgb(255, 255, 255);
  134. }
  135. .section_3 {
  136. margin-top: 30rpx;
  137. padding: 40rpx 32rpx;
  138. background-color: rgb(255, 255, 255);
  139. }
  140. .section_4 {
  141. margin-top: 30rpx;
  142. padding: 40rpx 34rpx;
  143. background-color: rgb(255, 255, 255);
  144. }
  145. .section_6 {
  146. margin-top: 30rpx;
  147. padding: 0 32rpx 16rpx;
  148. background-color: rgb(255, 255, 255);
  149. }
  150. .equal-division {
  151. margin-left: 32rpx;
  152. margin-right: 33rpx;
  153. }
  154. .group_6 {
  155. margin-top: 50rpx;
  156. }
  157. .group_7 {
  158. margin-top: 50rpx;
  159. }
  160. .group_8 {
  161. margin-top: 50rpx;
  162. }
  163. .section_5 {
  164. margin-right: 78rpx;
  165. margin-top: 6rpx;
  166. padding: 80rpx 0;
  167. background-image: url('https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497793713644030.png');
  168. background-position: 0px 0px;
  169. background-size: 100% 100%;
  170. background-repeat: no-repeat;
  171. width: 306rpx;
  172. height: 404rpx;
  173. }
  174. .group_16 {
  175. padding: 40rpx 0;
  176. }
  177. .image_7 {
  178. margin-left: 25rpx;
  179. }
  180. .text_2 {
  181. color: rgb(119, 119, 119);
  182. font-size: 32rpx;
  183. font-weight: 500;
  184. line-height: 44rpx;
  185. white-space: nowrap;
  186. }
  187. .text_3 {
  188. margin-left: 92rpx;
  189. color: rgb(51, 51, 51);
  190. font-size: 32rpx;
  191. font-weight: 500;
  192. line-height: 44rpx;
  193. white-space: nowrap;
  194. }
  195. .text_4 {
  196. color: rgb(119, 119, 119);
  197. font-size: 32rpx;
  198. font-weight: 500;
  199. line-height: 44rpx;
  200. white-space: nowrap;
  201. }
  202. .text_5 {
  203. margin-left: 92rpx;
  204. color: rgb(51, 51, 51);
  205. font-size: 32rpx;
  206. font-weight: 500;
  207. line-height: 44rpx;
  208. white-space: nowrap;
  209. }
  210. .text_6 {
  211. color: rgb(119, 119, 119);
  212. font-size: 32rpx;
  213. font-weight: 500;
  214. line-height: 44rpx;
  215. white-space: nowrap;
  216. }
  217. .text_7 {
  218. margin-left: 60rpx;
  219. color: rgb(51, 51, 51);
  220. font-size: 32rpx;
  221. font-weight: 500;
  222. line-height: 44rpx;
  223. white-space: nowrap;
  224. }
  225. .text_8 {
  226. color: rgb(119, 119, 119);
  227. font-size: 32rpx;
  228. font-weight: 500;
  229. line-height: 44rpx;
  230. white-space: nowrap;
  231. }
  232. .text_9 {
  233. margin-left: 60rpx;
  234. color: rgb(51, 51, 51);
  235. font-size: 32rpx;
  236. font-weight: 500;
  237. line-height: 44rpx;
  238. white-space: nowrap;
  239. }
  240. .group_13 {
  241. margin-top: 50rpx;
  242. white-space: nowrap;
  243. }
  244. .group_14 {
  245. margin-top: 50rpx;
  246. white-space: nowrap;
  247. }
  248. .group_15 {
  249. margin-top: 50rpx;
  250. white-space: nowrap;
  251. }
  252. .text_20 {
  253. color: rgb(34, 34, 34);
  254. font-size: 120rpx;
  255. line-height: 168rpx;
  256. white-space: nowrap;
  257. }
  258. .text_21 {
  259. margin-top: 36rpx;
  260. color: rgb(34, 34, 34);
  261. font-size: 28rpx;
  262. font-weight: 500;
  263. line-height: 40rpx;
  264. white-space: nowrap;
  265. }
  266. .section_7 {
  267. border-radius: 10rpx;
  268. border: solid 2rpx rgb(246, 246, 246);
  269. }
  270. .button {
  271. margin-top: 40rpx;
  272. padding: 26rpx 0;
  273. color: rgb(255, 255, 255);
  274. font-size: 32rpx;
  275. font-weight: 600;
  276. line-height: 44rpx;
  277. white-space: nowrap;
  278. background-color: rgb(231, 162, 63);
  279. border-radius: 10rpx;
  280. }
  281. .group_11 {
  282. white-space: nowrap;
  283. }
  284. .group_12 {
  285. margin-top: 40rpx;
  286. white-space: nowrap;
  287. }
  288. .text_14 {
  289. color: rgb(119, 119, 119);
  290. font-size: 32rpx;
  291. font-weight: 500;
  292. line-height: 44rpx;
  293. }
  294. .text_15 {
  295. color: rgb(51, 51, 51);
  296. font-size: 32rpx;
  297. font-weight: 700;
  298. line-height: 44rpx;
  299. }
  300. .text_16 {
  301. color: rgb(119, 119, 119);
  302. font-size: 32rpx;
  303. font-weight: 500;
  304. line-height: 44rpx;
  305. }
  306. .text_17 {
  307. color: rgb(51, 51, 51);
  308. font-size: 32rpx;
  309. font-weight: 700;
  310. line-height: 44rpx;
  311. }
  312. .text_18 {
  313. color: rgb(119, 119, 119);
  314. font-size: 32rpx;
  315. font-weight: 500;
  316. line-height: 44rpx;
  317. }
  318. .text_19 {
  319. color: rgb(51, 51, 51);
  320. font-size: 32rpx;
  321. font-weight: 700;
  322. line-height: 44rpx;
  323. }
  324. .section_8 {
  325. padding: 20rpx 130rpx;
  326. color: rgb(85, 85, 85);
  327. font-size: 28rpx;
  328. font-weight: 500;
  329. line-height: 40rpx;
  330. white-space: nowrap;
  331. background-color: rgb(246, 246, 246);
  332. border-radius: 10rpx 10rpx 0px 0px;
  333. }
  334. .group_17 {
  335. padding: 16rpx 158rpx;
  336. color: rgb(51, 51, 51);
  337. font-size: 32rpx;
  338. font-weight: 600;
  339. line-height: 44rpx;
  340. white-space: nowrap;
  341. border-bottom: solid 2rpx rgb(246, 246, 246);
  342. }
  343. .group_18 {
  344. padding: 16rpx 150rpx;
  345. color: rgb(51, 51, 51);
  346. font-size: 32rpx;
  347. font-weight: 600;
  348. line-height: 44rpx;
  349. white-space: nowrap;
  350. border-bottom: solid 2rpx rgb(246, 246, 246);
  351. }
  352. .group_19 {
  353. padding: 16rpx 154rpx 0 162rpx;
  354. color: rgb(51, 51, 51);
  355. font-size: 32rpx;
  356. font-weight: 600;
  357. line-height: 44rpx;
  358. white-space: nowrap;
  359. position: relative;
  360. }
  361. .group_20 {
  362. margin-top: 14rpx;
  363. padding: 18rpx 150rpx 14rpx;
  364. color: rgb(51, 51, 51);
  365. font-size: 32rpx;
  366. font-weight: 600;
  367. line-height: 44rpx;
  368. white-space: nowrap;
  369. border-top: solid 2rpx rgb(246, 246, 246);
  370. border-bottom: solid 2rpx rgb(246, 246, 246);
  371. }
  372. .group_21 {
  373. padding: 16rpx 152rpx 16rpx 164rpx;
  374. color: rgb(51, 51, 51);
  375. font-size: 32rpx;
  376. font-weight: 600;
  377. line-height: 44rpx;
  378. white-space: nowrap;
  379. border-bottom: solid 2rpx rgb(246, 246, 246);
  380. }
  381. .group_22 {
  382. padding: 16rpx 134rpx 20rpx;
  383. color: rgb(51, 51, 51);
  384. font-size: 32rpx;
  385. font-weight: 600;
  386. line-height: 44rpx;
  387. white-space: nowrap;
  388. }
  389. .text_10 {
  390. color: rgb(119, 119, 119);
  391. font-size: 32rpx;
  392. font-weight: 500;
  393. line-height: 44rpx;
  394. }
  395. .text_11 {
  396. color: rgb(51, 51, 51);
  397. font-size: 32rpx;
  398. font-weight: 700;
  399. line-height: 44rpx;
  400. }
  401. .text_12 {
  402. color: rgb(119, 119, 119);
  403. font-size: 32rpx;
  404. font-weight: 500;
  405. line-height: 44rpx;
  406. }
  407. .text_13 {
  408. color: rgb(51, 51, 51);
  409. font-size: 32rpx;
  410. font-weight: 700;
  411. line-height: 44rpx;
  412. }
  413. .section_9 {
  414. align-self: center;
  415. background-color: rgb(255, 255, 255);
  416. width: 82rpx;
  417. height: 2rpx;
  418. }
  419. .text_25 {
  420. margin-right: 6rpx;
  421. }
  422. .text_27 {
  423. margin-right: 12rpx;
  424. }
  425. .text_35 {
  426. margin-right: 18rpx;
  427. }
  428. .image_8 {
  429. align-self: center;
  430. width: 20rpx;
  431. height: 22rpx;
  432. }
  433. .text_34 {
  434. margin-left: 8rpx;
  435. }
  436. </style>