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

444 lines
10 KiB

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