edit.css 38 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622
  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. .uni-file-picker__container[data-v-bdfc07e0] {
  818. display: flex;
  819. box-sizing: border-box;
  820. flex-wrap: wrap;
  821. margin: -5px;
  822. }
  823. .file-picker__box[data-v-bdfc07e0] {
  824. position: relative;
  825. width: 33.3%;
  826. height: 0;
  827. padding-top: 33.33%;
  828. box-sizing: border-box;
  829. }
  830. .file-picker__box-content[data-v-bdfc07e0] {
  831. position: absolute;
  832. top: 0;
  833. right: 0;
  834. bottom: 0;
  835. left: 0;
  836. margin: 5px;
  837. border: 1px #eee solid;
  838. border-radius: 5px;
  839. overflow: hidden;
  840. }
  841. .file-picker__progress[data-v-bdfc07e0] {
  842. position: absolute;
  843. bottom: 0;
  844. left: 0;
  845. right: 0;
  846. /* border: 1px red solid; */
  847. z-index: 2;
  848. }
  849. .file-picker__progress-item[data-v-bdfc07e0] {
  850. width: 100%;
  851. }
  852. .file-picker__mask[data-v-bdfc07e0] {
  853. display: flex;
  854. justify-content: center;
  855. align-items: center;
  856. position: absolute;
  857. right: 0;
  858. top: 0;
  859. bottom: 0;
  860. left: 0;
  861. color: #fff;
  862. font-size: 12px;
  863. background-color: rgba(0, 0, 0, 0.4);
  864. }
  865. .file-image[data-v-bdfc07e0] {
  866. width: 100%;
  867. height: 100%;
  868. }
  869. .is-add[data-v-bdfc07e0] {
  870. display: flex;
  871. align-items: center;
  872. justify-content: center;
  873. }
  874. .icon-add[data-v-bdfc07e0] {
  875. width: 50px;
  876. height: 5px;
  877. background-color: #f1f1f1;
  878. border-radius: 2px;
  879. }
  880. .rotate[data-v-bdfc07e0] {
  881. position: absolute;
  882. transform: rotate(90deg);
  883. }
  884. .icon-del-box[data-v-bdfc07e0] {
  885. display: flex;
  886. align-items: center;
  887. justify-content: center;
  888. position: absolute;
  889. top: 3px;
  890. right: 3px;
  891. height: 26px;
  892. width: 26px;
  893. border-radius: 50%;
  894. background-color: rgba(0, 0, 0, 0.5);
  895. z-index: 2;
  896. transform: rotate(-45deg);
  897. }
  898. .icon-del[data-v-bdfc07e0] {
  899. width: 15px;
  900. height: 2px;
  901. background-color: #fff;
  902. border-radius: 2px;
  903. }
  904. /**
  905. * 这里是uni-app内置的常用样式变量
  906. *
  907. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  908. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  909. *
  910. */
  911. /**
  912. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  913. *
  914. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  915. */
  916. /* 颜色变量 */
  917. /* 行为相关颜色 */
  918. /* 文字基本颜色 */
  919. /* 背景颜色 */
  920. /* 边框颜色 */
  921. /* 尺寸变量 */
  922. /* 文字尺寸 */
  923. /* 图片尺寸 */
  924. /* Border Radius */
  925. /* 水平间距 */
  926. /* 垂直间距 */
  927. /* 透明度 */
  928. /* 文章场景相关 */
  929. .uni-file-picker__files[data-v-a54939c6] {
  930. display: flex;
  931. flex-direction: column;
  932. justify-content: flex-start;
  933. }
  934. .uni-file-picker__lists[data-v-a54939c6] {
  935. position: relative;
  936. margin-top: 5px;
  937. overflow: hidden;
  938. }
  939. .file-picker__mask[data-v-a54939c6] {
  940. display: flex;
  941. justify-content: center;
  942. align-items: center;
  943. position: absolute;
  944. right: 0;
  945. top: 0;
  946. bottom: 0;
  947. left: 0;
  948. color: #fff;
  949. font-size: 14px;
  950. background-color: rgba(0, 0, 0, 0.4);
  951. }
  952. .uni-file-picker__lists-box[data-v-a54939c6] {
  953. position: relative;
  954. }
  955. .uni-file-picker__item[data-v-a54939c6] {
  956. display: flex;
  957. align-items: center;
  958. padding: 8px 10px;
  959. padding-right: 5px;
  960. padding-left: 10px;
  961. }
  962. .files-border[data-v-a54939c6] {
  963. border-top: 1px #eee solid;
  964. }
  965. .files__name[data-v-a54939c6] {
  966. flex: 1;
  967. font-size: 14px;
  968. color: #666;
  969. margin-right: 25px;
  970. word-break: break-all;
  971. word-wrap: break-word;
  972. }
  973. .icon-files[data-v-a54939c6] {
  974. position: static;
  975. background-color: initial;
  976. }
  977. .is-list-card[data-v-a54939c6] {
  978. border: 1px #eee solid;
  979. margin-bottom: 5px;
  980. border-radius: 5px;
  981. box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1);
  982. padding: 5px;
  983. }
  984. .files__image[data-v-a54939c6] {
  985. width: 40px;
  986. height: 40px;
  987. margin-right: 10px;
  988. }
  989. .header-image[data-v-a54939c6] {
  990. width: 100%;
  991. height: 100%;
  992. }
  993. .is-text-box[data-v-a54939c6] {
  994. border: 1px #eee solid;
  995. border-radius: 5px;
  996. }
  997. .is-text-image[data-v-a54939c6] {
  998. width: 25px;
  999. height: 25px;
  1000. margin-left: 5px;
  1001. }
  1002. .rotate[data-v-a54939c6] {
  1003. position: absolute;
  1004. transform: rotate(90deg);
  1005. }
  1006. .icon-del-box[data-v-a54939c6] {
  1007. display: flex;
  1008. margin: auto 0;
  1009. align-items: center;
  1010. justify-content: center;
  1011. position: absolute;
  1012. top: 0px;
  1013. bottom: 0;
  1014. right: 5px;
  1015. height: 26px;
  1016. width: 26px;
  1017. z-index: 2;
  1018. transform: rotate(-45deg);
  1019. }
  1020. .icon-del[data-v-a54939c6] {
  1021. width: 15px;
  1022. height: 1px;
  1023. background-color: #333;
  1024. }
  1025. .uni-file-picker[data-v-6223573f] {
  1026. box-sizing: border-box;
  1027. overflow: hidden;
  1028. width: 100%;
  1029. flex: 1;
  1030. }
  1031. .uni-file-picker__header[data-v-6223573f] {
  1032. padding-top: 5px;
  1033. padding-bottom: 10px;
  1034. display: flex;
  1035. justify-content: space-between;
  1036. }
  1037. .file-title[data-v-6223573f] {
  1038. font-size: 14px;
  1039. color: #333;
  1040. }
  1041. .file-count[data-v-6223573f] {
  1042. font-size: 14px;
  1043. color: #999;
  1044. }
  1045. .is-add[data-v-6223573f] {
  1046. display: flex;
  1047. align-items: center;
  1048. justify-content: center;
  1049. }
  1050. .icon-add[data-v-6223573f] {
  1051. width: 50px;
  1052. height: 5px;
  1053. background-color: #f1f1f1;
  1054. border-radius: 2px;
  1055. }
  1056. .rotate[data-v-6223573f] {
  1057. position: absolute;
  1058. transform: rotate(90deg);
  1059. }
  1060. /**
  1061. * 这里是uni-app内置的常用样式变量
  1062. *
  1063. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  1064. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  1065. *
  1066. */
  1067. /**
  1068. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  1069. *
  1070. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  1071. */
  1072. /* 颜色变量 */
  1073. /* 行为相关颜色 */
  1074. /* 文字基本颜色 */
  1075. /* 背景颜色 */
  1076. /* 边框颜色 */
  1077. /* 尺寸变量 */
  1078. /* 文字尺寸 */
  1079. /* 图片尺寸 */
  1080. /* Border Radius */
  1081. /* 水平间距 */
  1082. /* 垂直间距 */
  1083. /* 透明度 */
  1084. /* 文章场景相关 */
  1085. .uni-popup-dialog[data-v-d78c88b7] {
  1086. width: 300px;
  1087. border-radius: 11px;
  1088. background-color: #fff;
  1089. }
  1090. .uni-dialog-title[data-v-d78c88b7] {
  1091. display: flex;
  1092. flex-direction: row;
  1093. justify-content: center;
  1094. padding-top: 25px;
  1095. }
  1096. .uni-dialog-title-text[data-v-d78c88b7] {
  1097. font-size: 16px;
  1098. font-weight: 500;
  1099. }
  1100. .uni-dialog-content[data-v-d78c88b7] {
  1101. display: flex;
  1102. flex-direction: row;
  1103. justify-content: center;
  1104. align-items: center;
  1105. padding: 20px;
  1106. }
  1107. .uni-dialog-content-text[data-v-d78c88b7] {
  1108. font-size: 14px;
  1109. color: #6C6C6C;
  1110. }
  1111. .uni-dialog-button-group[data-v-d78c88b7] {
  1112. display: flex;
  1113. flex-direction: row;
  1114. border-top-color: #f5f5f5;
  1115. border-top-style: solid;
  1116. border-top-width: 1px;
  1117. }
  1118. .uni-dialog-button[data-v-d78c88b7] {
  1119. display: flex;
  1120. flex: 1;
  1121. flex-direction: row;
  1122. justify-content: center;
  1123. align-items: center;
  1124. height: 45px;
  1125. }
  1126. .uni-border-left[data-v-d78c88b7] {
  1127. border-left-color: #f0f0f0;
  1128. border-left-style: solid;
  1129. border-left-width: 1px;
  1130. }
  1131. .uni-dialog-button-text[data-v-d78c88b7] {
  1132. font-size: 16px;
  1133. color: #333;
  1134. }
  1135. .uni-button-color[data-v-d78c88b7] {
  1136. color: #007aff;
  1137. }
  1138. .uni-dialog-input[data-v-d78c88b7] {
  1139. flex: 1;
  1140. font-size: 14px;
  1141. border: 1px #eee solid;
  1142. height: 40px;
  1143. padding: 0 10px;
  1144. border-radius: 5px;
  1145. color: #555;
  1146. }
  1147. .uni-popup__success[data-v-d78c88b7] {
  1148. color: #4cd964;
  1149. }
  1150. .uni-popup__warn[data-v-d78c88b7] {
  1151. color: #f0ad4e;
  1152. }
  1153. .uni-popup__error[data-v-d78c88b7] {
  1154. color: #dd524d;
  1155. }
  1156. .uni-popup__info[data-v-d78c88b7] {
  1157. color: #909399;
  1158. }
  1159. /**
  1160. * 这里是uni-app内置的常用样式变量
  1161. *
  1162. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  1163. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  1164. *
  1165. */
  1166. /**
  1167. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  1168. *
  1169. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  1170. */
  1171. /* 颜色变量 */
  1172. /* 行为相关颜色 */
  1173. /* 文字基本颜色 */
  1174. /* 背景颜色 */
  1175. /* 边框颜色 */
  1176. /* 尺寸变量 */
  1177. /* 文字尺寸 */
  1178. /* 图片尺寸 */
  1179. /* Border Radius */
  1180. /* 水平间距 */
  1181. /* 垂直间距 */
  1182. /* 透明度 */
  1183. /* 文章场景相关 */
  1184. .uni-popup[data-v-4dd3c44b] {
  1185. position: fixed;
  1186. z-index: 99;
  1187. }
  1188. .uni-popup.top[data-v-4dd3c44b], .uni-popup.left[data-v-4dd3c44b], .uni-popup.right[data-v-4dd3c44b] {
  1189. top: 0;
  1190. }
  1191. .uni-popup .uni-popup__wrapper[data-v-4dd3c44b] {
  1192. display: block;
  1193. position: relative;
  1194. /* iphonex 等安全区设置,底部安全区适配 */
  1195. }
  1196. .uni-popup .uni-popup__wrapper.left[data-v-4dd3c44b], .uni-popup .uni-popup__wrapper.right[data-v-4dd3c44b] {
  1197. padding-top: 0;
  1198. flex: 1;
  1199. }
  1200. .fixforpc-z-index[data-v-4dd3c44b] {
  1201. z-index: 999;
  1202. }
  1203. .fixforpc-top[data-v-4dd3c44b] {
  1204. top: 0;
  1205. }
  1206. /**
  1207. * 这里是uni-app内置的常用样式变量
  1208. *
  1209. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  1210. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  1211. *
  1212. */
  1213. /**
  1214. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  1215. *
  1216. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  1217. */
  1218. /* 颜色变量 */
  1219. /* 行为相关颜色 */
  1220. /* 文字基本颜色 */
  1221. /* 背景颜色 */
  1222. /* 边框颜色 */
  1223. /* 尺寸变量 */
  1224. /* 文字尺寸 */
  1225. /* 图片尺寸 */
  1226. /* Border Radius */
  1227. /* 水平间距 */
  1228. /* 垂直间距 */
  1229. /* 透明度 */
  1230. /* 文章场景相关 */
  1231. .main {
  1232. display: flex;
  1233. flex-direction: column;
  1234. justify-content: flex-start;
  1235. width: 23.4375rem;
  1236. }
  1237. .main .uni-nav-bar-text {
  1238. font-size: 20px;
  1239. }
  1240. .main .uni-navbar-btn-text {
  1241. font-size: 16px;
  1242. }
  1243. .main .content {
  1244. margin: 0.15625rem;
  1245. background-color: #fff;
  1246. flex-direction: column;
  1247. align-items: center;
  1248. }
  1249. .main .content .header {
  1250. display: flex;
  1251. flex-direction: column;
  1252. margin: 0.5rem 0.5rem 0;
  1253. }
  1254. .main .content .header .ti {
  1255. display: flex;
  1256. flex-direction: row;
  1257. justify-content: space-between;
  1258. margin-top: 0.47563rem;
  1259. }
  1260. .main .content .header .ti .left {
  1261. align-items: flex-start;
  1262. }
  1263. .main .content .header .ti .left .baracode {
  1264. display: flex;
  1265. flex-direction: column;
  1266. }
  1267. .main .content .header .ti .left .baracode .barnum {
  1268. font-size: 0.46875rem;
  1269. display: flex;
  1270. justify-content: center;
  1271. align-items: center;
  1272. letter-spacing: 0.3em;
  1273. }
  1274. .main .content .header .ti .mid {
  1275. display: flex;
  1276. margin-right: 5rem;
  1277. }
  1278. .main .content .header .ti .mid .title {
  1279. font-size: 0.74219rem;
  1280. font-weight: 800;
  1281. }
  1282. .main .content .header .ti .rig {
  1283. display: flex;
  1284. }
  1285. .main .content .header .ti .rig .title {
  1286. font-size: 0.5rem;
  1287. width: 1.25rem;
  1288. font-weight: 300;
  1289. }
  1290. .main .content .header .patiinfo {
  1291. display: flex;
  1292. flex-direction: column;
  1293. margin-top: 0.7875rem;
  1294. padding-bottom: 0.67031rem;
  1295. border-bottom: 1px solid #979797;
  1296. }
  1297. .main .content .header .patiinfo .r1 {
  1298. display: flex;
  1299. flex-direction: row;
  1300. margin-bottom: 0.46875rem;
  1301. }
  1302. .main .content .header .patiinfo .r1 .row {
  1303. font-size: 0.46875rem;
  1304. font-weight: 400;
  1305. margin-right: 0.9375rem;
  1306. }
  1307. .main .content .header .patiinfo .r1 .we {
  1308. color: #999999;
  1309. }
  1310. .main .content .header .patiinfo .r2 {
  1311. display: flex;
  1312. flex-direction: row;
  1313. margin-bottom: 0.46875rem;
  1314. }
  1315. .main .content .header .patiinfo .r2 .row {
  1316. font-size: 0.46875rem;
  1317. font-weight: 400;
  1318. margin-right: 0.9375rem;
  1319. }
  1320. .main .content .header .patiinfo .r2 .we {
  1321. color: #999999;
  1322. }
  1323. .main .content .header .patiinfo .r3 {
  1324. display: flex;
  1325. flex-direction: row;
  1326. font-size: 0.46875rem;
  1327. }
  1328. .main .content .header .patiinfo .r3 .we {
  1329. color: #999999;
  1330. }
  1331. .main .content .rp {
  1332. display: flex;
  1333. flex-direction: column;
  1334. margin: 0.69969rem 0.5425rem 0;
  1335. border-bottom: 1px solid #979797;
  1336. }
  1337. .main .content .rp .title {
  1338. font-size: 0.6875rem;
  1339. margin-bottom: 0.3125rem;
  1340. }
  1341. .main .content .rp .lists {
  1342. display: flex;
  1343. flex-wrap: wrap;
  1344. flex-direction: row;
  1345. justify-content: flex-start;
  1346. align-content: flex-start;
  1347. margin-left: 1.25rem;
  1348. height: 17.03125rem;
  1349. }
  1350. .main .content .rp .lists .item {
  1351. display: flex;
  1352. justify-content: center;
  1353. align-items: center;
  1354. margin: 0 0.46875rem 0.625rem 0;
  1355. }
  1356. .main .content .rp .lists .item .le {
  1357. display: flex;
  1358. font-size: 0.46875rem;
  1359. }
  1360. .main .content .rp .lists .item .tag-view .uni-tag {
  1361. display: flex;
  1362. justify-content: center;
  1363. align-items: center;
  1364. font-size: 0.46875rem;
  1365. padding: 0.1875rem 0.1875rem;
  1366. }
  1367. .main .content .rp .lists .item .rig {
  1368. display: flex;
  1369. flex-direction: column;
  1370. margin-left: 0.16594rem;
  1371. }
  1372. .main .content .rp .lists .item .rig .up {
  1373. width: 1.875rem;
  1374. font-size: 0.375rem;
  1375. height: 0.39063rem;
  1376. }
  1377. .main .content .rp .lists .item .rig .do {
  1378. width: 1.875rem;
  1379. font-size: 0.375rem;
  1380. height: 0.39063rem;
  1381. }
  1382. .main .content .rp .footer {
  1383. margin: 0 0.3125rem 0.25rem;
  1384. display: flex;
  1385. font-size: 0.46875rem;
  1386. }
  1387. .main .content .rp .footer .js {
  1388. display: flex;
  1389. margin-right: 1.7rem;
  1390. }
  1391. .main .content .rp .rp-tips {
  1392. display: flex;
  1393. justify-content: flex-end;
  1394. font-size: 0.46875rem;
  1395. margin-right: 0.3125rem;
  1396. }
  1397. .main .content .amountarea {
  1398. display: flex;
  1399. margin: 0.66563rem 19.38px 0;
  1400. padding-bottom: 0.65438rem;
  1401. border-bottom: 1px solid #979797;
  1402. }
  1403. .main .content .amountarea .amount {
  1404. display: flex;
  1405. flex-direction: column;
  1406. }
  1407. .main .content .amountarea .amount .r1 {
  1408. border: 1px solid #979797;
  1409. font-size: 0.46875rem;
  1410. width: 8.98438rem;
  1411. display: flex;
  1412. justify-content: center;
  1413. align-items: center;
  1414. height: 1.05469rem;
  1415. }
  1416. .main .content .amountarea .amount .r2 {
  1417. display: flex;
  1418. justify-content: center;
  1419. align-items: center;
  1420. font-size: 0.46875rem;
  1421. height: 1.05469rem;
  1422. width: 8.98438rem;
  1423. border-left: 1px solid #979797;
  1424. border-right: 1px solid #979797;
  1425. }
  1426. .main .content .amountarea .amount .r2 .jyf {
  1427. width: 4.49781rem;
  1428. display: flex;
  1429. justify-content: center;
  1430. align-items: center;
  1431. }
  1432. .main .content .amountarea .amount .r2 .psf {
  1433. border-left: 1px solid #979797;
  1434. width: 4.49781rem;
  1435. display: flex;
  1436. justify-content: center;
  1437. align-items: center;
  1438. }
  1439. .main .content .amountarea .amount .r3 {
  1440. display: flex;
  1441. justify-content: center;
  1442. align-items: center;
  1443. height: 1.05469rem;
  1444. font-size: 0.46875rem;
  1445. border: 1px solid #979797;
  1446. }
  1447. .main .content .amountarea .service {
  1448. display: flex;
  1449. flex-wrap: wrap;
  1450. margin-left: 1.875rem;
  1451. }
  1452. .main .content .amountarea .service .kf {
  1453. font-size: 0.46875rem;
  1454. margin-right: 1.875rem;
  1455. width: 2.8125rem;
  1456. }
  1457. .main .content .amountarea .service .kf .we {
  1458. font-size: 0.46875rem;
  1459. color: #999999;
  1460. }
  1461. .main .content .comment {
  1462. margin: 0.3125rem 0.5rem 0.3125rem;
  1463. font-size: 0.46875rem;
  1464. display: flex;
  1465. }
  1466. .main .upload {
  1467. margin: 0 0.3125rem 0.3125rem;
  1468. background-color: #fff;
  1469. flex-direction: column;
  1470. align-items: center;
  1471. padding: 0.625rem;
  1472. }
  1473. .main .upload .title {
  1474. font-size: 0.46875rem;
  1475. margin-bottom: 20px;
  1476. color: #333333;
  1477. }
  1478. .main .cooment {
  1479. margin: 0 0.3125rem;
  1480. background-color: #fff;
  1481. flex-direction: column;
  1482. align-items: center;
  1483. padding: 0.15625rem 0.3125rem;
  1484. }
  1485. .main .cooment .title {
  1486. font-size: 0.46875rem;
  1487. margin-bottom: 0.625rem;
  1488. }
  1489. .main .cooment .tex {
  1490. display: flex;
  1491. justify-content: flex-start;
  1492. align-items: center;
  1493. margin-bottom: 0.39688rem;
  1494. border: 1px solid #979797;
  1495. border-radius: 0.15625rem;
  1496. }
  1497. .main .cooment .tex .input {
  1498. padding: 0.3125rem;
  1499. }
  1500. .main .cooment .tex .input .uni-textarea-placeholder {
  1501. font-size: 0.46875rem;
  1502. }
  1503. .main .radio {
  1504. display: flex;
  1505. margin: 0 0.3125rem;
  1506. background-color: #fff;
  1507. flex-direction: column;
  1508. font-size: 0.46875rem !important;
  1509. }
  1510. .main .radio .uni-switch-input.uni-switch-input-checked {
  1511. border-color: #18C7B0;
  1512. background-color: #18C7B0;
  1513. }
  1514. .main .submit {
  1515. display: flex;
  1516. margin-top: 1.03844rem;
  1517. background-color: #fff;
  1518. align-items: center;
  1519. width: 23.4375rem;
  1520. height: 1.95313rem;
  1521. }
  1522. .main .submit .bu {
  1523. display: flex;
  1524. justify-content: center;
  1525. align-items: center;
  1526. height: 1.25rem;
  1527. width: 20.97656rem;
  1528. font-size: 0.54688rem;
  1529. border-radius: 0.11719rem;
  1530. background-color: #18c7b0;
  1531. color: #fff;
  1532. }
  1533. .main .uni-popup-dialog {
  1534. width: 15.625rem;
  1535. display: flex;
  1536. flex-direction: column;
  1537. background-color: #ffffff;
  1538. }
  1539. .main .uni-popup-dialog .uni-dialog-title-text {
  1540. display: flex;
  1541. font-size: 0.625rem;
  1542. }
  1543. .main .uni-popup-dialog .uni-dialog-content {
  1544. display: flex;
  1545. margin: 0.3125rem 0.625rem;
  1546. background-color: #fff;
  1547. box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
  1548. }
  1549. .main .uni-popup-dialog .uni-dialog-content .cotent {
  1550. display: flex;
  1551. flex-direction: column;
  1552. width: 12.5rem;
  1553. height: 3.51563rem;
  1554. }
  1555. .main .uni-popup-dialog .uni-dialog-content .cotent .title {
  1556. font-size: 0.54688rem;
  1557. font-weight: 500;
  1558. margin-bottom: 0.3125rem;
  1559. display: flex;
  1560. align-items: center;
  1561. justify-content: center;
  1562. }
  1563. .main .uni-popup-dialog .uni-dialog-content .cotent .body {
  1564. display: flex;
  1565. justify-content: center;
  1566. }
  1567. .main .uni-popup-dialog .uni-dialog-content .cotent .body .lef {
  1568. display: flex;
  1569. flex-direction: column;
  1570. width: 6.25rem;
  1571. justify-content: center;
  1572. }
  1573. .main .uni-popup-dialog .uni-dialog-content .cotent .body .lef .baracode {
  1574. display: flex;
  1575. flex-direction: column;
  1576. width: 6.25rem;
  1577. height: 1.69938rem;
  1578. }
  1579. .main .uni-popup-dialog .uni-dialog-content .cotent .body .lef .baracode .cav {
  1580. width: 6.25rem;
  1581. }
  1582. .main .uni-popup-dialog .uni-dialog-content .cotent .body .lef .baracode .barnum {
  1583. width: 6.25rem;
  1584. font-size: 0.3125rem;
  1585. display: flex;
  1586. color: #333333;
  1587. justify-content: center;
  1588. align-items: center;
  1589. letter-spacing: 0.7em;
  1590. }
  1591. .main .uni-popup-dialog .uni-dialog-content .cotent .body .rig {
  1592. display: flex;
  1593. flex-direction: column;
  1594. width: 340px;
  1595. margin-left: 0.42969rem;
  1596. }
  1597. .main .uni-popup-dialog .uni-dialog-content .cotent .body .rig .hz {
  1598. display: flex;
  1599. margin-bottom: 0.3125rem;
  1600. font-size: 0.46875rem;
  1601. }
  1602. .main .uni-popup-dialog .uni-dialog-content .cotent .body .rig .bold {
  1603. font-weight: 500;
  1604. }
  1605. .main .uni-popup-dialog .uni-dialog-button-group {
  1606. display: flex;
  1607. font-size: 0.54688rem;
  1608. }
  1609. .main .uni-popup-dialog .uni-dialog-button-group .uni-dialog-button {
  1610. display: flex;
  1611. }
  1612. .main .uni-popup-dialog .uni-dialog-button-group .uni-border-left .uni-dialog-button-text {
  1613. color: #18c7b0;
  1614. }