index.wxss 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409
  1. @charset "UTF-8";
  2. .text-center.data-v-f2c56880 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-f2c56880 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-f2c56880 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-f2c56880 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-f2c56880 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-f2c56880 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-f2c56880 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-f2c56880 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-f2c56880 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .nav.data-v-f2c56880 {
  39. height: 220rpx;
  40. width: 100%;
  41. position: relative;
  42. }
  43. .nav-bg.data-v-f2c56880 {
  44. height: 220rpx;
  45. width: 100%;
  46. }
  47. .nav-title.data-v-f2c56880 {
  48. text-align: center;
  49. width: 100%;
  50. position: absolute;
  51. top: 25rpx;
  52. color: #999;
  53. font-size: 12px;
  54. }
  55. .nav-num.data-v-f2c56880 {
  56. text-align: center;
  57. width: 100%;
  58. position: absolute;
  59. top: 60rpx;
  60. color: #ecb786;
  61. font-size: 24px;
  62. }
  63. .exchange.data-v-f2c56880, .log.data-v-f2c56880 {
  64. position: absolute;
  65. bottom: 40rpx;
  66. color: #fff;
  67. font-size: 15px;
  68. height: 34rpx;
  69. line-height: 34rpx;
  70. }
  71. .exchange image.data-v-f2c56880, .log image.data-v-f2c56880 {
  72. height: 34rpx;
  73. width: 34rpx;
  74. margin-right: 16rpx;
  75. display: block;
  76. float: left;
  77. }
  78. .exchange.data-v-f2c56880 {
  79. left: 120rpx;
  80. }
  81. .log.data-v-f2c56880 {
  82. right: 120rpx;
  83. }
  84. .about.data-v-f2c56880 {
  85. height: 30rpx;
  86. width: 30rpx;
  87. position: absolute;
  88. top: 25rpx;
  89. right: 38%;
  90. }
  91. .about image.data-v-f2c56880 {
  92. height: 30rpx;
  93. width: 30rpx;
  94. display: block;
  95. }
  96. .banner.data-v-f2c56880 {
  97. margin: 20rpx 0;
  98. height: 190rpx;
  99. }
  100. .banner swiper.data-v-f2c56880 {
  101. height: 190rpx;
  102. }
  103. .banner image.data-v-f2c56880 {
  104. height: 190rpx;
  105. width: 100%;
  106. }
  107. .coupon.data-v-f2c56880 {
  108. background-color: #fff;
  109. padding: 30rpx 0 40rpx 25rpx;
  110. }
  111. .coupon-title.data-v-f2c56880 {
  112. font-size: 15px;
  113. color: #353535;
  114. border-left: 4rpx solid #ff6f28;
  115. padding-left: 16rpx;
  116. height: 35rpx;
  117. line-height: 35rpx;
  118. margin-bottom: 38rpx;
  119. }
  120. .coupon-list.data-v-f2c56880 {
  121. height: 220rpx;
  122. white-space: nowrap;
  123. overflow: hidden;
  124. width: auto;
  125. }
  126. .coupon-item.data-v-f2c56880 {
  127. width: 330rpx;
  128. height: 220rpx;
  129. position: relative;
  130. display: inline-block;
  131. font-size: 13px;
  132. color: #353535;
  133. margin-right: 20rpx;
  134. }
  135. .coupon-item image.data-v-f2c56880 {
  136. width: 330rpx;
  137. height: 220rpx;
  138. }
  139. .coupon-name.data-v-f2c56880 {
  140. position: absolute;
  141. left: 24rpx;
  142. top: 10rpx;
  143. width: 300rpx;
  144. font-weight: bold;
  145. }
  146. .coupon-name.discount text.data-v-f2c56880:after {
  147. content: '折';
  148. font-size: 50%;
  149. }
  150. .coupon-name text.data-v-f2c56880 {
  151. font-size: 20px;
  152. margin-right: 12rpx;
  153. }
  154. .coupon-user.data-v-f2c56880 {
  155. position: absolute;
  156. width: 280rpx;
  157. left: 24rpx;
  158. top: 70rpx;
  159. }
  160. .coupon-exchange.data-v-f2c56880 {
  161. position: absolute;
  162. bottom: 22rpx;
  163. left: 0;
  164. right: 0;
  165. text-align: center;
  166. }
  167. .coupon-exchange view.data-v-f2c56880 {
  168. display: inline-block;
  169. padding: 0 28rpx;
  170. text-align: center;
  171. height: 48rpx;
  172. line-height: 48rpx;
  173. border-radius: 24rpx;
  174. border: 2rpx solid #353535;
  175. margin: 0 auto;
  176. }
  177. .goods-title.data-v-f2c56880 {
  178. padding-left: 20rpx;
  179. height: 96rpx;
  180. line-height: 96rpx;
  181. padding-top: 30.5rpx;
  182. background-color: #fff;
  183. margin-top: 24rpx;
  184. border-bottom: 1rpx solid #e2e2e2;
  185. }
  186. .cat-list.data-v-f2c56880 {
  187. height: 100rpx;
  188. background-color: #fff;
  189. border-bottom: 1rpx solid #e2e2e2;
  190. white-space: nowrap;
  191. overflow: hidden;
  192. width: auto;
  193. position: -webkit-sticky;
  194. position: sticky;
  195. top: 0;
  196. z-index: 10;
  197. }
  198. .cat-item.data-v-f2c56880 {
  199. display: inline-block;
  200. margin: 23rpx;
  201. text-align: center;
  202. width: auto;
  203. color: #353535;
  204. font-size: 12px;
  205. height: 54rpx;
  206. line-height: 54rpx;
  207. padding: 0 20rpx;
  208. }
  209. .cat-item.active.data-v-f2c56880 {
  210. border-radius: 27rpx;
  211. color: #fff;
  212. }
  213. .goods-list.data-v-f2c56880 {
  214. padding-left: 24rpx;
  215. }
  216. .goods-item.data-v-f2c56880 {
  217. width: 344rpx;
  218. background-color: #fff;
  219. font-size: 14px;
  220. color: #353535;
  221. margin: 14rpx 14rpx 0 0;
  222. position: relative;
  223. display: block;
  224. border-radius: 16rpx;
  225. }
  226. .goods-name.data-v-f2c56880 {
  227. margin-top: 16rpx;
  228. padding-left: 24rpx;
  229. font-size: 26rpx;
  230. height: 30rpx;
  231. line-height: 30rpx;
  232. }
  233. .goods-img.data-v-f2c56880 {
  234. height: 344rpx;
  235. width: 344rpx;
  236. display: block;
  237. border-top-left-radius: 16rpx;
  238. border-top-right-radius: 16rpx;
  239. }
  240. .out-dialog.data-v-f2c56880 {
  241. width: 344rpx;
  242. height: 344rpx;
  243. position: absolute;
  244. top: 0;
  245. left: 0;
  246. background-color: rgba(0, 0, 0, 0.5);
  247. }
  248. .out-dialog image.data-v-f2c56880 {
  249. width: 344rpx;
  250. height: 344rpx;
  251. }
  252. .goods-price.data-v-f2c56880 {
  253. margin-top: 10rpx;
  254. margin-left: 24rpx;
  255. padding-bottom: 125rpx;
  256. }
  257. .goods-old.data-v-f2c56880 {
  258. font-size: 13px;
  259. color: #999;
  260. text-decoration: line-through;
  261. position: absolute;
  262. left: 24rpx;
  263. bottom: 88rpx;
  264. }
  265. .goods-num.data-v-f2c56880 {
  266. position: absolute;
  267. right: 24rpx;
  268. bottom: 88rpx;
  269. font-size: 13px;
  270. }
  271. .goods-exchange.data-v-f2c56880 {
  272. height: 48rpx;
  273. line-height: 48rpx;
  274. border-radius: 24rpx;
  275. position: absolute;
  276. bottom: 24rpx;
  277. left: 24rpx;
  278. right: 24rpx;
  279. color: #fff;
  280. font-size: 13px;
  281. }
  282. .goods-exchange.data-v-f2c56880::after {
  283. border: 0;
  284. }
  285. .dialog-bg.data-v-f2c56880 {
  286. position: fixed;
  287. left: 0;
  288. top: 0;
  289. height: 100%;
  290. width: 100%;
  291. background-color: rgba(0, 0, 0, 0.3);
  292. }
  293. .dialog.data-v-f2c56880 {
  294. width: 574rpx;
  295. margin: 0 auto;
  296. background-color: #fff;
  297. position: fixed;
  298. top: 25%;
  299. left: 0;
  300. right: 0;
  301. border-radius: 16rpx;
  302. }
  303. .close.data-v-f2c56880 {
  304. height: 30rpx;
  305. width: 30rpx;
  306. position: absolute;
  307. right: 22rpx;
  308. top: 22rpx;
  309. z-index: 10;
  310. }
  311. .lose.data-v-f2c56880 {
  312. padding: 88rpx 0 88rpx 90rpx;
  313. height: 310rpx;
  314. font-size: 15px;
  315. color: #353535;
  316. }
  317. .lose-img.data-v-f2c56880 {
  318. height: 134rpx;
  319. width: 124rpx;
  320. margin-right: 48rpx;
  321. display: block;
  322. float: left;
  323. }
  324. .lose-title.data-v-f2c56880 {
  325. font-size: 23px;
  326. font-weight: 500;
  327. margin: 15rpx 0;
  328. }
  329. .success.data-v-f2c56880 {
  330. height: 350rpx;
  331. background-color: #fff;
  332. text-align: center;
  333. padding-top: 150rpx;
  334. font-size: 18px;
  335. color: #353535;
  336. border-radius: 16rpx;
  337. }
  338. .success-head.data-v-f2c56880 {
  339. height: 332rpx;
  340. width: 574rpx;
  341. position: absolute;
  342. top: -215rpx;
  343. left: 0;
  344. }
  345. .to-card.data-v-f2c56880, .to-use.data-v-f2c56880 {
  346. margin-top: 44rpx;
  347. height: 64rpx;
  348. border-radius: 32rpx;
  349. line-height: 64rpx;
  350. width: 228rpx;
  351. font-size: 16px;
  352. }
  353. .to-card.data-v-f2c56880::after, .to-use.data-v-f2c56880::after {
  354. border: 0;
  355. }
  356. .to-card.data-v-f2c56880 {
  357. background-color: #fff;
  358. color: #353535;
  359. border: 1rpx solid #999;
  360. }
  361. .to-use.data-v-f2c56880 {
  362. background-color: #ff4544;
  363. color: #fff;
  364. }
  365. .dialog-tip.data-v-f2c56880 {
  366. position: fixed;
  367. top: 400rpx;
  368. left: 0;
  369. right: 0;
  370. padding-bottom: 88rpx;
  371. width: 640rpx;
  372. margin: 0 auto;
  373. z-index: 21;
  374. background-color: #fff;
  375. border-radius: 10px;
  376. text-align: center;
  377. font-size: 30rpx;
  378. }
  379. .dialog-msg.data-v-f2c56880 {
  380. margin: 0 50rpx 50rpx;
  381. }
  382. .dialog-title.data-v-f2c56880 {
  383. margin: 40rpx auto 35rpx;
  384. }
  385. .dialog-btn.data-v-f2c56880 {
  386. height: 88rpx;
  387. width: 640rpx;
  388. border-top: 1rpx solid #e2e2e2;
  389. line-height: 88rpx;
  390. position: absolute;
  391. bottom: 0;
  392. left: 0;
  393. }
  394. .dialog-close.data-v-f2c56880, .dialog-submit.data-v-f2c56880 {
  395. width: 50%;
  396. }
  397. .line.data-v-f2c56880 {
  398. height: 44rpx;
  399. margin-top: 22rpx;
  400. width: 1rpx;
  401. background-color: #e2e2e2;
  402. }
  403. .dialog-submit.data-v-f2c56880 {
  404. color: #ff4544;
  405. }
  406. .success-btn.data-v-f2c56880 {
  407. padding: 0 39rpx;
  408. }