detail.css 24 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051
  1. /**
  2. * 这里是uni-app内置的常用样式变量
  3. *
  4. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  5. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  6. *
  7. */
  8. /**
  9. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  10. *
  11. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  12. */
  13. /* 颜色变量 */
  14. /* 行为相关颜色 */
  15. /* 文字基本颜色 */
  16. /* 背景颜色 */
  17. /* 边框颜色 */
  18. /* 尺寸变量 */
  19. /* 文字尺寸 */
  20. /* 图片尺寸 */
  21. /* Border Radius */
  22. /* 水平间距 */
  23. /* 垂直间距 */
  24. /* 透明度 */
  25. /* 文章场景相关 */
  26. .uniui-color[data-v-d31e1c47]:before {
  27. content: "\e6cf";
  28. }
  29. .uniui-wallet[data-v-d31e1c47]:before {
  30. content: "\e6b1";
  31. }
  32. .uniui-settings-filled[data-v-d31e1c47]:before {
  33. content: "\e6ce";
  34. }
  35. .uniui-auth-filled[data-v-d31e1c47]:before {
  36. content: "\e6cc";
  37. }
  38. .uniui-shop-filled[data-v-d31e1c47]:before {
  39. content: "\e6cd";
  40. }
  41. .uniui-staff-filled[data-v-d31e1c47]:before {
  42. content: "\e6cb";
  43. }
  44. .uniui-vip-filled[data-v-d31e1c47]:before {
  45. content: "\e6c6";
  46. }
  47. .uniui-plus-filled[data-v-d31e1c47]:before {
  48. content: "\e6c7";
  49. }
  50. .uniui-folder-add-filled[data-v-d31e1c47]:before {
  51. content: "\e6c8";
  52. }
  53. .uniui-color-filled[data-v-d31e1c47]:before {
  54. content: "\e6c9";
  55. }
  56. .uniui-tune-filled[data-v-d31e1c47]:before {
  57. content: "\e6ca";
  58. }
  59. .uniui-calendar-filled[data-v-d31e1c47]:before {
  60. content: "\e6c0";
  61. }
  62. .uniui-notification-filled[data-v-d31e1c47]:before {
  63. content: "\e6c1";
  64. }
  65. .uniui-wallet-filled[data-v-d31e1c47]:before {
  66. content: "\e6c2";
  67. }
  68. .uniui-medal-filled[data-v-d31e1c47]:before {
  69. content: "\e6c3";
  70. }
  71. .uniui-gift-filled[data-v-d31e1c47]:before {
  72. content: "\e6c4";
  73. }
  74. .uniui-fire-filled[data-v-d31e1c47]:before {
  75. content: "\e6c5";
  76. }
  77. .uniui-refreshempty[data-v-d31e1c47]:before {
  78. content: "\e6bf";
  79. }
  80. .uniui-location-filled[data-v-d31e1c47]:before {
  81. content: "\e6af";
  82. }
  83. .uniui-person-filled[data-v-d31e1c47]:before {
  84. content: "\e69d";
  85. }
  86. .uniui-personadd-filled[data-v-d31e1c47]:before {
  87. content: "\e698";
  88. }
  89. .uniui-back[data-v-d31e1c47]:before {
  90. content: "\e6b9";
  91. }
  92. .uniui-forward[data-v-d31e1c47]:before {
  93. content: "\e6ba";
  94. }
  95. .uniui-arrow-right[data-v-d31e1c47]:before {
  96. content: "\e6bb";
  97. }
  98. .uniui-arrowthinright[data-v-d31e1c47]:before {
  99. content: "\e6bb";
  100. }
  101. .uniui-arrow-left[data-v-d31e1c47]:before {
  102. content: "\e6bc";
  103. }
  104. .uniui-arrowthinleft[data-v-d31e1c47]:before {
  105. content: "\e6bc";
  106. }
  107. .uniui-arrow-up[data-v-d31e1c47]:before {
  108. content: "\e6bd";
  109. }
  110. .uniui-arrowthinup[data-v-d31e1c47]:before {
  111. content: "\e6bd";
  112. }
  113. .uniui-arrow-down[data-v-d31e1c47]:before {
  114. content: "\e6be";
  115. }
  116. .uniui-arrowthindown[data-v-d31e1c47]:before {
  117. content: "\e6be";
  118. }
  119. .uniui-bottom[data-v-d31e1c47]:before {
  120. content: "\e6b8";
  121. }
  122. .uniui-arrowdown[data-v-d31e1c47]:before {
  123. content: "\e6b8";
  124. }
  125. .uniui-right[data-v-d31e1c47]:before {
  126. content: "\e6b5";
  127. }
  128. .uniui-arrowright[data-v-d31e1c47]:before {
  129. content: "\e6b5";
  130. }
  131. .uniui-top[data-v-d31e1c47]:before {
  132. content: "\e6b6";
  133. }
  134. .uniui-arrowup[data-v-d31e1c47]:before {
  135. content: "\e6b6";
  136. }
  137. .uniui-left[data-v-d31e1c47]:before {
  138. content: "\e6b7";
  139. }
  140. .uniui-arrowleft[data-v-d31e1c47]:before {
  141. content: "\e6b7";
  142. }
  143. .uniui-eye[data-v-d31e1c47]:before {
  144. content: "\e651";
  145. }
  146. .uniui-eye-filled[data-v-d31e1c47]:before {
  147. content: "\e66a";
  148. }
  149. .uniui-eye-slash[data-v-d31e1c47]:before {
  150. content: "\e6b3";
  151. }
  152. .uniui-eye-slash-filled[data-v-d31e1c47]:before {
  153. content: "\e6b4";
  154. }
  155. .uniui-info-filled[data-v-d31e1c47]:before {
  156. content: "\e649";
  157. }
  158. .uniui-reload[data-v-d31e1c47]:before {
  159. content: "\e6b2";
  160. }
  161. .uniui-micoff-filled[data-v-d31e1c47]:before {
  162. content: "\e6b0";
  163. }
  164. .uniui-map-pin-ellipse[data-v-d31e1c47]:before {
  165. content: "\e6ac";
  166. }
  167. .uniui-map-pin[data-v-d31e1c47]:before {
  168. content: "\e6ad";
  169. }
  170. .uniui-location[data-v-d31e1c47]:before {
  171. content: "\e6ae";
  172. }
  173. .uniui-starhalf[data-v-d31e1c47]:before {
  174. content: "\e683";
  175. }
  176. .uniui-star[data-v-d31e1c47]:before {
  177. content: "\e688";
  178. }
  179. .uniui-star-filled[data-v-d31e1c47]:before {
  180. content: "\e68f";
  181. }
  182. .uniui-calendar[data-v-d31e1c47]:before {
  183. content: "\e6a0";
  184. }
  185. .uniui-fire[data-v-d31e1c47]:before {
  186. content: "\e6a1";
  187. }
  188. .uniui-medal[data-v-d31e1c47]:before {
  189. content: "\e6a2";
  190. }
  191. .uniui-font[data-v-d31e1c47]:before {
  192. content: "\e6a3";
  193. }
  194. .uniui-gift[data-v-d31e1c47]:before {
  195. content: "\e6a4";
  196. }
  197. .uniui-link[data-v-d31e1c47]:before {
  198. content: "\e6a5";
  199. }
  200. .uniui-notification[data-v-d31e1c47]:before {
  201. content: "\e6a6";
  202. }
  203. .uniui-staff[data-v-d31e1c47]:before {
  204. content: "\e6a7";
  205. }
  206. .uniui-vip[data-v-d31e1c47]:before {
  207. content: "\e6a8";
  208. }
  209. .uniui-folder-add[data-v-d31e1c47]:before {
  210. content: "\e6a9";
  211. }
  212. .uniui-tune[data-v-d31e1c47]:before {
  213. content: "\e6aa";
  214. }
  215. .uniui-auth[data-v-d31e1c47]:before {
  216. content: "\e6ab";
  217. }
  218. .uniui-person[data-v-d31e1c47]:before {
  219. content: "\e699";
  220. }
  221. .uniui-email-filled[data-v-d31e1c47]:before {
  222. content: "\e69a";
  223. }
  224. .uniui-phone-filled[data-v-d31e1c47]:before {
  225. content: "\e69b";
  226. }
  227. .uniui-phone[data-v-d31e1c47]:before {
  228. content: "\e69c";
  229. }
  230. .uniui-email[data-v-d31e1c47]:before {
  231. content: "\e69e";
  232. }
  233. .uniui-personadd[data-v-d31e1c47]:before {
  234. content: "\e69f";
  235. }
  236. .uniui-chatboxes-filled[data-v-d31e1c47]:before {
  237. content: "\e692";
  238. }
  239. .uniui-contact[data-v-d31e1c47]:before {
  240. content: "\e693";
  241. }
  242. .uniui-chatbubble-filled[data-v-d31e1c47]:before {
  243. content: "\e694";
  244. }
  245. .uniui-contact-filled[data-v-d31e1c47]:before {
  246. content: "\e695";
  247. }
  248. .uniui-chatboxes[data-v-d31e1c47]:before {
  249. content: "\e696";
  250. }
  251. .uniui-chatbubble[data-v-d31e1c47]:before {
  252. content: "\e697";
  253. }
  254. .uniui-upload-filled[data-v-d31e1c47]:before {
  255. content: "\e68e";
  256. }
  257. .uniui-upload[data-v-d31e1c47]:before {
  258. content: "\e690";
  259. }
  260. .uniui-weixin[data-v-d31e1c47]:before {
  261. content: "\e691";
  262. }
  263. .uniui-compose[data-v-d31e1c47]:before {
  264. content: "\e67f";
  265. }
  266. .uniui-qq[data-v-d31e1c47]:before {
  267. content: "\e680";
  268. }
  269. .uniui-download-filled[data-v-d31e1c47]:before {
  270. content: "\e681";
  271. }
  272. .uniui-pyq[data-v-d31e1c47]:before {
  273. content: "\e682";
  274. }
  275. .uniui-sound[data-v-d31e1c47]:before {
  276. content: "\e684";
  277. }
  278. .uniui-trash-filled[data-v-d31e1c47]:before {
  279. content: "\e685";
  280. }
  281. .uniui-sound-filled[data-v-d31e1c47]:before {
  282. content: "\e686";
  283. }
  284. .uniui-trash[data-v-d31e1c47]:before {
  285. content: "\e687";
  286. }
  287. .uniui-videocam-filled[data-v-d31e1c47]:before {
  288. content: "\e689";
  289. }
  290. .uniui-spinner-cycle[data-v-d31e1c47]:before {
  291. content: "\e68a";
  292. }
  293. .uniui-weibo[data-v-d31e1c47]:before {
  294. content: "\e68b";
  295. }
  296. .uniui-videocam[data-v-d31e1c47]:before {
  297. content: "\e68c";
  298. }
  299. .uniui-download[data-v-d31e1c47]:before {
  300. content: "\e68d";
  301. }
  302. .uniui-help[data-v-d31e1c47]:before {
  303. content: "\e679";
  304. }
  305. .uniui-navigate-filled[data-v-d31e1c47]:before {
  306. content: "\e67a";
  307. }
  308. .uniui-plusempty[data-v-d31e1c47]:before {
  309. content: "\e67b";
  310. }
  311. .uniui-smallcircle[data-v-d31e1c47]:before {
  312. content: "\e67c";
  313. }
  314. .uniui-minus-filled[data-v-d31e1c47]:before {
  315. content: "\e67d";
  316. }
  317. .uniui-micoff[data-v-d31e1c47]:before {
  318. content: "\e67e";
  319. }
  320. .uniui-closeempty[data-v-d31e1c47]:before {
  321. content: "\e66c";
  322. }
  323. .uniui-clear[data-v-d31e1c47]:before {
  324. content: "\e66d";
  325. }
  326. .uniui-navigate[data-v-d31e1c47]:before {
  327. content: "\e66e";
  328. }
  329. .uniui-minus[data-v-d31e1c47]:before {
  330. content: "\e66f";
  331. }
  332. .uniui-image[data-v-d31e1c47]:before {
  333. content: "\e670";
  334. }
  335. .uniui-mic[data-v-d31e1c47]:before {
  336. content: "\e671";
  337. }
  338. .uniui-paperplane[data-v-d31e1c47]:before {
  339. content: "\e672";
  340. }
  341. .uniui-close[data-v-d31e1c47]:before {
  342. content: "\e673";
  343. }
  344. .uniui-help-filled[data-v-d31e1c47]:before {
  345. content: "\e674";
  346. }
  347. .uniui-paperplane-filled[data-v-d31e1c47]:before {
  348. content: "\e675";
  349. }
  350. .uniui-plus[data-v-d31e1c47]:before {
  351. content: "\e676";
  352. }
  353. .uniui-mic-filled[data-v-d31e1c47]:before {
  354. content: "\e677";
  355. }
  356. .uniui-image-filled[data-v-d31e1c47]:before {
  357. content: "\e678";
  358. }
  359. .uniui-locked-filled[data-v-d31e1c47]:before {
  360. content: "\e668";
  361. }
  362. .uniui-info[data-v-d31e1c47]:before {
  363. content: "\e669";
  364. }
  365. .uniui-locked[data-v-d31e1c47]:before {
  366. content: "\e66b";
  367. }
  368. .uniui-camera-filled[data-v-d31e1c47]:before {
  369. content: "\e658";
  370. }
  371. .uniui-chat-filled[data-v-d31e1c47]:before {
  372. content: "\e659";
  373. }
  374. .uniui-camera[data-v-d31e1c47]:before {
  375. content: "\e65a";
  376. }
  377. .uniui-circle[data-v-d31e1c47]:before {
  378. content: "\e65b";
  379. }
  380. .uniui-checkmarkempty[data-v-d31e1c47]:before {
  381. content: "\e65c";
  382. }
  383. .uniui-chat[data-v-d31e1c47]:before {
  384. content: "\e65d";
  385. }
  386. .uniui-circle-filled[data-v-d31e1c47]:before {
  387. content: "\e65e";
  388. }
  389. .uniui-flag[data-v-d31e1c47]:before {
  390. content: "\e65f";
  391. }
  392. .uniui-flag-filled[data-v-d31e1c47]:before {
  393. content: "\e660";
  394. }
  395. .uniui-gear-filled[data-v-d31e1c47]:before {
  396. content: "\e661";
  397. }
  398. .uniui-home[data-v-d31e1c47]:before {
  399. content: "\e662";
  400. }
  401. .uniui-home-filled[data-v-d31e1c47]:before {
  402. content: "\e663";
  403. }
  404. .uniui-gear[data-v-d31e1c47]:before {
  405. content: "\e664";
  406. }
  407. .uniui-smallcircle-filled[data-v-d31e1c47]:before {
  408. content: "\e665";
  409. }
  410. .uniui-map-filled[data-v-d31e1c47]:before {
  411. content: "\e666";
  412. }
  413. .uniui-map[data-v-d31e1c47]:before {
  414. content: "\e667";
  415. }
  416. .uniui-refresh-filled[data-v-d31e1c47]:before {
  417. content: "\e656";
  418. }
  419. .uniui-refresh[data-v-d31e1c47]:before {
  420. content: "\e657";
  421. }
  422. .uniui-cloud-upload[data-v-d31e1c47]:before {
  423. content: "\e645";
  424. }
  425. .uniui-cloud-download-filled[data-v-d31e1c47]:before {
  426. content: "\e646";
  427. }
  428. .uniui-cloud-download[data-v-d31e1c47]:before {
  429. content: "\e647";
  430. }
  431. .uniui-cloud-upload-filled[data-v-d31e1c47]:before {
  432. content: "\e648";
  433. }
  434. .uniui-redo[data-v-d31e1c47]:before {
  435. content: "\e64a";
  436. }
  437. .uniui-images-filled[data-v-d31e1c47]:before {
  438. content: "\e64b";
  439. }
  440. .uniui-undo-filled[data-v-d31e1c47]:before {
  441. content: "\e64c";
  442. }
  443. .uniui-more[data-v-d31e1c47]:before {
  444. content: "\e64d";
  445. }
  446. .uniui-more-filled[data-v-d31e1c47]:before {
  447. content: "\e64e";
  448. }
  449. .uniui-undo[data-v-d31e1c47]:before {
  450. content: "\e64f";
  451. }
  452. .uniui-images[data-v-d31e1c47]:before {
  453. content: "\e650";
  454. }
  455. .uniui-paperclip[data-v-d31e1c47]:before {
  456. content: "\e652";
  457. }
  458. .uniui-settings[data-v-d31e1c47]:before {
  459. content: "\e653";
  460. }
  461. .uniui-search[data-v-d31e1c47]:before {
  462. content: "\e654";
  463. }
  464. .uniui-redo-filled[data-v-d31e1c47]:before {
  465. content: "\e655";
  466. }
  467. .uniui-list[data-v-d31e1c47]:before {
  468. content: "\e644";
  469. }
  470. .uniui-mail-open-filled[data-v-d31e1c47]:before {
  471. content: "\e63a";
  472. }
  473. .uniui-hand-down-filled[data-v-d31e1c47]:before {
  474. content: "\e63c";
  475. }
  476. .uniui-hand-down[data-v-d31e1c47]:before {
  477. content: "\e63d";
  478. }
  479. .uniui-hand-up-filled[data-v-d31e1c47]:before {
  480. content: "\e63e";
  481. }
  482. .uniui-hand-up[data-v-d31e1c47]:before {
  483. content: "\e63f";
  484. }
  485. .uniui-heart-filled[data-v-d31e1c47]:before {
  486. content: "\e641";
  487. }
  488. .uniui-mail-open[data-v-d31e1c47]:before {
  489. content: "\e643";
  490. }
  491. .uniui-heart[data-v-d31e1c47]:before {
  492. content: "\e639";
  493. }
  494. .uniui-loop[data-v-d31e1c47]:before {
  495. content: "\e633";
  496. }
  497. .uniui-pulldown[data-v-d31e1c47]:before {
  498. content: "\e632";
  499. }
  500. .uniui-scan[data-v-d31e1c47]:before {
  501. content: "\e62a";
  502. }
  503. .uniui-bars[data-v-d31e1c47]:before {
  504. content: "\e627";
  505. }
  506. .uniui-cart-filled[data-v-d31e1c47]:before {
  507. content: "\e629";
  508. }
  509. .uniui-checkbox[data-v-d31e1c47]:before {
  510. content: "\e62b";
  511. }
  512. .uniui-checkbox-filled[data-v-d31e1c47]:before {
  513. content: "\e62c";
  514. }
  515. .uniui-shop[data-v-d31e1c47]:before {
  516. content: "\e62f";
  517. }
  518. .uniui-headphones[data-v-d31e1c47]:before {
  519. content: "\e630";
  520. }
  521. .uniui-cart[data-v-d31e1c47]:before {
  522. content: "\e631";
  523. }
  524. @font-face {
  525. font-family: uniicons;
  526. src: url("../../assets/uniicons.89ed7d6d.ttf") format("truetype");
  527. }
  528. .uni-icons[data-v-d31e1c47] {
  529. font-family: uniicons;
  530. text-decoration: none;
  531. text-align: center;
  532. }
  533. /**
  534. * 这里是uni-app内置的常用样式变量
  535. *
  536. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  537. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  538. *
  539. */
  540. /**
  541. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  542. *
  543. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  544. */
  545. /* 颜色变量 */
  546. /* 行为相关颜色 */
  547. /* 文字基本颜色 */
  548. /* 背景颜色 */
  549. /* 边框颜色 */
  550. /* 尺寸变量 */
  551. /* 文字尺寸 */
  552. /* 图片尺寸 */
  553. /* Border Radius */
  554. /* 水平间距 */
  555. /* 垂直间距 */
  556. /* 透明度 */
  557. /* 文章场景相关 */
  558. .uni-status-bar[data-v-7920e3e0] {
  559. height: 20px;
  560. }
  561. /**
  562. * 这里是uni-app内置的常用样式变量
  563. *
  564. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  565. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  566. *
  567. */
  568. /**
  569. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  570. *
  571. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  572. */
  573. /* 颜色变量 */
  574. /* 行为相关颜色 */
  575. /* 文字基本颜色 */
  576. /* 背景颜色 */
  577. /* 边框颜色 */
  578. /* 尺寸变量 */
  579. /* 文字尺寸 */
  580. /* 图片尺寸 */
  581. /* Border Radius */
  582. /* 水平间距 */
  583. /* 垂直间距 */
  584. /* 透明度 */
  585. /* 文章场景相关 */
  586. .uni-nav-bar-text[data-v-26544265] {
  587. font-size: 1.0625rem;
  588. }
  589. .uni-nav-bar-right-text[data-v-26544265] {
  590. font-size: 34px;
  591. }
  592. .uni-navbar__content[data-v-26544265] {
  593. position: relative;
  594. background-color: transparent;
  595. }
  596. .uni-navbar-btn-text[data-v-26544265] {
  597. display: flex;
  598. flex-direction: column;
  599. justify-content: flex-start;
  600. align-items: center;
  601. line-height: 34px;
  602. }
  603. .uni-navbar__header[data-v-26544265] {
  604. display: flex;
  605. padding: 0 10px;
  606. flex-direction: row;
  607. height: 44px;
  608. font-size: 34px;
  609. }
  610. .uni-navbar__header-btns[data-v-26544265] {
  611. overflow: hidden;
  612. display: flex;
  613. flex-wrap: nowrap;
  614. flex-direction: row;
  615. width: 6.25rem;
  616. justify-content: center;
  617. align-items: center;
  618. }
  619. .uni-navbar__header-btns-left[data-v-26544265] {
  620. display: flex;
  621. width: 6.25rem;
  622. justify-content: flex-start;
  623. align-items: center;
  624. }
  625. .uni-navbar__header-btns-right[data-v-26544265] {
  626. display: flex;
  627. flex-direction: row;
  628. justify-content: flex-end;
  629. align-items: center;
  630. }
  631. .uni-navbar__header-container[data-v-26544265] {
  632. display: flex;
  633. flex: 1;
  634. padding: 0 10px;
  635. overflow: hidden;
  636. }
  637. .uni-navbar__header-container-inner[data-v-26544265] {
  638. display: flex;
  639. flex: 1;
  640. flex-direction: row;
  641. align-items: center;
  642. justify-content: center;
  643. font-size: 12px;
  644. overflow: hidden;
  645. }
  646. .uni-navbar__placeholder-view[data-v-26544265] {
  647. height: 44px;
  648. }
  649. .uni-navbar--fixed[data-v-26544265] {
  650. position: fixed;
  651. z-index: 998;
  652. left: 0;
  653. right: 0;
  654. }
  655. .uni-navbar--shadow[data-v-26544265] {
  656. box-shadow: 0 1px 6px #ccc;
  657. }
  658. .uni-navbar--border[data-v-26544265] {
  659. border-bottom-width: 0.03125rem;
  660. border-bottom-style: solid;
  661. border-bottom-color: #eee;
  662. }
  663. .uni-ellipsis-1[data-v-26544265] {
  664. overflow: hidden;
  665. white-space: nowrap;
  666. text-overflow: ellipsis;
  667. }
  668. /**
  669. * 这里是uni-app内置的常用样式变量
  670. *
  671. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  672. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  673. *
  674. */
  675. /**
  676. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  677. *
  678. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  679. */
  680. /* 颜色变量 */
  681. /* 行为相关颜色 */
  682. /* 文字基本颜色 */
  683. /* 背景颜色 */
  684. /* 边框颜色 */
  685. /* 尺寸变量 */
  686. /* 文字尺寸 */
  687. /* 图片尺寸 */
  688. /* Border Radius */
  689. /* 水平间距 */
  690. /* 垂直间距 */
  691. /* 透明度 */
  692. /* 文章场景相关 */
  693. .uni-tag[data-v-1f94d070] {
  694. line-height: 14px;
  695. font-size: 12px;
  696. font-weight: 200;
  697. padding: 4px 7px;
  698. color: #fff;
  699. border-radius: 3px;
  700. background-color: #18C7B0;
  701. border-width: 0.03125rem;
  702. border-style: solid;
  703. border-color: #18C7B0;
  704. }
  705. .uni-tag--default[data-v-1f94d070] {
  706. font-size: 12px;
  707. }
  708. .uni-tag--default--inverted[data-v-1f94d070] {
  709. color: #18C7B0;
  710. border-color: #18C7B0;
  711. }
  712. .uni-tag--small[data-v-1f94d070] {
  713. padding: 2px 5px;
  714. font-size: 12px;
  715. border-radius: 2px;
  716. }
  717. .uni-tag--mini[data-v-1f94d070] {
  718. padding: 1px 3px;
  719. font-size: 12px;
  720. border-radius: 2px;
  721. }
  722. .uni-tag--primary[data-v-1f94d070] {
  723. background-color: #2979ff;
  724. border-color: #2979ff;
  725. color: #fff;
  726. }
  727. .uni-tag--success[data-v-1f94d070] {
  728. color: #fff;
  729. background-color: #18bc37;
  730. border-color: #18bc37;
  731. }
  732. .uni-tag--warning[data-v-1f94d070] {
  733. color: #fff;
  734. background-color: #f3a73f;
  735. border-color: #f3a73f;
  736. }
  737. .uni-tag--error[data-v-1f94d070] {
  738. color: #fff;
  739. background-color: #e43d33;
  740. border-color: #e43d33;
  741. }
  742. .uni-tag--primary--inverted[data-v-1f94d070] {
  743. color: #2979ff;
  744. border-color: #2979ff;
  745. }
  746. .uni-tag--success--inverted[data-v-1f94d070] {
  747. color: #18bc37;
  748. border-color: #18bc37;
  749. }
  750. .uni-tag--warning--inverted[data-v-1f94d070] {
  751. color: #f3a73f;
  752. border-color: #f3a73f;
  753. }
  754. .uni-tag--error--inverted[data-v-1f94d070] {
  755. color: #e43d33;
  756. border-color: #e43d33;
  757. }
  758. .uni-tag--inverted[data-v-1f94d070] {
  759. background-color: #fff;
  760. }
  761. .uni-tag--circle[data-v-1f94d070] {
  762. border-radius: 15px !important;
  763. }
  764. .uni-tag--mark[data-v-1f94d070] {
  765. border-top-left-radius: 0 !important;
  766. border-bottom-left-radius: 0 !important;
  767. border-top-right-radius: 15px !important;
  768. border-bottom-right-radius: 15px !important;
  769. }
  770. .uni-tag--disabled[data-v-1f94d070] {
  771. opacity: 0.5;
  772. }
  773. .uni-tag-text[data-v-1f94d070] {
  774. color: #fff;
  775. font-size: 14px;
  776. }
  777. .uni-tag-text--primary[data-v-1f94d070] {
  778. color: #2979ff;
  779. }
  780. .uni-tag-text--success[data-v-1f94d070] {
  781. color: #18bc37;
  782. }
  783. .uni-tag-text--warning[data-v-1f94d070] {
  784. color: #f3a73f;
  785. }
  786. .uni-tag-text--error[data-v-1f94d070] {
  787. color: #e43d33;
  788. }
  789. .uni-tag-text--small[data-v-1f94d070] {
  790. font-size: 12px;
  791. }
  792. /**
  793. * 这里是uni-app内置的常用样式变量
  794. *
  795. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  796. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  797. *
  798. */
  799. /**
  800. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  801. *
  802. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  803. */
  804. /* 颜色变量 */
  805. /* 行为相关颜色 */
  806. /* 文字基本颜色 */
  807. /* 背景颜色 */
  808. /* 边框颜色 */
  809. /* 尺寸变量 */
  810. /* 文字尺寸 */
  811. /* 图片尺寸 */
  812. /* Border Radius */
  813. /* 水平间距 */
  814. /* 垂直间距 */
  815. /* 透明度 */
  816. /* 文章场景相关 */
  817. .main {
  818. display: flex;
  819. flex-direction: column;
  820. justify-content: flex-start;
  821. width: 23.4375rem;
  822. }
  823. .main .uni-nav-bar-text {
  824. font-size: 20px;
  825. }
  826. .main .uni-navbar-btn-text {
  827. font-size: 16px;
  828. }
  829. .main .content {
  830. margin: 0.15625rem;
  831. background-color: #fff;
  832. flex-direction: column;
  833. align-items: center;
  834. }
  835. .main .content .header {
  836. display: flex;
  837. flex-direction: column;
  838. margin: 0.5rem 0.5rem 0;
  839. }
  840. .main .content .header .ti {
  841. display: flex;
  842. flex-direction: row;
  843. justify-content: space-between;
  844. margin-top: 0.47563rem;
  845. }
  846. .main .content .header .ti .left {
  847. align-items: flex-start;
  848. }
  849. .main .content .header .ti .left .baracode {
  850. display: flex;
  851. flex-direction: column;
  852. }
  853. .main .content .header .ti .left .baracode .barnum {
  854. font-size: 0.46875rem;
  855. display: flex;
  856. justify-content: center;
  857. align-items: center;
  858. letter-spacing: 0.3em;
  859. }
  860. .main .content .header .ti .mid {
  861. display: flex;
  862. margin-right: 5rem;
  863. }
  864. .main .content .header .ti .mid .title {
  865. font-size: 0.74219rem;
  866. font-weight: 800;
  867. }
  868. .main .content .header .ti .rig {
  869. display: flex;
  870. }
  871. .main .content .header .ti .rig .title {
  872. font-size: 0.5rem;
  873. width: 1.25rem;
  874. font-weight: 300;
  875. }
  876. .main .content .header .patiinfo {
  877. display: flex;
  878. flex-direction: column;
  879. margin-top: 0.7875rem;
  880. padding-bottom: 0.67031rem;
  881. border-bottom: 1px solid #979797;
  882. }
  883. .main .content .header .patiinfo .r1 {
  884. display: flex;
  885. flex-direction: row;
  886. margin-bottom: 0.46875rem;
  887. }
  888. .main .content .header .patiinfo .r1 .row {
  889. font-size: 0.46875rem;
  890. font-weight: 400;
  891. margin-right: 0.9375rem;
  892. }
  893. .main .content .header .patiinfo .r1 .we {
  894. color: #999999;
  895. }
  896. .main .content .header .patiinfo .r2 {
  897. display: flex;
  898. flex-direction: row;
  899. margin-bottom: 0.46875rem;
  900. }
  901. .main .content .header .patiinfo .r2 .row {
  902. font-size: 0.46875rem;
  903. font-weight: 400;
  904. margin-right: 0.9375rem;
  905. }
  906. .main .content .header .patiinfo .r2 .we {
  907. color: #999999;
  908. }
  909. .main .content .header .patiinfo .r3 {
  910. display: flex;
  911. flex-direction: row;
  912. font-size: 0.46875rem;
  913. }
  914. .main .content .header .patiinfo .r3 .we {
  915. color: #999999;
  916. }
  917. .main .content .rp {
  918. display: flex;
  919. flex-direction: column;
  920. margin: 0.69969rem 0.5425rem 0;
  921. border-bottom: 1px solid #979797;
  922. }
  923. .main .content .rp .title {
  924. font-size: 0.6875rem;
  925. margin-bottom: 0.3125rem;
  926. }
  927. .main .content .rp .lists {
  928. display: flex;
  929. flex-wrap: wrap;
  930. flex-direction: row;
  931. justify-content: flex-start;
  932. align-content: flex-start;
  933. margin-left: 1.25rem;
  934. height: 17.03125rem;
  935. }
  936. .main .content .rp .lists .item {
  937. display: flex;
  938. justify-content: center;
  939. align-items: center;
  940. margin: 0 0.46875rem 0.625rem 0;
  941. }
  942. .main .content .rp .lists .item .le {
  943. display: flex;
  944. font-size: 0.46875rem;
  945. }
  946. .main .content .rp .lists .item .tag-view .uni-tag {
  947. display: flex;
  948. justify-content: center;
  949. align-items: center;
  950. font-size: 0.46875rem;
  951. padding: 0.1875rem 0.1875rem;
  952. }
  953. .main .content .rp .lists .item .rig {
  954. display: flex;
  955. flex-direction: column;
  956. margin-left: 0.16594rem;
  957. }
  958. .main .content .rp .lists .item .rig .up {
  959. width: 1.875rem;
  960. font-size: 0.375rem;
  961. height: 0.39063rem;
  962. }
  963. .main .content .rp .lists .item .rig .do {
  964. width: 1.875rem;
  965. font-size: 0.375rem;
  966. height: 0.39063rem;
  967. }
  968. .main .content .rp .footer {
  969. margin: 0 0.3125rem 0.25rem;
  970. display: flex;
  971. font-size: 0.46875rem;
  972. }
  973. .main .content .rp .footer .js {
  974. display: flex;
  975. margin-right: 1.7rem;
  976. }
  977. .main .content .rp .rp-tips {
  978. display: flex;
  979. justify-content: flex-end;
  980. font-size: 0.46875rem;
  981. margin-right: 0.3125rem;
  982. }
  983. .main .content .amountarea {
  984. display: flex;
  985. margin: 0.66563rem 19.38px 0;
  986. padding-bottom: 0.65438rem;
  987. border-bottom: 1px solid #979797;
  988. }
  989. .main .content .amountarea .amount {
  990. display: flex;
  991. flex-direction: column;
  992. }
  993. .main .content .amountarea .amount .r1 {
  994. border: 1px solid #979797;
  995. font-size: 0.46875rem;
  996. width: 8.98438rem;
  997. display: flex;
  998. justify-content: center;
  999. align-items: center;
  1000. height: 1.05469rem;
  1001. }
  1002. .main .content .amountarea .amount .r2 {
  1003. display: flex;
  1004. justify-content: center;
  1005. align-items: center;
  1006. font-size: 0.46875rem;
  1007. height: 1.05469rem;
  1008. width: 8.98438rem;
  1009. border-left: 1px solid #979797;
  1010. border-right: 1px solid #979797;
  1011. }
  1012. .main .content .amountarea .amount .r2 .jyf {
  1013. width: 4.49781rem;
  1014. display: flex;
  1015. justify-content: center;
  1016. align-items: center;
  1017. }
  1018. .main .content .amountarea .amount .r2 .psf {
  1019. border-left: 1px solid #979797;
  1020. width: 4.49781rem;
  1021. display: flex;
  1022. justify-content: center;
  1023. align-items: center;
  1024. }
  1025. .main .content .amountarea .amount .r3 {
  1026. display: flex;
  1027. justify-content: center;
  1028. align-items: center;
  1029. height: 1.05469rem;
  1030. font-size: 0.46875rem;
  1031. border: 1px solid #979797;
  1032. }
  1033. .main .content .amountarea .service {
  1034. display: flex;
  1035. flex-wrap: wrap;
  1036. margin-left: 1.875rem;
  1037. }
  1038. .main .content .amountarea .service .kf {
  1039. font-size: 0.46875rem;
  1040. margin-right: 1.875rem;
  1041. width: 2.8125rem;
  1042. }
  1043. .main .content .amountarea .service .kf .we {
  1044. font-size: 0.46875rem;
  1045. color: #999999;
  1046. }
  1047. .main .content .comment {
  1048. margin: 0.3125rem 0.5rem 0.3125rem;
  1049. font-size: 0.46875rem;
  1050. display: flex;
  1051. }