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

431 lines
9.0 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. <view class="flex-row">
  6. <text class="text_3">鉴定结果</text>
  7. <text class="text_4">共3件</text>
  8. </view>
  9. </view>
  10. <view class="section_2 flex-col view_3" v-for="item in 3" :key="item">
  11. <view class="flex-row">
  12. <text class="text_19">评级编号</text>
  13. <text class="text_20" style="margin-left: 86rpx;">81193920347</text>
  14. </view>
  15. <view class="flex-row group_13">
  16. <text class="text_19">名称</text>
  17. <text class="text_20" style="margin-left: 142rpx;">FUIWE UEIF</text>
  18. </view>
  19. <view class="flex-row group_13">
  20. <text class="text_19">分数</text>
  21. <text class="text_20" style="margin-left: 142rpx;">NM-MT+8.5</text>
  22. </view>
  23. <view class="flex-row group_13">
  24. <text class="text_11">年份</text>
  25. <text class="text_12">2014</text>
  26. </view>
  27. <view class="flex-row group_10">
  28. <text class="text_13">发行商</text>
  29. <text class="text_14">PANINI</text>
  30. </view>
  31. <view class="flex-row group_11">
  32. <text class="text_15">卡片系列名称</text>
  33. <text class="text_16">CONRT KINGS</text>
  34. </view>
  35. <view class="flex-row group_12">
  36. <text class="text_17">边子系列名称</text>
  37. <text class="text_18">HEIR APPARENT</text>
  38. </view>
  39. <view class="flex-row group_13">
  40. <text class="text_19">卡片编码</text>
  41. <text class="text_20">#HA-AW</text>
  42. </view>
  43. <view class="flex-row group_13">
  44. <text class="text_19">居中分数</text>
  45. <text class="text_20">9.5</text>
  46. </view>
  47. <view class="flex-row group_13">
  48. <text class="text_19">边框分数</text>
  49. <text class="text_20">8.5</text>
  50. </view>
  51. <view class="flex-row group_13">
  52. <text class="text_19">卡角分数</text>
  53. <text class="text_20">8.5</text>
  54. </view>
  55. <view class="flex-row group_13">
  56. <text class="text_19">表面分数</text>
  57. <text class="text_20">9.5</text>
  58. </view>
  59. <view class="flex-row group_13">
  60. <text class="text_19">签字分数</text>
  61. <text class="text_20">10</text>
  62. </view>
  63. <view class="flex-row group_13">
  64. <text class="text_19">鉴定结果</text>
  65. <text class="text_20">正常</text>
  66. </view>
  67. </view>
  68. </view>
  69. </view>
  70. </template>
  71. <script>
  72. import { gradingDetail } from '@/service/grading.js'
  73. export default {
  74. data() {
  75. return {
  76. id: ''
  77. };
  78. },
  79. onLoad(options){
  80. this.id = options.id;
  81. },
  82. methods: {
  83. async getViewGradingDetail(){
  84. // todo 更换接口?
  85. let res = await gradingDetail(this.id);
  86. console.log("res", res)
  87. },
  88. previewImage(){
  89. uni.previewImage({
  90. urls: ['https://codefun-proj-user-res-1256085488.cos.ap-guangzhou.myqcloud.com/62677e395a7e3f03107ffc5f/62677e4a35a7e10011e93a80/16509497768927244914.png'],
  91. current: 0
  92. })
  93. }
  94. }
  95. };
  96. </script>
  97. <style scoped lang="scss">
  98. .section_2 {
  99. padding: 40rpx 32rpx;
  100. background-color: rgb(255, 255, 255);
  101. }
  102. .equal-division-item {
  103. flex: 1 1 210rpx;
  104. border-radius: 10rpx;
  105. width: 210rpx;
  106. height: 130rpx;
  107. }
  108. .page {
  109. background-color: #f6f6f6;
  110. width: 100%;
  111. overflow-y: auto;
  112. height: 100%;
  113. }
  114. .group_4 {
  115. padding-top: 2rpx;
  116. flex: 1 1 auto;
  117. overflow-y: auto;
  118. }
  119. .view_2 {
  120. color: rgb(51, 51, 51);
  121. font-size: 32rpx;
  122. font-weight: 500;
  123. line-height: 44rpx;
  124. white-space: nowrap;
  125. }
  126. .view_3 {
  127. margin-top: 30rpx;
  128. }
  129. .section_3 {
  130. margin-top: 30rpx;
  131. padding: 44rpx 32rpx 40rpx;
  132. background-color: rgb(255, 255, 255);
  133. }
  134. .section_4 {
  135. margin-top: 30rpx;
  136. padding: 40rpx 32rpx;
  137. background-color: rgb(255, 255, 255);
  138. margin-bottom: 30rpx;
  139. }
  140. .equal-division {
  141. margin-top: 30rpx;
  142. }
  143. .group_6 {
  144. margin-top: 50rpx;
  145. }
  146. .group_7 {
  147. margin-top: 50rpx;
  148. }
  149. .group_8 {
  150. margin-top: 50rpx;
  151. }
  152. .group_10 {
  153. margin-top: 40rpx;
  154. }
  155. .group_11 {
  156. margin-top: 40rpx;
  157. }
  158. .group_12 {
  159. margin-top: 40rpx;
  160. }
  161. .group_13 {
  162. margin-top: 40rpx;
  163. }
  164. .group_14 {
  165. margin-top: 40rpx;
  166. }
  167. .group_15 {
  168. margin-top: 40rpx;
  169. }
  170. .group_16 {
  171. margin-top: 40rpx;
  172. }
  173. .group_17 {
  174. margin-top: 40rpx;
  175. }
  176. .group_18 {
  177. margin-top: 40rpx;
  178. }
  179. .group_20 {
  180. margin-top: 40rpx;
  181. }
  182. .image_7 {
  183. margin-left: 28rpx;
  184. }
  185. .image_8 {
  186. margin-left: 28rpx;
  187. }
  188. .text_3 {
  189. color: rgb(119, 119, 119);
  190. font-size: 32rpx;
  191. font-weight: 500;
  192. line-height: 44rpx;
  193. white-space: nowrap;
  194. }
  195. .text_4 {
  196. margin-left: 10rpx;
  197. color: rgb(51, 51, 51);
  198. font-size: 32rpx;
  199. font-weight: 500;
  200. line-height: 44rpx;
  201. white-space: nowrap;
  202. }
  203. .text_5 {
  204. color: rgb(119, 119, 119);
  205. font-size: 32rpx;
  206. font-weight: 500;
  207. line-height: 44rpx;
  208. white-space: nowrap;
  209. }
  210. .text_6 {
  211. margin-left: 10rpx;
  212. color: rgb(51, 51, 51);
  213. font-size: 32rpx;
  214. font-weight: 500;
  215. line-height: 44rpx;
  216. white-space: nowrap;
  217. }
  218. .text_7 {
  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_8 {
  226. margin-left: 74rpx;
  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_9 {
  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_10 {
  241. margin-left: 74rpx;
  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_11 {
  249. color: rgb(119, 119, 119);
  250. font-size: 28rpx;
  251. font-weight: 500;
  252. line-height: 40rpx;
  253. white-space: nowrap;
  254. }
  255. .text_12 {
  256. margin-left: 132rpx;
  257. color: rgb(51, 51, 51);
  258. font-size: 28rpx;
  259. font-weight: 500;
  260. line-height: 40rpx;
  261. white-space: nowrap;
  262. }
  263. .text_13 {
  264. color: rgb(119, 119, 119);
  265. font-size: 28rpx;
  266. font-weight: 500;
  267. line-height: 40rpx;
  268. white-space: nowrap;
  269. }
  270. .text_14 {
  271. margin-left: 104rpx;
  272. color: rgb(51, 51, 51);
  273. font-size: 28rpx;
  274. font-weight: 500;
  275. line-height: 40rpx;
  276. white-space: nowrap;
  277. }
  278. .text_15 {
  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_16 {
  286. margin-left: 20rpx;
  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_17 {
  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_18 {
  301. margin-left: 20rpx;
  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_19 {
  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_20 {
  316. margin-left: 76rpx;
  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_21 {
  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_22 {
  331. margin-left: 76rpx;
  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_23 {
  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_24 {
  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_25 {
  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_26 {
  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_27 {
  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_28 {
  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_29 {
  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_30 {
  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_31 {
  399. color: rgb(119, 119, 119);
  400. font-size: 32rpx;
  401. font-weight: 500;
  402. line-height: 44rpx;
  403. white-space: nowrap;
  404. }
  405. .text_32 {
  406. margin-left: 10rpx;
  407. color: rgb(51, 51, 51);
  408. font-size: 32rpx;
  409. font-weight: 500;
  410. line-height: 44rpx;
  411. white-space: nowrap;
  412. }
  413. .section_5 {
  414. margin-top: 40rpx;
  415. align-self: center;
  416. border-radius: 4rpx;
  417. width: 196rpx;
  418. height: 8rpx;
  419. }
  420. .image_10 {
  421. margin-left: 28rpx;
  422. }
  423. .image_11 {
  424. margin-left: 28rpx;
  425. }
  426. </style>