index.wxss 8.9 KB

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