index.css 53 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579
  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. /**
  27. * 这里是uni-app内置的常用样式变量
  28. *
  29. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  30. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  31. *
  32. */
  33. /**
  34. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  35. *
  36. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  37. */
  38. /* 颜色变量 */
  39. /* 行为相关颜色 */
  40. /* 商城颜色变量 */
  41. /* 背景颜色 */
  42. /* 边框颜色 */
  43. /* 尺寸变量 */
  44. /* 文字尺寸 */
  45. /* 图片尺寸 */
  46. /* Border Radius */
  47. /* 水平间距 */
  48. /* 垂直间距 */
  49. /* 透明度 */
  50. /* 文章场景相关 */
  51. .uniui-cart-filled[data-v-d31e1c47]:before {
  52. content: "\e6d0";
  53. }
  54. .uniui-gift-filled[data-v-d31e1c47]:before {
  55. content: "\e6c4";
  56. }
  57. .uniui-color[data-v-d31e1c47]:before {
  58. content: "\e6cf";
  59. }
  60. .uniui-wallet[data-v-d31e1c47]:before {
  61. content: "\e6b1";
  62. }
  63. .uniui-settings-filled[data-v-d31e1c47]:before {
  64. content: "\e6ce";
  65. }
  66. .uniui-auth-filled[data-v-d31e1c47]:before {
  67. content: "\e6cc";
  68. }
  69. .uniui-shop-filled[data-v-d31e1c47]:before {
  70. content: "\e6cd";
  71. }
  72. .uniui-staff-filled[data-v-d31e1c47]:before {
  73. content: "\e6cb";
  74. }
  75. .uniui-vip-filled[data-v-d31e1c47]:before {
  76. content: "\e6c6";
  77. }
  78. .uniui-plus-filled[data-v-d31e1c47]:before {
  79. content: "\e6c7";
  80. }
  81. .uniui-folder-add-filled[data-v-d31e1c47]:before {
  82. content: "\e6c8";
  83. }
  84. .uniui-color-filled[data-v-d31e1c47]:before {
  85. content: "\e6c9";
  86. }
  87. .uniui-tune-filled[data-v-d31e1c47]:before {
  88. content: "\e6ca";
  89. }
  90. .uniui-calendar-filled[data-v-d31e1c47]:before {
  91. content: "\e6c0";
  92. }
  93. .uniui-notification-filled[data-v-d31e1c47]:before {
  94. content: "\e6c1";
  95. }
  96. .uniui-wallet-filled[data-v-d31e1c47]:before {
  97. content: "\e6c2";
  98. }
  99. .uniui-medal-filled[data-v-d31e1c47]:before {
  100. content: "\e6c3";
  101. }
  102. .uniui-fire-filled[data-v-d31e1c47]:before {
  103. content: "\e6c5";
  104. }
  105. .uniui-refreshempty[data-v-d31e1c47]:before {
  106. content: "\e6bf";
  107. }
  108. .uniui-location-filled[data-v-d31e1c47]:before {
  109. content: "\e6af";
  110. }
  111. .uniui-person-filled[data-v-d31e1c47]:before {
  112. content: "\e69d";
  113. }
  114. .uniui-personadd-filled[data-v-d31e1c47]:before {
  115. content: "\e698";
  116. }
  117. .uniui-arrowthinleft[data-v-d31e1c47]:before {
  118. content: "\e6d2";
  119. }
  120. .uniui-arrowthinup[data-v-d31e1c47]:before {
  121. content: "\e6d3";
  122. }
  123. .uniui-arrowthindown[data-v-d31e1c47]:before {
  124. content: "\e6d4";
  125. }
  126. .uniui-back[data-v-d31e1c47]:before {
  127. content: "\e6b9";
  128. }
  129. .uniui-forward[data-v-d31e1c47]:before {
  130. content: "\e6ba";
  131. }
  132. .uniui-arrow-right[data-v-d31e1c47]:before {
  133. content: "\e6bb";
  134. }
  135. .uniui-arrow-left[data-v-d31e1c47]:before {
  136. content: "\e6bc";
  137. }
  138. .uniui-arrow-up[data-v-d31e1c47]:before {
  139. content: "\e6bd";
  140. }
  141. .uniui-arrow-down[data-v-d31e1c47]:before {
  142. content: "\e6be";
  143. }
  144. .uniui-arrowthinright[data-v-d31e1c47]:before {
  145. content: "\e6d1";
  146. }
  147. .uniui-down[data-v-d31e1c47]:before {
  148. content: "\e6b8";
  149. }
  150. .uniui-bottom[data-v-d31e1c47]:before {
  151. content: "\e6b8";
  152. }
  153. .uniui-arrowright[data-v-d31e1c47]:before {
  154. content: "\e6d5";
  155. }
  156. .uniui-right[data-v-d31e1c47]:before {
  157. content: "\e6b5";
  158. }
  159. .uniui-up[data-v-d31e1c47]:before {
  160. content: "\e6b6";
  161. }
  162. .uniui-top[data-v-d31e1c47]:before {
  163. content: "\e6b6";
  164. }
  165. .uniui-left[data-v-d31e1c47]:before {
  166. content: "\e6b7";
  167. }
  168. .uniui-arrowup[data-v-d31e1c47]:before {
  169. content: "\e6d6";
  170. }
  171. .uniui-eye[data-v-d31e1c47]:before {
  172. content: "\e651";
  173. }
  174. .uniui-eye-filled[data-v-d31e1c47]:before {
  175. content: "\e66a";
  176. }
  177. .uniui-eye-slash[data-v-d31e1c47]:before {
  178. content: "\e6b3";
  179. }
  180. .uniui-eye-slash-filled[data-v-d31e1c47]:before {
  181. content: "\e6b4";
  182. }
  183. .uniui-info-filled[data-v-d31e1c47]:before {
  184. content: "\e649";
  185. }
  186. .uniui-reload[data-v-d31e1c47]:before {
  187. content: "\e6b2";
  188. }
  189. .uniui-micoff-filled[data-v-d31e1c47]:before {
  190. content: "\e6b0";
  191. }
  192. .uniui-map-pin-ellipse[data-v-d31e1c47]:before {
  193. content: "\e6ac";
  194. }
  195. .uniui-map-pin[data-v-d31e1c47]:before {
  196. content: "\e6ad";
  197. }
  198. .uniui-location[data-v-d31e1c47]:before {
  199. content: "\e6ae";
  200. }
  201. .uniui-starhalf[data-v-d31e1c47]:before {
  202. content: "\e683";
  203. }
  204. .uniui-star[data-v-d31e1c47]:before {
  205. content: "\e688";
  206. }
  207. .uniui-star-filled[data-v-d31e1c47]:before {
  208. content: "\e68f";
  209. }
  210. .uniui-calendar[data-v-d31e1c47]:before {
  211. content: "\e6a0";
  212. }
  213. .uniui-fire[data-v-d31e1c47]:before {
  214. content: "\e6a1";
  215. }
  216. .uniui-medal[data-v-d31e1c47]:before {
  217. content: "\e6a2";
  218. }
  219. .uniui-font[data-v-d31e1c47]:before {
  220. content: "\e6a3";
  221. }
  222. .uniui-gift[data-v-d31e1c47]:before {
  223. content: "\e6a4";
  224. }
  225. .uniui-link[data-v-d31e1c47]:before {
  226. content: "\e6a5";
  227. }
  228. .uniui-notification[data-v-d31e1c47]:before {
  229. content: "\e6a6";
  230. }
  231. .uniui-staff[data-v-d31e1c47]:before {
  232. content: "\e6a7";
  233. }
  234. .uniui-vip[data-v-d31e1c47]:before {
  235. content: "\e6a8";
  236. }
  237. .uniui-folder-add[data-v-d31e1c47]:before {
  238. content: "\e6a9";
  239. }
  240. .uniui-tune[data-v-d31e1c47]:before {
  241. content: "\e6aa";
  242. }
  243. .uniui-auth[data-v-d31e1c47]:before {
  244. content: "\e6ab";
  245. }
  246. .uniui-person[data-v-d31e1c47]:before {
  247. content: "\e699";
  248. }
  249. .uniui-email-filled[data-v-d31e1c47]:before {
  250. content: "\e69a";
  251. }
  252. .uniui-phone-filled[data-v-d31e1c47]:before {
  253. content: "\e69b";
  254. }
  255. .uniui-phone[data-v-d31e1c47]:before {
  256. content: "\e69c";
  257. }
  258. .uniui-email[data-v-d31e1c47]:before {
  259. content: "\e69e";
  260. }
  261. .uniui-personadd[data-v-d31e1c47]:before {
  262. content: "\e69f";
  263. }
  264. .uniui-chatboxes-filled[data-v-d31e1c47]:before {
  265. content: "\e692";
  266. }
  267. .uniui-contact[data-v-d31e1c47]:before {
  268. content: "\e693";
  269. }
  270. .uniui-chatbubble-filled[data-v-d31e1c47]:before {
  271. content: "\e694";
  272. }
  273. .uniui-contact-filled[data-v-d31e1c47]:before {
  274. content: "\e695";
  275. }
  276. .uniui-chatboxes[data-v-d31e1c47]:before {
  277. content: "\e696";
  278. }
  279. .uniui-chatbubble[data-v-d31e1c47]:before {
  280. content: "\e697";
  281. }
  282. .uniui-upload-filled[data-v-d31e1c47]:before {
  283. content: "\e68e";
  284. }
  285. .uniui-upload[data-v-d31e1c47]:before {
  286. content: "\e690";
  287. }
  288. .uniui-weixin[data-v-d31e1c47]:before {
  289. content: "\e691";
  290. }
  291. .uniui-compose[data-v-d31e1c47]:before {
  292. content: "\e67f";
  293. }
  294. .uniui-qq[data-v-d31e1c47]:before {
  295. content: "\e680";
  296. }
  297. .uniui-download-filled[data-v-d31e1c47]:before {
  298. content: "\e681";
  299. }
  300. .uniui-pyq[data-v-d31e1c47]:before {
  301. content: "\e682";
  302. }
  303. .uniui-sound[data-v-d31e1c47]:before {
  304. content: "\e684";
  305. }
  306. .uniui-trash-filled[data-v-d31e1c47]:before {
  307. content: "\e685";
  308. }
  309. .uniui-sound-filled[data-v-d31e1c47]:before {
  310. content: "\e686";
  311. }
  312. .uniui-trash[data-v-d31e1c47]:before {
  313. content: "\e687";
  314. }
  315. .uniui-videocam-filled[data-v-d31e1c47]:before {
  316. content: "\e689";
  317. }
  318. .uniui-spinner-cycle[data-v-d31e1c47]:before {
  319. content: "\e68a";
  320. }
  321. .uniui-weibo[data-v-d31e1c47]:before {
  322. content: "\e68b";
  323. }
  324. .uniui-videocam[data-v-d31e1c47]:before {
  325. content: "\e68c";
  326. }
  327. .uniui-download[data-v-d31e1c47]:before {
  328. content: "\e68d";
  329. }
  330. .uniui-help[data-v-d31e1c47]:before {
  331. content: "\e679";
  332. }
  333. .uniui-navigate-filled[data-v-d31e1c47]:before {
  334. content: "\e67a";
  335. }
  336. .uniui-plusempty[data-v-d31e1c47]:before {
  337. content: "\e67b";
  338. }
  339. .uniui-smallcircle[data-v-d31e1c47]:before {
  340. content: "\e67c";
  341. }
  342. .uniui-minus-filled[data-v-d31e1c47]:before {
  343. content: "\e67d";
  344. }
  345. .uniui-micoff[data-v-d31e1c47]:before {
  346. content: "\e67e";
  347. }
  348. .uniui-closeempty[data-v-d31e1c47]:before {
  349. content: "\e66c";
  350. }
  351. .uniui-clear[data-v-d31e1c47]:before {
  352. content: "\e66d";
  353. }
  354. .uniui-navigate[data-v-d31e1c47]:before {
  355. content: "\e66e";
  356. }
  357. .uniui-minus[data-v-d31e1c47]:before {
  358. content: "\e66f";
  359. }
  360. .uniui-image[data-v-d31e1c47]:before {
  361. content: "\e670";
  362. }
  363. .uniui-mic[data-v-d31e1c47]:before {
  364. content: "\e671";
  365. }
  366. .uniui-paperplane[data-v-d31e1c47]:before {
  367. content: "\e672";
  368. }
  369. .uniui-close[data-v-d31e1c47]:before {
  370. content: "\e673";
  371. }
  372. .uniui-help-filled[data-v-d31e1c47]:before {
  373. content: "\e674";
  374. }
  375. .uniui-paperplane-filled[data-v-d31e1c47]:before {
  376. content: "\e675";
  377. }
  378. .uniui-plus[data-v-d31e1c47]:before {
  379. content: "\e676";
  380. }
  381. .uniui-mic-filled[data-v-d31e1c47]:before {
  382. content: "\e677";
  383. }
  384. .uniui-image-filled[data-v-d31e1c47]:before {
  385. content: "\e678";
  386. }
  387. .uniui-locked-filled[data-v-d31e1c47]:before {
  388. content: "\e668";
  389. }
  390. .uniui-info[data-v-d31e1c47]:before {
  391. content: "\e669";
  392. }
  393. .uniui-locked[data-v-d31e1c47]:before {
  394. content: "\e66b";
  395. }
  396. .uniui-camera-filled[data-v-d31e1c47]:before {
  397. content: "\e658";
  398. }
  399. .uniui-chat-filled[data-v-d31e1c47]:before {
  400. content: "\e659";
  401. }
  402. .uniui-camera[data-v-d31e1c47]:before {
  403. content: "\e65a";
  404. }
  405. .uniui-circle[data-v-d31e1c47]:before {
  406. content: "\e65b";
  407. }
  408. .uniui-checkmarkempty[data-v-d31e1c47]:before {
  409. content: "\e65c";
  410. }
  411. .uniui-chat[data-v-d31e1c47]:before {
  412. content: "\e65d";
  413. }
  414. .uniui-circle-filled[data-v-d31e1c47]:before {
  415. content: "\e65e";
  416. }
  417. .uniui-flag[data-v-d31e1c47]:before {
  418. content: "\e65f";
  419. }
  420. .uniui-flag-filled[data-v-d31e1c47]:before {
  421. content: "\e660";
  422. }
  423. .uniui-gear-filled[data-v-d31e1c47]:before {
  424. content: "\e661";
  425. }
  426. .uniui-home[data-v-d31e1c47]:before {
  427. content: "\e662";
  428. }
  429. .uniui-home-filled[data-v-d31e1c47]:before {
  430. content: "\e663";
  431. }
  432. .uniui-gear[data-v-d31e1c47]:before {
  433. content: "\e664";
  434. }
  435. .uniui-smallcircle-filled[data-v-d31e1c47]:before {
  436. content: "\e665";
  437. }
  438. .uniui-map-filled[data-v-d31e1c47]:before {
  439. content: "\e666";
  440. }
  441. .uniui-map[data-v-d31e1c47]:before {
  442. content: "\e667";
  443. }
  444. .uniui-refresh-filled[data-v-d31e1c47]:before {
  445. content: "\e656";
  446. }
  447. .uniui-refresh[data-v-d31e1c47]:before {
  448. content: "\e657";
  449. }
  450. .uniui-cloud-upload[data-v-d31e1c47]:before {
  451. content: "\e645";
  452. }
  453. .uniui-cloud-download-filled[data-v-d31e1c47]:before {
  454. content: "\e646";
  455. }
  456. .uniui-cloud-download[data-v-d31e1c47]:before {
  457. content: "\e647";
  458. }
  459. .uniui-cloud-upload-filled[data-v-d31e1c47]:before {
  460. content: "\e648";
  461. }
  462. .uniui-redo[data-v-d31e1c47]:before {
  463. content: "\e64a";
  464. }
  465. .uniui-images-filled[data-v-d31e1c47]:before {
  466. content: "\e64b";
  467. }
  468. .uniui-undo-filled[data-v-d31e1c47]:before {
  469. content: "\e64c";
  470. }
  471. .uniui-more[data-v-d31e1c47]:before {
  472. content: "\e64d";
  473. }
  474. .uniui-more-filled[data-v-d31e1c47]:before {
  475. content: "\e64e";
  476. }
  477. .uniui-undo[data-v-d31e1c47]:before {
  478. content: "\e64f";
  479. }
  480. .uniui-images[data-v-d31e1c47]:before {
  481. content: "\e650";
  482. }
  483. .uniui-paperclip[data-v-d31e1c47]:before {
  484. content: "\e652";
  485. }
  486. .uniui-settings[data-v-d31e1c47]:before {
  487. content: "\e653";
  488. }
  489. .uniui-search[data-v-d31e1c47]:before {
  490. content: "\e654";
  491. }
  492. .uniui-redo-filled[data-v-d31e1c47]:before {
  493. content: "\e655";
  494. }
  495. .uniui-list[data-v-d31e1c47]:before {
  496. content: "\e644";
  497. }
  498. .uniui-mail-open-filled[data-v-d31e1c47]:before {
  499. content: "\e63a";
  500. }
  501. .uniui-hand-down-filled[data-v-d31e1c47]:before {
  502. content: "\e63c";
  503. }
  504. .uniui-hand-down[data-v-d31e1c47]:before {
  505. content: "\e63d";
  506. }
  507. .uniui-hand-up-filled[data-v-d31e1c47]:before {
  508. content: "\e63e";
  509. }
  510. .uniui-hand-up[data-v-d31e1c47]:before {
  511. content: "\e63f";
  512. }
  513. .uniui-heart-filled[data-v-d31e1c47]:before {
  514. content: "\e641";
  515. }
  516. .uniui-mail-open[data-v-d31e1c47]:before {
  517. content: "\e643";
  518. }
  519. .uniui-heart[data-v-d31e1c47]:before {
  520. content: "\e639";
  521. }
  522. .uniui-loop[data-v-d31e1c47]:before {
  523. content: "\e633";
  524. }
  525. .uniui-pulldown[data-v-d31e1c47]:before {
  526. content: "\e632";
  527. }
  528. .uniui-scan[data-v-d31e1c47]:before {
  529. content: "\e62a";
  530. }
  531. .uniui-bars[data-v-d31e1c47]:before {
  532. content: "\e627";
  533. }
  534. .uniui-checkbox[data-v-d31e1c47]:before {
  535. content: "\e62b";
  536. }
  537. .uniui-checkbox-filled[data-v-d31e1c47]:before {
  538. content: "\e62c";
  539. }
  540. .uniui-shop[data-v-d31e1c47]:before {
  541. content: "\e62f";
  542. }
  543. .uniui-headphones[data-v-d31e1c47]:before {
  544. content: "\e630";
  545. }
  546. .uniui-cart[data-v-d31e1c47]:before {
  547. content: "\e631";
  548. }
  549. @font-face {
  550. font-family: uniicons;
  551. src: url("../../assets/uniicons.32e978a5.ttf");
  552. }
  553. .uni-icons[data-v-d31e1c47] {
  554. font-family: uniicons;
  555. text-decoration: none;
  556. text-align: center;
  557. }
  558. /**
  559. * 这里是uni-app内置的常用样式变量
  560. *
  561. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  562. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  563. *
  564. */
  565. /**
  566. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  567. *
  568. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  569. */
  570. /* 颜色变量 */
  571. /* 行为相关颜色 */
  572. /* 文字基本颜色 */
  573. /* 背景颜色 */
  574. /* 边框颜色 */
  575. /* 尺寸变量 */
  576. /* 文字尺寸 */
  577. /* 图片尺寸 */
  578. /* Border Radius */
  579. /* 水平间距 */
  580. /* 垂直间距 */
  581. /* 透明度 */
  582. /* 文章场景相关 */
  583. /**
  584. * 这里是uni-app内置的常用样式变量
  585. *
  586. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  587. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  588. *
  589. */
  590. /**
  591. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  592. *
  593. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  594. */
  595. /* 颜色变量 */
  596. /* 行为相关颜色 */
  597. /* 商城颜色变量 */
  598. /* 背景颜色 */
  599. /* 边框颜色 */
  600. /* 尺寸变量 */
  601. /* 文字尺寸 */
  602. /* 图片尺寸 */
  603. /* Border Radius */
  604. /* 水平间距 */
  605. /* 垂直间距 */
  606. /* 透明度 */
  607. /* 文章场景相关 */
  608. .product-bg[data-v-afea8b02] {
  609. width: 100%;
  610. height: 23.4375rem;
  611. position: relative;
  612. }
  613. .product-bg uni-swiper[data-v-afea8b02] {
  614. width: 100%;
  615. height: 100%;
  616. position: relative;
  617. }
  618. .product-bg .slide-image[data-v-afea8b02] {
  619. width: 100%;
  620. height: 100%;
  621. }
  622. .product-bg .pages[data-v-afea8b02] {
  623. position: absolute;
  624. background-color: #fff;
  625. height: 1.0625rem;
  626. padding: 0 0.3125rem;
  627. border-radius: 0.09375rem;
  628. right: 0.9375rem;
  629. bottom: 0.9375rem;
  630. line-height: 1.0625rem;
  631. font-size: 0.75rem;
  632. color: #050505;
  633. }
  634. #myVideo[data-v-afea8b02] {
  635. width: 100%;
  636. height: 100%;
  637. }
  638. .product-bg .item[data-v-afea8b02] {
  639. position: relative;
  640. width: 100%;
  641. height: 100%;
  642. }
  643. .product-bg .item .poster[data-v-afea8b02] {
  644. position: absolute;
  645. top: 0;
  646. left: 0;
  647. height: 23.4375rem;
  648. width: 100%;
  649. z-index: 9;
  650. }
  651. .product-bg .item .poster .image[data-v-afea8b02] {
  652. width: 100%;
  653. height: 100%;
  654. }
  655. .product-bg .item .stop[data-v-afea8b02] {
  656. position: absolute;
  657. top: 50%;
  658. left: 50%;
  659. width: 4.25rem;
  660. height: 4.25rem;
  661. margin-top: -2.125rem;
  662. margin-left: -2.125rem;
  663. z-index: 9;
  664. }
  665. .product-bg .item .stop .image[data-v-afea8b02] {
  666. width: 100%;
  667. height: 100%;
  668. }
  669. /**
  670. * 这里是uni-app内置的常用样式变量
  671. *
  672. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  673. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  674. *
  675. */
  676. /**
  677. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  678. *
  679. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  680. */
  681. /* 颜色变量 */
  682. /* 行为相关颜色 */
  683. /* 文字基本颜色 */
  684. /* 背景颜色 */
  685. /* 边框颜色 */
  686. /* 尺寸变量 */
  687. /* 文字尺寸 */
  688. /* 图片尺寸 */
  689. /* Border Radius */
  690. /* 水平间距 */
  691. /* 垂直间距 */
  692. /* 透明度 */
  693. /* 文章场景相关 */
  694. /**
  695. * 这里是uni-app内置的常用样式变量
  696. *
  697. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  698. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  699. *
  700. */
  701. /**
  702. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  703. *
  704. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  705. */
  706. /* 颜色变量 */
  707. /* 行为相关颜色 */
  708. /* 商城颜色变量 */
  709. /* 背景颜色 */
  710. /* 边框颜色 */
  711. /* 尺寸变量 */
  712. /* 文字尺寸 */
  713. /* 图片尺寸 */
  714. /* Border Radius */
  715. /* 水平间距 */
  716. /* 垂直间距 */
  717. /* 透明度 */
  718. /* 文章场景相关 */
  719. .coupon-list-window[data-v-915a5452] {
  720. width: 100%;
  721. background-color: #f5f5f5;
  722. border-radius: 0.5rem 0.5rem 0 0;
  723. }
  724. .coupon-list-window .title[data-v-915a5452] {
  725. height: 3.875rem;
  726. width: 100%;
  727. text-align: center;
  728. line-height: 3.875rem;
  729. font-size: 1rem;
  730. font-weight: bold;
  731. position: relative;
  732. }
  733. .coupon-list-window .iconfont[data-v-915a5452] {
  734. position: absolute;
  735. right: 0.9375rem;
  736. top: 50%;
  737. transform: translateY(-50%);
  738. font-size: 1.09375rem;
  739. color: #8a8a8a;
  740. font-weight: normal;
  741. }
  742. .coupon-list[data-v-915a5452] {
  743. height: 25.71875rem;
  744. overflow: auto;
  745. padding: 0.9375rem 0;
  746. }
  747. .pictrue[data-v-915a5452] {
  748. width: 12.9375rem;
  749. height: 10.5rem;
  750. margin: 6.5rem auto;
  751. }
  752. .pictrue uni-image[data-v-915a5452] {
  753. width: 100%;
  754. height: 100%;
  755. }
  756. .pic-num[data-v-915a5452] {
  757. color: #fff;
  758. font-size: 0.75rem;
  759. }
  760. .line-title[data-v-915a5452] {
  761. width: 2.8125rem;
  762. padding: 0 0.3125rem;
  763. box-sizing: border-box;
  764. background: #fff7f7;
  765. border: 1px solid #e83323;
  766. opacity: 1;
  767. border-radius: 0.625rem;
  768. font-size: 0.625rem;
  769. color: #e83323;
  770. margin-right: 0.375rem;
  771. }
  772. .line-title.gray[data-v-915a5452] {
  773. border-color: #bbb;
  774. color: #bbb;
  775. background-color: #f5f5f5;
  776. }
  777. .tip-row[data-v-915a5452] {
  778. font-size: 0.8125rem;
  779. }
  780. .nav[data-v-915a5452] {
  781. width: 100%;
  782. height: 3rem;
  783. border-bottom: 0.0625rem solid #f5f5f5;
  784. border-top-left-radius: 0.5rem;
  785. border-top-right-radius: 0.5rem;
  786. background-color: #ffffff;
  787. font-size: 0.9375rem;
  788. color: #999999;
  789. }
  790. .nav .acea-row[data-v-915a5452] {
  791. border-top: 0.15625rem solid transparent;
  792. border-bottom: 0.15625rem solid transparent;
  793. }
  794. .nav .acea-row.on[data-v-915a5452] {
  795. border-bottom-color: #e93323;
  796. color: #282828;
  797. }
  798. .nav .acea-row[data-v-915a5452]:only-child {
  799. border-bottom-color: transparent;
  800. }
  801. .occupy[data-v-915a5452] {
  802. height: 3.3125rem;
  803. }
  804. .coupon-list .scroll-box[data-v-915a5452] {
  805. height: 100%;
  806. }
  807. .coupon-list .scroll-box .scroll-Y[data-v-915a5452] {
  808. height: 9.375rem;
  809. }
  810. .coupon-list .scroll-box .scroll-view_H[data-v-915a5452] {
  811. white-space: nowrap;
  812. width: 100%;
  813. }
  814. .coupon-list .scroll-box .scroll-view-item[data-v-915a5452] {
  815. height: 9.375rem;
  816. line-height: 9.375rem;
  817. text-align: center;
  818. font-size: 1.125rem;
  819. }
  820. .coupon-list .scroll-box .scroll-view-item_H[data-v-915a5452] {
  821. display: inline-block;
  822. width: 100%;
  823. height: 9.375rem;
  824. line-height: 9.375rem;
  825. text-align: center;
  826. font-size: 1.125rem;
  827. }
  828. .coupon-list .item[data-v-915a5452] {
  829. margin-bottom: 0.625rem;
  830. box-shadow: 0 0.0625rem 0.3125rem rgba(0, 0, 0, 0.06);
  831. }
  832. .coupon-list .item .money[data-v-915a5452] {
  833. font-weight: normal;
  834. }
  835. /**
  836. * 这里是uni-app内置的常用样式变量
  837. *
  838. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  839. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  840. *
  841. */
  842. /**
  843. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  844. *
  845. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  846. */
  847. /* 颜色变量 */
  848. /* 行为相关颜色 */
  849. /* 文字基本颜色 */
  850. /* 背景颜色 */
  851. /* 边框颜色 */
  852. /* 尺寸变量 */
  853. /* 文字尺寸 */
  854. /* 图片尺寸 */
  855. /* Border Radius */
  856. /* 水平间距 */
  857. /* 垂直间距 */
  858. /* 透明度 */
  859. /* 文章场景相关 */
  860. /**
  861. * 这里是uni-app内置的常用样式变量
  862. *
  863. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  864. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  865. *
  866. */
  867. /**
  868. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  869. *
  870. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  871. */
  872. /* 颜色变量 */
  873. /* 行为相关颜色 */
  874. /* 商城颜色变量 */
  875. /* 背景颜色 */
  876. /* 边框颜色 */
  877. /* 尺寸变量 */
  878. /* 文字尺寸 */
  879. /* 图片尺寸 */
  880. /* Border Radius */
  881. /* 水平间距 */
  882. /* 垂直间距 */
  883. /* 透明度 */
  884. /* 文章场景相关 */
  885. .product-window[data-v-2914200c] {
  886. width: 100%;
  887. background-color: #fff;
  888. border-radius: 0.5rem 0.5rem 0 0;
  889. padding-bottom: 1.25rem;
  890. }
  891. .product-window.join[data-v-2914200c], .product-window.joinCart[data-v-2914200c] {
  892. padding-bottom: 0.9375rem;
  893. }
  894. .product-window.joinCart[data-v-2914200c] {
  895. z-index: 999;
  896. }
  897. .product-window .textpic[data-v-2914200c] {
  898. padding: 0 4.0625rem 0 0.9375rem;
  899. margin-top: 0.90625rem;
  900. position: relative;
  901. }
  902. .product-window .textpic .pictrue[data-v-2914200c] {
  903. width: 4.6875rem;
  904. height: 4.6875rem;
  905. }
  906. .product-window .textpic .pictrue uni-image[data-v-2914200c] {
  907. width: 100%;
  908. height: 100%;
  909. border-radius: 0.3125rem;
  910. }
  911. .product-window .textpic .text[data-v-2914200c] {
  912. width: 12.8125rem;
  913. font-size: 1rem;
  914. color: #333333;
  915. }
  916. .product-window .textpic .text .money[data-v-2914200c] {
  917. font-size: 0.75rem;
  918. margin-top: 1.25rem;
  919. }
  920. .product-window .textpic .text .money .num[data-v-2914200c] {
  921. font-size: 1.125rem;
  922. }
  923. .product-window .textpic .text .money .stock[data-v-2914200c] {
  924. color: #999;
  925. margin-left: 0.5625rem;
  926. }
  927. .product-window .textpic .iconfont[data-v-2914200c] {
  928. position: absolute;
  929. right: 0.9375rem;
  930. top: -0.15625rem;
  931. font-size: 1.09375rem;
  932. color: #8a8a8a;
  933. }
  934. .product-window .rollTop[data-v-2914200c] {
  935. max-height: 15.625rem;
  936. overflow: auto;
  937. margin-top: 1.125rem;
  938. }
  939. .product-window .footer-box[data-v-2914200c] {
  940. padding: 0 0.9375rem;
  941. margin: 0.9375rem 0 0 0;
  942. }
  943. .product-window .footer-box .confirm-btn[data-v-2914200c] {
  944. border-radius: 3.125rem;
  945. background-color: #e9c279;
  946. border-color: #e9c279;
  947. }
  948. .product-window .productWinList .item + .item[data-v-2914200c] {
  949. margin-top: 1.125rem;
  950. }
  951. .product-window .productWinList .item .title[data-v-2914200c] {
  952. font-size: 0.9375rem;
  953. color: #999;
  954. padding: 0 0.9375rem;
  955. }
  956. .product-window .productWinList .item .listn[data-v-2914200c] {
  957. padding: 0 0.9375rem 0 0.5rem;
  958. }
  959. .product-window .productWinList .item .listn .itemn[data-v-2914200c] {
  960. border: 1px solid #f2f2f2;
  961. font-size: 0.8125rem;
  962. color: #282828;
  963. padding: 0.21875rem 1.03125rem;
  964. border-radius: 1.25rem;
  965. margin: 0.625rem 0 0 0.4375rem;
  966. background-color: #f2f2f2;
  967. }
  968. .product-window .productWinList .item .listn .itemn.on[data-v-2914200c] {
  969. color: #CD9933;
  970. background: #fff4f3;
  971. border-color: #CD9933;
  972. }
  973. .product-window .productWinList .item .listn .itemn.limit[data-v-2914200c] {
  974. color: #999;
  975. text-decoration: line-through;
  976. }
  977. .product-window .cart[data-v-2914200c] {
  978. margin-top: 1.125rem;
  979. padding: 0 0.9375rem;
  980. }
  981. .product-window .cart .title[data-v-2914200c] {
  982. font-size: 0.9375rem;
  983. color: #999;
  984. }
  985. .product-window .cart .carnum[data-v-2914200c] {
  986. height: 1.6875rem;
  987. margin-top: 0.75rem;
  988. }
  989. .product-window .cart .carnum uni-view[data-v-2914200c] {
  990. width: 2.625rem;
  991. text-align: center;
  992. height: 100%;
  993. line-height: 1.6875rem;
  994. color: #282828;
  995. font-size: 1.40625rem;
  996. }
  997. .product-window .cart .carnum .reduce[data-v-2914200c] {
  998. border-right: 0;
  999. border-radius: 0.1875rem 0 0 0.1875rem;
  1000. line-height: 1.5rem;
  1001. }
  1002. .product-window .cart .carnum .reduce.on[data-v-2914200c] {
  1003. color: #dedede;
  1004. font-size: 1.375rem;
  1005. }
  1006. .product-window .cart .carnum .plus[data-v-2914200c] {
  1007. border-left: 0;
  1008. border-radius: 0 0.1875rem 0.1875rem 0;
  1009. line-height: 1.4375rem;
  1010. }
  1011. .product-window .cart .carnum .plus.on[data-v-2914200c] {
  1012. border-color: #e3e3e3;
  1013. color: #dedede;
  1014. }
  1015. .product-window .cart .carnum .num[data-v-2914200c] {
  1016. background: #f2f2f2;
  1017. color: #282828;
  1018. font-size: 0.875rem;
  1019. border-radius: 0.375rem;
  1020. line-height: 29px;
  1021. height: 1.6875rem;
  1022. }
  1023. .product-window .cart .carnum .num uni-input[data-v-2914200c] {
  1024. display: -webkit-inline-box;
  1025. }
  1026. .product-window .joinBnt[data-v-2914200c] {
  1027. font-size: 0.9375rem;
  1028. width: 19.375rem;
  1029. height: 2.6875rem;
  1030. border-radius: 1.5625rem;
  1031. text-align: center;
  1032. line-height: 2.6875rem;
  1033. color: #fff;
  1034. margin: 0.65625rem auto 0 auto;
  1035. }
  1036. .product-window .joinBnt.on[data-v-2914200c] {
  1037. background-color: #bbb;
  1038. color: #fff;
  1039. }
  1040. /**
  1041. * 这里是uni-app内置的常用样式变量
  1042. *
  1043. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  1044. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  1045. *
  1046. */
  1047. /**
  1048. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  1049. *
  1050. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  1051. */
  1052. /* 颜色变量 */
  1053. /* 行为相关颜色 */
  1054. /* 文字基本颜色 */
  1055. /* 背景颜色 */
  1056. /* 边框颜色 */
  1057. /* 尺寸变量 */
  1058. /* 文字尺寸 */
  1059. /* 图片尺寸 */
  1060. /* Border Radius */
  1061. /* 水平间距 */
  1062. /* 垂直间距 */
  1063. /* 透明度 */
  1064. /* 文章场景相关 */
  1065. /**
  1066. * 这里是uni-app内置的常用样式变量
  1067. *
  1068. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  1069. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  1070. *
  1071. */
  1072. /**
  1073. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  1074. *
  1075. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  1076. */
  1077. /* 颜色变量 */
  1078. /* 行为相关颜色 */
  1079. /* 商城颜色变量 */
  1080. /* 背景颜色 */
  1081. /* 边框颜色 */
  1082. /* 尺寸变量 */
  1083. /* 文字尺寸 */
  1084. /* 图片尺寸 */
  1085. /* Border Radius */
  1086. /* 水平间距 */
  1087. /* 垂直间距 */
  1088. /* 透明度 */
  1089. /* 文章场景相关 */
  1090. .goodImg[data-v-c5c6bbf1] {
  1091. width: 100%;
  1092. }
  1093. .uni-swiper-dots-horizontal[data-v-c5c6bbf1] {
  1094. display: none;
  1095. }
  1096. .product-con[data-v-c5c6bbf1] {
  1097. height: 100%;
  1098. }
  1099. .product-con .mask[data-v-c5c6bbf1] {
  1100. z-index: 88;
  1101. }
  1102. .product-con .goods-nav-bar[data-v-c5c6bbf1] {
  1103. background-color: rgba(255, 255, 255, 0.3);
  1104. }
  1105. .product-con .goods-nav-bar .nav-slot[data-v-c5c6bbf1] {
  1106. padding: 0.15625rem 0.3125rem;
  1107. border-radius: 1.25rem;
  1108. border: 1px solid #ccc;
  1109. display: flex;
  1110. justify-content: space-between;
  1111. align-items: center;
  1112. background-color: rgba(255, 255, 255, 0.8);
  1113. }
  1114. .product-con .footer[data-v-c5c6bbf1] {
  1115. padding: 0 0.625rem 0 0.9375rem;
  1116. position: fixed;
  1117. bottom: 0;
  1118. width: 100%;
  1119. box-sizing: border-box;
  1120. height: 3.125rem;
  1121. background-color: #fff;
  1122. z-index: 277;
  1123. border-top: 0.03125rem solid #f0f0f0;
  1124. text-align: center;
  1125. }
  1126. .product-con .footer .toAPP[data-v-c5c6bbf1] {
  1127. min-width: 30%;
  1128. position: absolute;
  1129. top: -2.65625rem;
  1130. left: 35%;
  1131. }
  1132. .product-con .footer .toAPP .storeAPP[data-v-c5c6bbf1] {
  1133. background-color: #e9c279;
  1134. color: #fff;
  1135. border-radius: 1.5625rem;
  1136. line-height: 1.5625rem;
  1137. padding: 0.625rem 0.3125rem;
  1138. }
  1139. .product-con .footer .item[data-v-c5c6bbf1] {
  1140. font-size: 0.5625rem;
  1141. color: #666;
  1142. }
  1143. .product-con .footer .item .iconfont[data-v-c5c6bbf1] {
  1144. text-align: center;
  1145. font-size: 1.25rem;
  1146. }
  1147. .product-con .footer .item .iconfont.icon-shoucang1[data-v-c5c6bbf1] {
  1148. color: #f00;
  1149. }
  1150. .product-con .footer .item .icon-item[data-v-c5c6bbf1] {
  1151. font-size: 1.25rem;
  1152. position: relative;
  1153. }
  1154. .product-con .footer .item .icon-item .num[data-v-c5c6bbf1] {
  1155. color: #fff;
  1156. position: absolute;
  1157. font-size: 0.5625rem;
  1158. padding: 0.0625rem 0.25rem 0.09375rem;
  1159. border-radius: 6.25rem;
  1160. top: -0.3125rem;
  1161. right: -0.3125rem;
  1162. }
  1163. .product-con .footer .bnt[data-v-c5c6bbf1] {
  1164. width: 13.875rem;
  1165. height: 2.375rem;
  1166. }
  1167. .product-con .footer .bnt .bnts[data-v-c5c6bbf1] {
  1168. width: 6.9375rem;
  1169. text-align: center;
  1170. line-height: 2.375rem;
  1171. color: #fff;
  1172. font-size: 0.875rem;
  1173. }
  1174. .product-con .footer .bnt .joinCart[data-v-c5c6bbf1] {
  1175. border-radius: 1.5625rem 0 0 1.5625rem;
  1176. background-image: linear-gradient(to right, #fea10f 0%, #fa8013 100%);
  1177. }
  1178. .product-con .footer .bnt .buy[data-v-c5c6bbf1] {
  1179. border-radius: 0 1.5625rem 1.5625rem 0;
  1180. background-image: linear-gradient(to right, #fa6514 0%, #e93323 100%);
  1181. }
  1182. .product-con .store-info[data-v-c5c6bbf1] {
  1183. margin-top: 0.625rem;
  1184. background-color: #fff;
  1185. }
  1186. .product-con .store-info .title[data-v-c5c6bbf1] {
  1187. padding: 0 0.9375rem;
  1188. font-size: 0.875rem;
  1189. color: #282828;
  1190. height: 2.5rem;
  1191. line-height: 2.5rem;
  1192. border-bottom: 1px solid #f5f5f5;
  1193. }
  1194. .product-con .store-info .info[data-v-c5c6bbf1] {
  1195. padding: 0 0.9375rem;
  1196. height: 3.9375rem;
  1197. }
  1198. .product-con .store-info .info .picTxt[data-v-c5c6bbf1] {
  1199. width: 19.21875rem;
  1200. }
  1201. .product-con .store-info .info .picTxt .pictrue[data-v-c5c6bbf1] {
  1202. width: 2.375rem;
  1203. height: 2.375rem;
  1204. }
  1205. .product-con .store-info .info .picTxt .pictrue uni-image[data-v-c5c6bbf1] {
  1206. width: 100%;
  1207. height: 100%;
  1208. border-radius: 0.1875rem;
  1209. }
  1210. .product-con .store-info .info .picTxt .text[data-v-c5c6bbf1] {
  1211. width: 16.3125rem;
  1212. }
  1213. .product-con .store-info .info .picTxt .text .name[data-v-c5c6bbf1] {
  1214. font-size: 0.9375rem;
  1215. color: #282828;
  1216. }
  1217. .product-con .store-info .info .picTxt .text .address[data-v-c5c6bbf1] {
  1218. font-size: 0.75rem;
  1219. color: #666;
  1220. margin-top: 0.09375rem;
  1221. }
  1222. .product-con .store-info .info .picTxt .text .address .iconfont[data-v-c5c6bbf1] {
  1223. color: #707070;
  1224. font-size: 0.5625rem;
  1225. margin-left: 0.3125rem;
  1226. }
  1227. .product-con .store-info .info .picTxt .text .address .addressTxt[data-v-c5c6bbf1] {
  1228. max-width: 15rem;
  1229. }
  1230. .product-con .store-info .info .iconfont[data-v-c5c6bbf1] {
  1231. font-size: 1.25rem;
  1232. }
  1233. .product-con .superior[data-v-c5c6bbf1] {
  1234. background-color: #fff;
  1235. margin-top: 0.9375rem;
  1236. padding: 0 0.75rem 0.9375rem 0.75rem;
  1237. }
  1238. .product-con .superior .title[data-v-c5c6bbf1] {
  1239. height: 3.0625rem;
  1240. }
  1241. .product-con .superior .title uni-image[data-v-c5c6bbf1] {
  1242. width: 0.625rem;
  1243. height: 0.625rem;
  1244. }
  1245. .product-con .superior .title .titleTxt[data-v-c5c6bbf1] {
  1246. margin: 0 0.3125rem;
  1247. font-size: 0.9375rem;
  1248. color: #333333;
  1249. }
  1250. .product-con .superior .slider-banner[data-v-c5c6bbf1] {
  1251. width: 100%;
  1252. margin: 0 auto;
  1253. position: relative;
  1254. }
  1255. .product-con .superior .slider-banner uni-swiper[data-v-c5c6bbf1],
  1256. .product-con .superior .slider-banner uni-swiper-item[data-v-c5c6bbf1] {
  1257. height: 100%;
  1258. width: 100%;
  1259. }
  1260. .product-con .superior .slider-banner .list[data-v-c5c6bbf1] {
  1261. width: 100%;
  1262. }
  1263. .product-con .superior .slider-banner .list .item[data-v-c5c6bbf1] {
  1264. width: 6.1875rem;
  1265. margin: 0 0.6875rem 0.9375rem 0;
  1266. font-size: 0.8125rem;
  1267. }
  1268. .product-con .superior .slider-banner .list .item[data-v-c5c6bbf1]:nth-of-type(3n) {
  1269. margin-right: 0;
  1270. }
  1271. .product-con .superior .slider-banner .list .item .pictrue[data-v-c5c6bbf1] {
  1272. position: relative;
  1273. width: 100%;
  1274. height: 6.1875rem;
  1275. }
  1276. .product-con .superior .slider-banner .list .item .pictrue uni-image[data-v-c5c6bbf1] {
  1277. width: 100%;
  1278. height: 100%;
  1279. border-radius: 0.1875rem;
  1280. }
  1281. .product-con .superior .slider-banner .list .item .name[data-v-c5c6bbf1] {
  1282. color: #282828;
  1283. margin-top: 0.375rem;
  1284. }
  1285. .product-con .superior .slider-banner .swiper-pagination-bullet[data-v-c5c6bbf1] {
  1286. background-color: #999;
  1287. }
  1288. .product-con .superior .slider-banner .swiper-pagination-bullet-active[data-v-c5c6bbf1] {
  1289. background-color: #CD9933;
  1290. }
  1291. .activityName[data-v-c5c6bbf1] {
  1292. line-height: 1.375rem;
  1293. }
  1294. .bntVideo[data-v-c5c6bbf1] {
  1295. width: auto !important;
  1296. }
  1297. .bntVideo .buy[data-v-c5c6bbf1] {
  1298. border-radius: 1.5625rem !important;
  1299. }
  1300. .row-block[data-v-c5c6bbf1] {
  1301. background-color: #fff;
  1302. padding: 0.625rem;
  1303. font-size: 0.8125rem;
  1304. color: #000;
  1305. }
  1306. .row-block .row-express[data-v-c5c6bbf1] {
  1307. display: flex;
  1308. justify-content: space-between;
  1309. }
  1310. .row-block .row-express .left-box .icon[data-v-c5c6bbf1] {
  1311. vertical-align: middle;
  1312. }
  1313. .row-block .row-express .left-box .text[data-v-c5c6bbf1] {
  1314. margin: 0 0 0 0.4375rem;
  1315. font-size: 0.875rem;
  1316. vertical-align: middle;
  1317. }
  1318. .row-block .row-express .express-price[data-v-c5c6bbf1] {
  1319. display: flex;
  1320. align-items: center;
  1321. }
  1322. .row-block .tip-text[data-v-c5c6bbf1] {
  1323. display: flex;
  1324. align-items: center;
  1325. }
  1326. .row-block .tip-text .text[data-v-c5c6bbf1] {
  1327. display: flex;
  1328. flex-direction: column;
  1329. margin: 0 0 0 0.625rem;
  1330. }
  1331. .row-block .tip-text .text .t2[data-v-c5c6bbf1] {
  1332. font-size: 0.75rem;
  1333. color: #666;
  1334. }
  1335. .attribute .line1[data-v-c5c6bbf1] {
  1336. width: 18.75rem;
  1337. }
  1338. .chat-btn[data-v-c5c6bbf1] {
  1339. background-color: antiquewhite !important;
  1340. }
  1341. .activity_pin[data-v-c5c6bbf1],
  1342. .activity_miao[data-v-c5c6bbf1],
  1343. .activity_kan[data-v-c5c6bbf1] {
  1344. width: auto;
  1345. height: 1.375rem;
  1346. line-height: 1.375rem;
  1347. padding: 0 0.46875rem;
  1348. opacity: 1;
  1349. border-radius: 0.6875rem;
  1350. }
  1351. .activity_pin[data-v-c5c6bbf1] {
  1352. background: linear-gradient(90deg, #e93323 0%, #fa6514 100%);
  1353. }
  1354. .activity_miao[data-v-c5c6bbf1] {
  1355. background: linear-gradient(90deg, #fa6618 0%, #fea10f 100%);
  1356. margin-left: 0.59375rem;
  1357. }
  1358. .activity_kan[data-v-c5c6bbf1] {
  1359. background: linear-gradient(90deg, #fe9f0f 0%, #feb20f 100%);
  1360. margin-left: 0.59375rem;
  1361. }
  1362. .iconfonts[data-v-c5c6bbf1] {
  1363. color: #fff !important;
  1364. font-size: 0.875rem;
  1365. }
  1366. .activity_title[data-v-c5c6bbf1] {
  1367. font-size: 0.75rem;
  1368. color: #fff;
  1369. }
  1370. .mask[data-v-c5c6bbf1] {
  1371. position: fixed;
  1372. top: 0;
  1373. left: 0;
  1374. right: 0;
  1375. bottom: 0;
  1376. background-color: rgba(0, 0, 0, 0.6);
  1377. z-index: 9;
  1378. }
  1379. .mask.mask[data-v-c5c6bbf1] {
  1380. z-index: 300 !important;
  1381. }
  1382. .head-bar[data-v-c5c6bbf1] {
  1383. background: #fff;
  1384. }
  1385. .generate-posters[data-v-c5c6bbf1] {
  1386. width: 100%;
  1387. height: 5.3125rem;
  1388. background-color: #fff;
  1389. position: fixed;
  1390. left: 0;
  1391. bottom: 0;
  1392. z-index: 388;
  1393. transform: translate3d(0, 100%, 0);
  1394. transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  1395. border-top: 0.03125rem solid #eee;
  1396. }
  1397. .generate-posters.on[data-v-c5c6bbf1] {
  1398. transform: translate3d(0, 0, 0);
  1399. }
  1400. .generate-posters .item[data-v-c5c6bbf1] {
  1401. flex: 50%;
  1402. text-align: center;
  1403. font-size: 0.9375rem;
  1404. }
  1405. .generate-posters .item .iconfont[data-v-c5c6bbf1] {
  1406. font-size: 2.5rem;
  1407. color: #5eae72;
  1408. }
  1409. .generate-posters .item .iconfont.icon-haibao[data-v-c5c6bbf1] {
  1410. color: #5391f1;
  1411. }
  1412. .pictrue_log[data-v-c5c6bbf1] {
  1413. width: 2.5rem;
  1414. height: 1.25rem;
  1415. border-radius: 0.3125rem 0 0.375rem 0;
  1416. line-height: 1.25rem;
  1417. font-size: 0.75rem;
  1418. }
  1419. .pictrue_log_class[data-v-c5c6bbf1] {
  1420. z-index: 3;
  1421. background: linear-gradient(90deg, #f67a38 0%, #f11b09 100%);
  1422. opacity: 1;
  1423. position: absolute;
  1424. top: 0;
  1425. left: 0;
  1426. color: #fff;
  1427. text-align: center;
  1428. }
  1429. .navbar[data-v-c5c6bbf1] {
  1430. position: fixed;
  1431. background-color: #fff;
  1432. top: 0;
  1433. left: 0;
  1434. z-index: 99;
  1435. width: 100%;
  1436. }
  1437. .navbar .navbarH[data-v-c5c6bbf1] {
  1438. position: relative;
  1439. }
  1440. .navbar .navbarH .navbarCon[data-v-c5c6bbf1] {
  1441. position: absolute;
  1442. bottom: 0;
  1443. height: 3.125rem;
  1444. width: 100%;
  1445. }
  1446. .navbar .header[data-v-c5c6bbf1] {
  1447. height: 3rem;
  1448. font-size: 0.9375rem;
  1449. color: #050505;
  1450. background-color: #fff;
  1451. }
  1452. .navbar .header .item[data-v-c5c6bbf1] {
  1453. position: relative;
  1454. margin: 0 0.78125rem;
  1455. }
  1456. .navbar .header .item.on[data-v-c5c6bbf1]:before {
  1457. position: absolute;
  1458. width: 1.875rem;
  1459. height: 0.15625rem;
  1460. background-repeat: no-repeat;
  1461. content: "";
  1462. background-image: linear-gradient(to right, #ff3366 0%, #ff6533 100%);
  1463. bottom: -0.3125rem;
  1464. left: 50%;
  1465. margin-left: -0.875rem;
  1466. }
  1467. .icon-xiangzuo[data-v-c5c6bbf1] {
  1468. margin-top: var(--status-bar-height);
  1469. color: #000;
  1470. position: fixed;
  1471. font-size: 1.125rem;
  1472. width: 3.125rem;
  1473. height: 1.75rem;
  1474. line-height: 1.6875rem;
  1475. z-index: 1000;
  1476. left: -0.15625rem;
  1477. }
  1478. .share-box[data-v-c5c6bbf1] {
  1479. z-index: 1000;
  1480. position: fixed;
  1481. left: 0;
  1482. top: 0;
  1483. width: 100%;
  1484. height: 100%;
  1485. }
  1486. .share-box uni-image[data-v-c5c6bbf1] {
  1487. width: 100%;
  1488. height: 100%;
  1489. }
  1490. .pro-wrapper .iconn[data-v-c5c6bbf1] {
  1491. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAB4CAYAAAA5ZDbSAAAYKElEQVR4nO2deXhTVfrHP0nTlpautHSjZSkt+x42UTYVF5C4gsKIOqOjIxJHZdTfyG+eEZ1xxgVHjeLo6KiIKKsYcAUEBQooASxQKC1QulPolm50S+aPJPXmZm2a3BTo53n6QM49956T+8259yzv+x7ZmC8WcbGjU2migBFAGpAK9AGSgBjzX3dAAYSbT6kBWoA6oNz8VwycAU4BuUCmUquuku5beIZOpXF6XCFRPbyGTqUJAsYCVwCTgTFASjsvYxE6Gkh2UlYBcADYCewB9iu16qb21tmfXBQC61SaeGA2cANwHb8K5GtSzH83mz/X6lSarcCXwCalVn1Wonp4TKcVWKfSRAJzgLuAaUCAXytkIgy4xfzXqlNpfgA+A9Yotepqv9bMAbLO9g7WqTTjgYcxidvdnXNaDK3k1Z4lt6aEorrzFDdUUFpfQXljDfrmehpaGmkxtlLf0ghAqCIYhSyAEEUw4YEhxAZHkBDag6SQHvTqHktaeCJ9w+JRyN3+TdUBa4F3lFr13vZ/a89x9Q7uFALrVBo5plaxGJjkKn9lUy37zmVzqPwkmZWnOVlTQouh1at1UsgD6B+eyIjofozqkcqEuEFEB4W5c2oGsAzYqNSqDV6tlB06tcA6lUYG3Ao8Cwx3lveEvojvS34h42wWx6rzMRiNUlSxDblMxuDI3kyKH8LViSMZENHL1SmHMX2vz5Vatc8q22kF1qk004BXAKWjPGUXqtDm7+Xrwv3k1Xau/kzfsHhuTB6LqvdE4rpFOcuqA/6k1Kp3+KIenU5gnUqTDLwEzHOUZ9+5bD47vYNdZ7MwGH3+lOsQcpmcq+KHcFe/aUzoOdBZ1s+Ap5RadYE3y+80ApvfswuBF7AzzDEYjWwpPsBHuVvJri6UpE7eZmBkMvemXcuMpDHIZTJ7WWqAZ4Dl3no/dwqBdSpNX2AlcKW94ztKM3n7+Jfk6ot9XhcpSItI4uFBs5iWMMJRlt3AAqVWfbqjZfldYJ1KczfwFhAhPpZdXciyoxvQnc/xaR38hTI2ncVDb2NgpN3JMj3wiFKrXtmRMvwmsE6lCQbeBB4QH6tvaWT58c2sPv2D5L1hqZHLZMztN4VHBs0mVBFsL8t7wCKlVt3oyfVdCSz35KJuFJqMaf7WRty9544zd/sLfHpqxyUvLpj6Fp+d+oG5219g77nj9rI8AOw03zOv43WBdSrNKGAfME6Y3mRo4dWjG1i0ZzklDRXeLrbTU9JQwaI9y1l2ZANNhhbx4XHAPvO98ypeFVin0lyPqeUmCdOL6su5b+cyPjm5HSOXfqt1hBEjq05t576dyyiqLxcfTsLUkq/3ZpleE1in0twKaDFNyLeRUZbFgh9fvmiHPr4gu7qQBT++zJ6yY+JDYYBWp9Lc5q2yvCKwTqWZj2myPUiYvjZvJ3/c9w7VTXXeKOaSorqpjkf3/Zt1eTvFh4KANeZ72mE6LLD517YCwXKeESOvZ23kn5lrOv1MlD8xGA38I3MNrx3dKH51BQArdCrN7R0to0MC61SaG4FPEYhrMBp4/tAqVuRu62jdLhs+PrmN5w6tEjeGAGCV+R57jMcC61Sa4cBqBI9lg9HA0kOf8EW+pEuilwTa/L0sPfSJWGTL49rpSpszPBLYPGb7CsGcshEjL2SuZnPBT57W5bJnc8FPvJC5Wvy4DgO+8nSc3G6BzUZvGxAZq715bBOfn8nwpA5dCPj8TAZvHtskTk4GNphnB9uFJy14OaJJjHV5O/kwZ4sHl+rCHh/mbLHXux6HaU6/XbRLYPPCwf3CtIyyLF48vK695XbhghcPryOjLEucfL9ZA7dxW2Dzkp/VL6iovpwlBz7qGgr5AIPRwJIDH9mb8XpLp9L0c/c6bglsXqxfiWDJr8nQwpM/v4e+qd7dsrpoJ/qmep78+T3x3HUE8LFZE5e424IXIlqsf/OYtmv6UQKyqwvRZGnFyVdi0sQlLgXWqTQpmMxs2th37jirTu5ws4pddJRPT+1gn+1S4wtmbZziTgtehmC8W9/SyPOHPr2sV4WkxoiR5w6tajPcNxOOSRunOBVYp9JMBu4Qpr11bNNluZ7rb0obKnnLdnw8B5MDnkMcCmw2Sv8X0GYemF1dyBrb8VkXErEmb6e9fo+VRmKcteBbERmlLzu6oWtI5EcMRgPLjqwXJysxaWUXuwKbu+DPCtO2l/xyyVo/XkzoynPZUZopTl6KAy0dteDZCHyFDEYjy49v9koFu+g4bx//UmywOAyTZjY4EvhJ4Yfvig9wqqbUO7XrosPk6ovZUnxAnPykvbw2DuA6lWYiokmNFblbvVY5byGXyUkLTyQ1IpHk0BiigsIIVXQjQCajtvkC+uZ6ShsqOFVTygl9EY2tzf6uslf5KHcr1/ey6iJdCUwErBbj7Xn4Pyj88NP57E4zYxUWGMK1SaOZnjACZWw6IQFBrk8CWo0GMitOs6vsKN8W6i6JYV52dSH7zmWLHd4eRCSwlWeDOWxCEQLP+sf2vcPOs0d8W1sX9AqN5XfpM7gheSzd3BTVGRllWaw8+T37zmV7oXb+Y3L8MF6b8JAwqQ7oBbSFkxC34DsRiHu2ocrekpVkhCqCWTjoJub0ndyecAoumRQ3hElxQ9h/PodXjqwnR1/ktWtLye6yLM42VBEf0uaf3B2Thu9aEsSdrDuFHzYV7KPVT+Pe0TH9WTf9/5mXOs2r4goZG5vOJ1Of4g8DZyKX+cSLx6cYjAY2FewTJ1tp2PatdCpNAjBVePDrwp99Vjln3NF3Mu9MelT4y/QZATI5vx94I8uveITwwBCfl+dtviq0sYGbCiRYPgh/trMRmL/m6Iv8EjbhvvQZ/HnEXAIkblHjYgfw/lWP0yNYqhBc3uFMbRknrF8xAcBNlg/CuzhTmGtr8SHf1swOt/SZhHqwSvJyLfQPT+TtKxYRdpG15G22Ws2y/EcOoFNpAoGrhTmk7jkPjerDMyPudJ3Rx6RFJPHc6AXIHM/fdzp2nT0qTroaCIRfe9FjEZjjlDfqOVEtXc8yUB7A35T3unwsH6nM4+OT31NYd570iCQeH3orkUGuY6Wdu1DN+ye+Jas6n6jA7jwyeLYjr3sApiYM5/a+V9mzbOyUZFcXUtFYI3y9RGCywsywCGw1c7X/fI6kC/rzUqfRu3tPp3mOVRXwwO7XaDYHPDteXUBNcwPLxv/e6XkXWpv43a5XKa7/dXLjWHUBX85YSpA80OF5fxxyM1uLD1LVVOv+F/ETRoz8fP6EeGZrEpAhF3xo45eKU1LVjSB5IPemXesy35biA23iWjhQkevyvMzK01biAlQ01nBS73xuPVQRzIK0q53m6UwcstVsEvzaybKS/peKDgd/cZvreo0myo0QganhCTZpLgKQAZDSvafNo18uk9GzW6TLc2/vc5XTVt6ZyLTVTAkg16k00UBvS6rBaJR05Wh64ki38s1KGc+81GltYnVXdOOJoa79pBNDerB09AIiAkMBk7gPDZxFbDeboD82hAeGcGX8ELfq529ya4rF8Tp7A9EKRDEiSxoqaDJIs/IiQ8b4WKfR4azy/mnY7Tw48EZKGypJDo11FLXGhhuTx3JN0ijya8uIDg4jJti+uAajgZIGU5TaZkMrClmAy75BZ8EScTctwip6xnAFkC5MkXJyIyk0xm2RLEQEhra1xvYQJFeIvzxg6rxtKT7A/vIcsqsLaTG0Eh0URs9ukYQogjAYjfQPT+TshSpqmxvaXa6U5NaUiL/jIAXQV5iSX1smWYUSQ6MlK0uIESPfFOr4KHcrOfoiBkT0YnriSB4dfDNDono7/NGVN+rJrDjN3nPH2VGayfkLeolr7pxiWzeXVAWmTSzayJNQ4DCF9DNGx6sLeP7Qp+Toi7gxeRxLR9/tdEwsJCY4gumJI5meOJKnh8/hh9LDfJS7lcOVeb6ttJsU1Z0XJ/VWAPFWmeptMvmMZqN3g3i74pOT23nj2BeM7tGftdOX0CcszuNryWXyNrG3lRzilcPrKbvg301aShoqxUlxCqCHMEXKgb1ewug7Lx1ey7q8XTw29Bbmp0736rWvSRzFFT0H8+zBlWwrkX4O34K+2eZ+xsgBq5+xlCGP8uvOSVLOy4fX8UX+XjQTF3pdXAuhimBeGnc/DwzwahyzdlHVaKNdnBxR4DK9hD3F6qY6Cm3fG17li/y9rD+zi1fHP+gqYLdXeHjQTTw0cKbrjD6gpsVGu+5yRFYdUnsu+HLVqri+gpcOr2XxsNslEdfCgwNv5IbksZKVZ8GOdgFyRNHXRR5sPucrH1qNLDuynjExaczp69Q/yycsGXEXSaE9XGf0Ina0C/O7IVJWVb4939cOc7y6gF1lR/nTMOfB4hpam/iz7gOu/ub/ePynd1z2hJcf38yMb5/h3p3LyKrKd5gvVBHMY0MdugxJhhzTPgJttHdmyRu8eWyT12NHr83bxdT44S6HQitzt/Fd0QGqm+r4sfQI/8xc4zDvnrJjvH/iWyoaazhSmccTP73rMC+Yetf9wxM9qr8n2NGuVg5YPbj9YV2YVZXvVe8Jg9HItuKD3NznCpd5G1qt95p09oqyl9eV1eltfe1uU+ET7GjXKsdkLN1GuB9mlwDezv6Sg+UnvXKtrKozNBlaGBc7wGXee9KuYXh0X8BkrvPk8Dsc5p2WMIJZyeORy2TEdYviH8r7XFqhTE3wOAphu7GjXZ0CKEMQwDsquLtfXDtaDK088dO7fDD5CfqGxbs+wQnZ1UX0D08kSO56782ooDA+nLyYC61NLr0m5DIZz41ZwJKRdxEc4N46cWJID3oEh1PRWOM6cweJCrYxXyqTY9ocuY3IQLf2g/QJ+uZ6Htj1Wod9oQrrz9ErNLZd57THJcZdcS2kSLTkGGGrXbkcsFofTJC4ay+msqmWBzPeYHcHXGbqWi7QrZ0i+JIwRTdJykkMsVmdOysHrGw9eoXGSFIZZ9Q2N/DHvf/mw1zP4l8qZAG0SLyQ4YzalguSlJNkq12ejcB2MvkFI0YqGz1b+IgKCqP8gu/fee5y/oI0e0f36m7zWjotB6wCb6RJOG5zxYyk0R6dl9K9J7k1nWObvPMX9PbiTfoEO9qdUABWk8GWna+9veFye0kIiWaYefhioaG1idWnf+BsQxWDI1MYEtWb1PAEm/Hf0Og+VDTWkKMvIt31Pr8+ZUfpL5KUo5AH2Bt9HFEoteoKnUpTAKRYMqaFJ3G82qu7oLabawWtt8nQzPq83XyQs4XyRmszmUB5AEmhMfTsFtlmIXLBPCHxXdEBvwu8Lm+3JOX0D08Uu9nmAxWWgeJ+zAIDjOzRz+8Cz0ga3Sbsh7lbHNo/NRtaOVNbxhk7pkYb8/dw/4DrvRIVwBO+KdJJ5lw+skeqOEkHvy4VZrjILCkRgaFkVp5m9tZneeXIeo+N2yoaa/y2+4u+uZ43sjZKVt4oW80y4FeBrZ4jyph0v3rX6ZvrWXZkg1esFj/I+c4vIRqeP7SKsw3S2GjJkDE2Nl2cbCXwfkz72QIQ2y2CdDs2xBcjTYYWnt7/X0lNkd7I+oLvS6TpXIFp53GRMX8N8DOYBVZq1c3A98IcUyScJPc1Z2rLeHTfv9E3+z46/bvZX/ORxHHFroofKk7aBjSDtbnOV8Ic1yR5fadTv3KkMo/7d/2LAh8Z+hmMBl46vJZ3sr9yndnL2NHqS8t/hAJvAtoGvwMienXIbrgzcqqmlLt/fJmN+Xu8fu3nDq1i9ekfvX5dV/QJi2OA9VCwFWgLLNomsFKrLgV+EOacmTze1/WTnNrmBp4/tIr7di7zqqmQO+6ovmBm8jhx0g9Am3uoeLV6tfDD7JQJkke7kYrDlXks3PMWc7b/nRW52+yOo+2hb65n99mjNkuakxOG+aKaTpHL5MxOmShOttJQvCK+GlME8VCA+JAoJsUN8XsoQ19yqqaU17M28nrWRmKCIxgS1ZuU7j2J7RZBcEAgRqORqqY6iuvLya4u5FRNKUaMyGUyZiaPY+Gg2cSHRDE8ui9RQWGSeoZcGTdEHEusHmcCK7Xqap1Ksxr4rSVtXuq0S1pgIeWNere/q8FoZHPBT2wpPsj81On8Nn0GV8UPZbNt5DmfMS91qjhpNYI4lWA/XrSVqeCEngPd9r67HGlsbeaDnO9QbV1KpQRmORYGRiYzoecgcbKNmaeNwEqtei9g1c28p/81Xq3cpUhVU22HrFDayz22gWv2IAolDI4jvr8o/HBdL6XdIChd+If+4YlclzRGnPyivbyOBN6EYJ1YLpOxcNBNDrJ2ITUPD5qFXGa1VnAEk2Y22BVYqVUbgL8K06YnjkQZk+atOnbhIWNi0uxFJvorIgcGC84GuZ9jXlO0sHjY7RdlXOVLBblMZs/X6gAmreyf4+iAUqs2Ao8L0wZGJjPXD556XZiY23eKvRHN4+A47qTT5qjUqncCa4VpjwyeTYKt/W0XPiYhJJpHBttsjbQWcDoB7s7zdjECD8RQRTB/GTX/ogq3e7EjQ8ZfRs0Xew/WYtLGKS4FVmrVBcAzwrSJPQcxL3Va+2rZhcfclTqVibaTGs+YtXGKuz2m5YjMetRDVF0zXBIwMDKZR4fcLE7OAN5y53y3BDYPmxYgMOsJkit4edz9HoUV7MI9IgJDeXnc/WIvST2wwKyJS9we8yi16tPAImFar9BY/q68t2vo5APkMjl/U95rz0tykVKrdjugd7uUUWrVHwPvC9MmxQ3haSdO0114xtPD7+DKOJtQxv81a+A2njS9RzBZYbZxR9/J3Jc+w4NLdWGP+9JncIftfMN+YGF7r9VugZVadSOmHaetTBoWDZ7NLX0m2T+pC7e5pc8kFtmOdwuBW833vl149PJUatWFmPZZajNfkCFjyYg7mXUJ2nFJxazk8SwZcad4jqEOmGm+5+3G496RUqs+DMwF2kLPyGVynh39G2anTPD0spctN6VM4NnRvxF3WJuAOeZ77REd6v4qteqvgXkIzG3lMjl/Hf0bFnQZCbjN3f2vtiduKzDffI89psPjG6VWvQG4B4HIMmQ8NvQWnh4+p2sI5QS5TM7Tw+fw+NBbxY/lVuAepVa9vsNldPQCAEqtehWixzXA3H5TeH3CQ0QEdU2GiIkICuX1CQ8xt98U8aEm4E7zPe0wXmte5pZ8M4KOF5jGySunPNU1rSlgYGQyK6c8xSTbcW4tcLM3Wq4Frz4/lVr1N8AUwCpARq/QGD6c/ATzU6df1qtQMmTc2W8KH05+wl40o2Jgivkeeg2vvyCVWvVBYAKiyZAgeSCLh92GZuLDl+V6ckJING9M/ANPDZ9jbze1/cAE873zKj7pAZnHbJOB98THrogbzNrpS7ir31Sx4dgliVwm465+U1k7fYm9RzKYpn4nezrOdYVszBeLXOfqADqV5m5MS1s2241lVxey7OgGdOdzbE+8BFDGprN46G2O+h96QK3Uqld0pAydSuP0uM8FNlciFViBaBtbCztKM1l+bDMna0p8Xhcp6B+eyMLBNzEtYYSjLBmYlvw6vM1rpxDYXBE5poWKvyPaRgBMvj7fFR9gRe7WDgcj9RcDI5O5J+1arksa4+j1UwMsAd5ydz3XFZ1GYAs6lSYFeBVwuMa471w2q05tJ6PsmOSbhLQXuUzOpLjBzE+d7mrjj/XA4+6Y2bSHTiewBZ1KMw1YBtj4YFg421DFpoK9fFX4s9v+u1LRJyyOmcnjmJ0yUezCKeYAsFipVe/wRT06rcAAOpVGhmnpcSng1IM6u7qQrcUH2V2WxYnqIkm3oAfTGHZAZC+uih/KNYmj3Jm4OQI8C2ww25j7hE4tsAXz+/kWTGagLheVyxv1/HzuBAcrTnG48jQna0q8HltTIQ+gf3giw6P7MapHKuN7DnC477CIDExPpo3ees8646IQWIhOpZkIPIRpbtutSewWQyuna0s5WVNKUd15iuvLKWmopLxRT01zAw0tjTQbWto21QgJCCJQriBEEUx4YAgxwREkhESRFBpLcvdY+ocn0C8sQRz70Rn1wBrgHbP7rWRcdAJb0Kk0kZhEnodp+tPtuy0RrZi8Cj4F1ii1ammCQotwJbDrXSv8hPmG/Qf4j06liQdmAzcA12FnmCURtcBWTHGoNim1aum2S/eQTiuwEPONfA94T6fSBAFjgSswTYeOQRAp18sUYOoF78TkQb9fqVU3OT+lc9FpH9HtQafSRAMjgHRMW9b3xbRVUIz5LxQIAizbktQDjeZ/y81/xUCe+S8HyFRq1TY7Lnc2XD2i/wckBEniScYuwQAAAABJRU5ErkJggg==");
  1492. width: 3.125rem;
  1493. height: 3.125rem;
  1494. background-repeat: no-repeat;
  1495. background-size: 100% 100%;
  1496. margin: 0 auto;
  1497. }
  1498. .pro-wrapper .iconn.iconn1[data-v-c5c6bbf1] {
  1499. background-image: url("data:image/png;base64,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");
  1500. }
  1501. .canvas[data-v-c5c6bbf1] {
  1502. position: fixed;
  1503. z-index: -5;
  1504. opacity: 0;
  1505. }
  1506. .poster-pop[data-v-c5c6bbf1] {
  1507. position: fixed;
  1508. width: 14.0625rem;
  1509. height: 22.3125rem;
  1510. top: 50%;
  1511. left: 50%;
  1512. transform: translateX(-50%);
  1513. margin-top: -13.5rem;
  1514. z-index: 399;
  1515. }
  1516. .poster-pop uni-image[data-v-c5c6bbf1] {
  1517. width: 100%;
  1518. height: 100%;
  1519. display: block;
  1520. }
  1521. .poster-pop .close[data-v-c5c6bbf1] {
  1522. width: 1.4375rem;
  1523. height: 2.34375rem;
  1524. position: fixed;
  1525. right: 0;
  1526. top: -2.28125rem;
  1527. display: block;
  1528. }
  1529. .poster-pop .save-poster[data-v-c5c6bbf1] {
  1530. background-color: #df2d0a;
  1531. font-size: 0.6875rem;
  1532. color: #fff;
  1533. text-align: center;
  1534. height: 2.375rem;
  1535. line-height: 2.375rem;
  1536. width: 100%;
  1537. }
  1538. .poster-pop .keep[data-v-c5c6bbf1] {
  1539. color: #fff;
  1540. text-align: center;
  1541. font-size: 0.78125rem;
  1542. margin-top: 0.3125rem;
  1543. }
  1544. uni-button[data-v-c5c6bbf1] {
  1545. padding: 0;
  1546. margin: 0;
  1547. line-height: normal;
  1548. background-color: #fff;
  1549. }
  1550. uni-button[data-v-c5c6bbf1]::after {
  1551. border: 0;
  1552. }
  1553. action-sheet-item[data-v-c5c6bbf1] {
  1554. padding: 0;
  1555. height: 7.5rem;
  1556. align-items: center;
  1557. display: flex;
  1558. }
  1559. .contact[data-v-c5c6bbf1] {
  1560. font-size: 16px;
  1561. width: 50%;
  1562. background-color: #fff;
  1563. padding: 0.25rem 0;
  1564. border-radius: 0;
  1565. margin: 0;
  1566. line-height: 2;
  1567. }
  1568. .contact[data-v-c5c6bbf1]::after {
  1569. border: none;
  1570. }
  1571. .action-sheet[data-v-c5c6bbf1] {
  1572. font-size: 17px;
  1573. line-height: 1.8;
  1574. width: 50%;
  1575. position: absolute;
  1576. top: 0;
  1577. right: 0;
  1578. padding: 0.78125rem 0;
  1579. }