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

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