index.wxss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518
  1. page {
  2. width: 100%;
  3. min-height: 100%;
  4. background: #F9F9FB;
  5. }
  6. @charset "UTF-8";
  7. /**
  8. * 这里是uni-app内置的常用样式变量
  9. *
  10. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  11. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  12. *
  13. */
  14. /**
  15. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  16. *
  17. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  18. */
  19. /* 颜色变量 */
  20. /* 行为相关颜色 */
  21. /* 文字基本颜色 */
  22. /* 背景颜色 */
  23. /* 边框颜色 */
  24. /* 尺寸变量 */
  25. /* 文字尺寸 */
  26. /* 图片尺寸 */
  27. /* Border Radius */
  28. /* 水平间距 */
  29. /* 垂直间距 */
  30. /* 透明度 */
  31. /* 文章场景相关 */
  32. .show_guide.data-v-57280228 {
  33. overflow-y: hidden;
  34. position: fixed;
  35. height: 100vh;
  36. width: 100%;
  37. }
  38. .home.data-v-57280228 {
  39. position: relative;
  40. min-height: 100%;
  41. width: 100%;
  42. }
  43. .home .contact_icon.data-v-57280228 {
  44. position: fixed;
  45. bottom: 164rpx;
  46. right: 44rpx;
  47. width: 167rpx;
  48. height: 173rpx;
  49. }
  50. .home .guide_box.data-v-57280228 {
  51. width: 100vw;
  52. height: 100vh;
  53. position: fixed;
  54. top: 0;
  55. left: 0;
  56. background: rgba(0, 0, 0, 0.5);
  57. display: flex;
  58. flex-direction: column;
  59. align-items: center;
  60. z-index: 999;
  61. }
  62. .home .guide_box .express_img.data-v-57280228 {
  63. width: 659rpx;
  64. height: 229rpx;
  65. margin-top: 70vh;
  66. margin-left: 50rpx;
  67. }
  68. .home .mask.data-v-57280228 {
  69. z-index: 99999;
  70. }
  71. .home .home_bg.data-v-57280228 {
  72. width: 750rpx;
  73. height: 312rpx;
  74. }
  75. .home .home_bg image.data-v-57280228 {
  76. width: 100%;
  77. height: 100%;
  78. }
  79. .home .home_box.data-v-57280228 {
  80. width: 100%;
  81. position: relative;
  82. margin-top: -295rpx;
  83. }
  84. .home .home_box .home_con.data-v-57280228 {
  85. width: 690rpx;
  86. margin: 0 auto;
  87. padding-bottom: 150rpx;
  88. }
  89. .home .home_box .home_con .search_box .inp_box.data-v-57280228 {
  90. width: 572rpx;
  91. height: 80rpx;
  92. background-color: rgba(255, 255, 255, 0.4);
  93. border-radius: 44rpx;
  94. padding: 0 30rpx;
  95. box-sizing: border-box;
  96. }
  97. .home .home_box .home_con .search_box .inp_box input.data-v-57280228 {
  98. width: 360rpx;
  99. height: 80rpx;
  100. line-height: 80rpx;
  101. color: #fff;
  102. }
  103. .home .home_box .home_con .search_box .inp_box .search_button.data-v-57280228 {
  104. width: 92rpx;
  105. height: 52rpx;
  106. background: linear-gradient(92deg, #FFA600 0%, #FCBC05 100%);
  107. opacity: 1;
  108. border-radius: 8rpx;
  109. color: #fff;
  110. }
  111. .home .home_box .home_con .search_box .inp_box .iconfont.data-v-57280228 {
  112. color: #fff;
  113. font-size: 40rpx;
  114. margin-right: 10rpx;
  115. }
  116. .home .home_box .home_con .search_box .search_logo.data-v-57280228 {
  117. width: 88rpx;
  118. height: 88rpx;
  119. }
  120. .home .home_box .home_con .shop.data-v-57280228 {
  121. background: white;
  122. box-shadow: 0px 6rpx 12rpx #eeeeee;
  123. border-radius: 24rpx;
  124. margin: 0rpx 0 30rpx;
  125. padding: 30rpx;
  126. box-sizing: border-box;
  127. }
  128. .home .home_box .home_con .shop .shop_top.data-v-57280228 {
  129. display: flex;
  130. justify-content: space-between;
  131. align-items: flex-start;
  132. }
  133. .home .home_box .home_con .shop .shop_top .store_img.data-v-57280228 {
  134. width: 113rpx;
  135. height: 113rpx;
  136. border-radius: 16rpx;
  137. margin-right: 20rpx;
  138. flex-shrink: 0;
  139. }
  140. .home .home_box .home_con .shop .shop_top .shop_eval.data-v-57280228 {
  141. font-size: 28rpx;
  142. color: #999;
  143. margin-top: 8rpx;
  144. }
  145. .home .home_box .home_con .shop .shop_top .shop_eval text.data-v-57280228 {
  146. margin-right: 8rpx;
  147. }
  148. .home .home_box .home_con .shop .shop_top .edit.data-v-57280228 {
  149. display: inline-block;
  150. width: 108rpx;
  151. height: 52rpx;
  152. font-size: 28rpx;
  153. text-align: center;
  154. line-height: 52rpx;
  155. color: #fb231f;
  156. background: #fff4f3;
  157. margin-left: 12rpx;
  158. border-radius: 8rpx;
  159. }
  160. .home .home_box .home_con .shop .shop_top .iconfont.data-v-57280228 {
  161. font-size: 28rpx;
  162. margin-right: 5rpx;
  163. }
  164. .home .home_box .home_con .shop .shop_bottom.data-v-57280228 {
  165. margin-top: 40rpx;
  166. }
  167. .home .home_box .home_con .shop .shop_bottom > view.data-v-57280228 {
  168. text-align: center;
  169. }
  170. .home .home_box .home_con .shop .shop_bottom > view view.data-v-57280228:first-child {
  171. font-size: 40rpx;
  172. color: #fb231f;
  173. font-weight: bold;
  174. }
  175. .home .home_box .home_con .shop .shop_bottom > view view.data-v-57280228:last-child {
  176. font-size: 28rpx;
  177. color: #999;
  178. margin-top: 10rpx;
  179. }
  180. .home .home_box .home_con .shop .sub_btn.data-v-57280228 {
  181. margin-top: 40rpx;
  182. }
  183. .home .home_box .home_con .handle.data-v-57280228 {
  184. display: flex;
  185. flex-wrap: wrap;
  186. justify-content: space-between;
  187. margin: 0 auto;
  188. box-sizing: border-box;
  189. }
  190. .home .home_box .home_con .handle .block_con.data-v-57280228 {
  191. width: 48%;
  192. }
  193. .home .home_box .home_con .handle .block_con .block_box.data-v-57280228 {
  194. width: 100%;
  195. height: 146rpx;
  196. background: #fff;
  197. border-radius: 18rpx;
  198. margin-bottom: 30rpx;
  199. padding: 0 20rpx;
  200. box-sizing: border-box;
  201. position: relative;
  202. }
  203. .home .home_box .home_con .handle .block_con .block_box .block_title.data-v-57280228 {
  204. font-size: 38rpx;
  205. font-weight: bold;
  206. letter-spacing: 36rpx;
  207. }
  208. .home .home_box .home_con .handle .block_con .block_box .block_intr.data-v-57280228 {
  209. font-size: 28rpx;
  210. color: #999;
  211. margin-top: 10rpx;
  212. }
  213. .home .home_box .home_con .handle .block_con .block_box .block_num.data-v-57280228 {
  214. position: absolute;
  215. top: 10rpx;
  216. left: 140rpx;
  217. background: linear-gradient(48deg, #ffaa01 0%, #fe0000 100%);
  218. color: #fff;
  219. border-radius: 20rpx 20rpx 20rpx 0;
  220. padding: 4rpx 10rpx;
  221. }
  222. .home .home_box .home_con .handle .block_con_red .block_box.data-v-57280228 {
  223. background: linear-gradient(93deg, #ff232c 0%, #ff571b 100%);
  224. }
  225. .home .home_box .home_con .handle .block_con_red .block_title.data-v-57280228,
  226. .home .home_box .home_con .handle .block_con_red .block_intr.data-v-57280228 {
  227. color: #fffdc1 !important;
  228. }
  229. .home .home_box .home_con .box.data-v-57280228 {
  230. width: 702rpx;
  231. height: 200rpx;
  232. background: #fff;
  233. padding: 0 24rpx;
  234. box-sizing: border-box;
  235. border-radius: 16rpx;
  236. position: relative;
  237. }
  238. .home .home_box .home_con .box .iconfont.data-v-57280228,
  239. .home .home_box .home_con .box .express_img.data-v-57280228 {
  240. position: absolute;
  241. z-index: 999999;
  242. }
  243. .home .home_box .home_con .box .iconfont.data-v-57280228 {
  244. font-size: 50rpx;
  245. color: #fff;
  246. top: -238rpx;
  247. right: 0rpx;
  248. }
  249. .home .home_box .home_con .box .express_img.data-v-57280228 {
  250. width: 659rpx;
  251. height: 342rpx;
  252. top: -135rpx;
  253. right: -8rpx;
  254. }
  255. .home .home_box .home_con .box .box_item.data-v-57280228 {
  256. display: flex;
  257. flex-direction: column;
  258. align-items: center;
  259. justify-content: center;
  260. background: #fff;
  261. }
  262. .home .home_box .home_con .box .box_item .show_box.data-v-57280228 {
  263. z-index: 999999;
  264. width: 180rpx;
  265. height: 180rpx;
  266. border-radius: 8rpx;
  267. }
  268. .home .home_box .home_con .box .box_item image.data-v-57280228 {
  269. width: 100rpx;
  270. height: 100rpx;
  271. }
  272. .home .home_box .home_con .box .box_item view.data-v-57280228 {
  273. font-size: 30rpx;
  274. margin-top: 10rpx;
  275. }
  276. .home .home_box .home_con .hint_img.data-v-57280228 {
  277. text-align: center;
  278. margin-top: 30rpx;
  279. }
  280. .home .home_box .home_con .hint_img .shop_hint.data-v-57280228 {
  281. width: 452rpx;
  282. height: 54rpx;
  283. }
  284. .home .home_box .home_con .video.data-v-57280228 {
  285. width: 390rpx;
  286. height: 112rpx;
  287. margin: 10rpx auto 0;
  288. background-size: 100% 100%;
  289. position: relative;
  290. z-index: 9999;
  291. }
  292. .home .home_box .home_con .video .finger.data-v-57280228 {
  293. width: 138rpx;
  294. height: 128rpx;
  295. z-index: 9999;
  296. position: absolute;
  297. top: 25rpx;
  298. right: -120rpx;
  299. }
  300. .home .home_box .home_con .video .video_box.data-v-57280228 {
  301. width: 362rpx;
  302. height: 84rpx;
  303. border-radius: 8rpx;
  304. z-index: 9999;
  305. }
  306. .home .home_box .home_con .video .video_box image.data-v-57280228 {
  307. width: 44rpx;
  308. height: 44rpx;
  309. margin-right: 10rpx;
  310. z-index: 9999;
  311. }
  312. .home .home_box .home_con .video .video_box view.data-v-57280228 {
  313. font-size: 36rpx;
  314. font-weight: bold;
  315. color: #fb231f;
  316. z-index: 99999;
  317. }
  318. .home .home_box .home_con .video .video_box view.data-v-57280228::after {
  319. content: '';
  320. display: block;
  321. width: 252rpx;
  322. height: 20rpx;
  323. margin-top: -12rpx;
  324. background: linear-gradient(360deg, #fff709 0%, rgba(255, 242, 40, 0) 100%);
  325. }
  326. .popShow.data-v-57280228 {
  327. width: 100%;
  328. height: 100vh;
  329. position: fixed;
  330. top: 0;
  331. left: 0;
  332. background-color: rgba(0, 0, 0, 0.7);
  333. z-index: 999;
  334. }
  335. .popShow .popCon.data-v-57280228 {
  336. position: relative;
  337. width: 634rpx;
  338. height: 766rpx;
  339. }
  340. .popShow .popCon image.data-v-57280228 {
  341. width: 100%;
  342. height: 100%;
  343. }
  344. .popShow .popCon .content.data-v-57280228 {
  345. position: absolute;
  346. top: 0;
  347. left: 0;
  348. }
  349. .popShow .popCon .content .title.data-v-57280228 {
  350. text-align: center;
  351. font-size: 40rpx;
  352. font-weight: bold;
  353. padding: 76rpx 0 38rpx;
  354. }
  355. .popShow .popCon .content .opear_btn.data-v-57280228 {
  356. width: 100%;
  357. margin-top: 75rpx;
  358. }
  359. .popShow .popCon .content .opear_btn view.data-v-57280228 {
  360. width: 242rpx;
  361. text-align: center;
  362. height: 88rpx;
  363. border-radius: 44rpx;
  364. font-size: 32rpx;
  365. line-height: 88rpx;
  366. background: linear-gradient(93deg, #ff232c 0%, #ff571b 100%);
  367. color: #fff;
  368. }
  369. .popShow .popCon .content .opear_btn view.data-v-57280228:first-child {
  370. background: #e9e9e9;
  371. color: #999;
  372. }
  373. .disagree.data-v-57280228 {
  374. width: 100%;
  375. height: 100vh;
  376. position: fixed;
  377. top: 0;
  378. left: 0;
  379. background-color: rgba(0, 0, 0, 0.7);
  380. z-index: 9999;
  381. }
  382. .disagree .dis_con.data-v-57280228 {
  383. width: 568rpx;
  384. height: 270rpx;
  385. background: #fff;
  386. border-radius: 24rpx;
  387. text-align: center;
  388. }
  389. .disagree .dis_con > view.data-v-57280228:first-child {
  390. font-size: 32rpx;
  391. padding: 60rpx 0 40rpx;
  392. }
  393. .disagree .dis_con > view.data-v-57280228:last-child {
  394. width: 100%;
  395. margin: 0 auto;
  396. width: 302rpx;
  397. text-align: center;
  398. height: 76rpx;
  399. line-height: 76rpx;
  400. color: #fff;
  401. background: linear-gradient(93deg, #ff232c 0%, #ff571b 100%);
  402. opacity: 1;
  403. border-radius: 44rpx;
  404. }
  405. .poster.data-v-57280228 {
  406. width: 100%;
  407. height: 100vh;
  408. position: fixed;
  409. top: 0;
  410. left: 0;
  411. background-color: rgba(0, 0, 0, 0.7);
  412. z-index: 9999;
  413. }
  414. .poster .pos_con.data-v-57280228 {
  415. width: 80%;
  416. margin: 0 auto;
  417. height: 100%;
  418. position: relative;
  419. }
  420. .poster .pos_con image.data-v-57280228 {
  421. width: 572rpx;
  422. height: 940rpx;
  423. }
  424. .poster .pos_con .qr_code.data-v-57280228 {
  425. position: absolute;
  426. top: 630rpx;
  427. left: 212rpx;
  428. }
  429. .poster .pos_con .qr_code image.data-v-57280228 {
  430. width: 180rpx;
  431. height: 180rpx;
  432. }
  433. .poster .pos_con .pos_info.data-v-57280228 {
  434. position: absolute;
  435. bottom: 310rpx;
  436. left: 92rpx;
  437. }
  438. .poster .pos_con .pos_info image.data-v-57280228 {
  439. width: 104rpx;
  440. height: 104rpx;
  441. margin-right: 20rpx;
  442. }
  443. .poster .pos_con .pos_info .pos_info_con view.data-v-57280228:first-child {
  444. font-size: 36rpx;
  445. font-weight: bold;
  446. }
  447. .poster .pos_con .pos_info .pos_info_con view.data-v-57280228 {
  448. margin-bottom: 5rpx;
  449. }
  450. .poster .pos_con .iconfont.data-v-57280228 {
  451. position: absolute;
  452. top: 2vh;
  453. right: -25rpx;
  454. color: #dedede;
  455. font-size: 60rpx;
  456. z-index: 999;
  457. }
  458. .poster .pos_con .sub_btn.data-v-57280228 {
  459. margin-top: 76rpx;
  460. }
  461. .share_show.data-v-57280228 {
  462. width: 100%;
  463. height: 100vh;
  464. position: fixed;
  465. top: 0;
  466. left: 0;
  467. background-color: rgba(0, 0, 0, 0.7);
  468. z-index: 9999;
  469. }
  470. .share_show .share_con.data-v-57280228 {
  471. width: 80%;
  472. margin: 0 auto;
  473. height: 100%;
  474. z-index: 999999;
  475. }
  476. .share_show .share_con .canvas.data-v-57280228 {
  477. width: 540rpx;
  478. height: 900rpx;
  479. position: relative;
  480. }
  481. .share_show .share_con .canvas #canvas.data-v-57280228 {
  482. width: 540rpx;
  483. height: 900rpx;
  484. position: absolute;
  485. top: 0;
  486. left: 0;
  487. }
  488. .share_show .share_con .canvas .poster_img.data-v-57280228 {
  489. -webkit-touch-callout: default;
  490. width: 100%;
  491. height: 100%;
  492. display: block;
  493. }
  494. .share_show .share_con .canvas ._img[src].data-v-57280228,
  495. .share_show .share_con .canvas ._img.data-v-57280228:not([src]) {
  496. opacity: 0;
  497. }
  498. .share_show .share_con .save_img.data-v-57280228 {
  499. color: #fff;
  500. width: 100%;
  501. text-align: center;
  502. font-size: 32rpx;
  503. margin-top: 20rpx;
  504. }
  505. .share_show .share_con .iconfont.data-v-57280228 {
  506. position: absolute;
  507. top: 4vh;
  508. right: 25rpx;
  509. color: #dedede;
  510. font-size: 60rpx;
  511. z-index: 999;
  512. }
  513. .share_show .sub_btn.data-v-57280228 {
  514. margin-top: 40rpx;
  515. }