common.scss 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438
  1. $pagegap:32rpx;
  2. .page-wrap{padding: $pagegap;}
  3. .top-search{
  4. position: absolute;
  5. z-index: 31;
  6. background-color: rgba(0,0,0,0.04);
  7. border-radius: 100rpx;
  8. margin-bottom: 20rpx;
  9. margin-left: $pagegap;
  10. }
  11. .search-wrap{
  12. background-color: #fff;
  13. position: relative;
  14. padding: 20rpx;
  15. margin-bottom: 24rpx;
  16. }
  17. .search-wrap::after {
  18. content: "";
  19. position: absolute;
  20. width: 100%;
  21. height: 14rpx;
  22. bottom: -20rpx;
  23. left: 0;
  24. background: linear-gradient(to bottom, #F5F5F5, #fff);
  25. z-index: -1;
  26. }
  27. .search-wrap{
  28. .position{
  29. font-size: 28rpx;
  30. font-weight: bold;
  31. color: #2D2D2D;
  32. /deep/ .u-icon{
  33. position: relative;
  34. top: 5rpx;
  35. margin-left: 8rpx;
  36. }
  37. }
  38. .search-out{
  39. flex: 1;
  40. border: 1px solid #DADADA;
  41. border-radius: 50rpx;
  42. margin-left: 24rpx;
  43. }
  44. .conditions{
  45. // margin-top: 48rpx;
  46. .item{
  47. margin: 0 24rpx;
  48. padding: 48rpx 0 20rpx;
  49. font-size: 24rpx;
  50. font-weight: 400;
  51. color: #363636;
  52. .text{
  53. margin-right: 10rpx;
  54. }
  55. }
  56. }
  57. }
  58. .gray{
  59. color: #999;
  60. }
  61. .red{
  62. color: #FF3C3F;
  63. }
  64. .view-wrap{
  65. padding: 30rpx 20rpx;
  66. }
  67. .full-btn{
  68. background-color: #F01414;
  69. color: #fff;
  70. border-radius: 44rpx;
  71. padding: 22rpx 0;
  72. text-align: center;
  73. margin-bottom: 40rpx;
  74. margin-top: 20rpx;
  75. font-weight: bold;
  76. &.gray{
  77. background-color: #ddd;
  78. color: #999;
  79. }
  80. &.white{
  81. background-color: #fff;
  82. color: #606060;
  83. }
  84. &.red{
  85. background-color: #ED0000;
  86. color: #fff;
  87. }
  88. }
  89. .single-til{
  90. margin-bottom: 20rpx;
  91. .text{
  92. font-size: 32rpx;
  93. color: #333;
  94. font-weight: 600;
  95. .sub-title{
  96. margin-left: 20rpx;
  97. font-size: 24rpx;
  98. font-weight: 400;
  99. color: #999999;
  100. }
  101. }
  102. .more-text{
  103. font-size: 24rpx;
  104. color: #999;
  105. }
  106. }
  107. .date-list{
  108. .date-item{
  109. position: relative;
  110. overflow: hidden;
  111. flex: 1;
  112. background: #FFFFFF;
  113. border-radius: 16rpx;
  114. border: 2rpx solid #7F7F7F;
  115. text-align: center;
  116. margin: 0 8rpx;
  117. box-sizing: border-box;
  118. &.active{
  119. border-color: #ED0000;
  120. background-color: #FFC8C8 ;
  121. .name,.date{
  122. color: #ED0000;
  123. }
  124. .selected-img{
  125. display: block;
  126. }
  127. }
  128. .selected-img{
  129. width: 32rpx;
  130. height: 32rpx;
  131. position: absolute;
  132. right: 0;
  133. bottom: 0;
  134. display: none;
  135. }
  136. &.dot::after{
  137. content: '';
  138. width: 4px;
  139. height: 4px;
  140. border-radius: 50%;
  141. background-color: #ED0000;
  142. position: absolute;
  143. right: 10rpx;
  144. top: 5px; }
  145. .name{
  146. padding-top: 26rpx;
  147. margin-bottom: 12rpx;
  148. font-size: 24rpx;
  149. font-weight: 400;
  150. color: #7F7F7F;
  151. line-height: 36rpx;
  152. }
  153. .date{
  154. font-size: 28rpx;
  155. font-weight: 500;
  156. color: #2D2D2D;
  157. line-height: 42rpx;
  158. padding-bottom: 28rpx;
  159. }
  160. }
  161. .more-date{
  162. height: 148rpx;
  163. .text{
  164. margin-left: 20rpx;
  165. margin-right: 10rpx;
  166. font-size: 24rpx;
  167. font-weight: 400;
  168. color: #7F7F7F;
  169. line-height: 36rpx;
  170. }
  171. }
  172. }
  173. .date-block.generic-block{
  174. .date-list{
  175. display: grid;
  176. grid-template-columns: repeat(3, 1fr);
  177. gap: 10rpx;
  178. }
  179. .name{
  180. padding-top: 0;
  181. margin-bottom: 0;
  182. display: grid;
  183. align-content: center;
  184. height: 52px;
  185. // padding: 34rpx 0;
  186. }
  187. }
  188. // 分享 海报
  189. .share-option{
  190. transform: translateY(100%);
  191. .overlay{
  192. position: fixed;
  193. left: 0;
  194. top: 0;
  195. width: 100vw;
  196. height: 100vh;
  197. background-color: rgba(0, 0, 0, 0.35);
  198. transform: translateY(-100%);
  199. }
  200. &.shareShow{
  201. transform: translateY(0);
  202. }
  203. position: fixed;
  204. width: 100%;
  205. left: 0;
  206. bottom: 0;
  207. z-index: 50;
  208. background-color: #fff;
  209. .share-option-item{
  210. position: relative;
  211. height: 46px;
  212. line-height: 46px;
  213. border: 0;
  214. background-color: #fff;
  215. text-align: center;
  216. border-radius: 0;
  217. border-bottom: 1px solid #eee;
  218. font-size: 30rpx;
  219. }
  220. .wx-share{
  221. border-bottom: 0;
  222. }
  223. }
  224. .poster-wrap{
  225. position: fixed;
  226. left: 0;
  227. top: 0;
  228. width: 100%;
  229. height: 100vh;
  230. .poster-inner{
  231. flex: 1;
  232. margin: 0 75rpx;
  233. .close-wrap{
  234. display: flex;
  235. justify-content: flex-end;
  236. margin-bottom: 16rpx;
  237. }
  238. }
  239. .poster{
  240. position: relative;
  241. // padding-bottom: 90rpx;
  242. background-color: transparent;
  243. .posterBg{
  244. position: absolute;
  245. left: 0;
  246. bottom: 0;
  247. right: 0;
  248. width: 100%;
  249. z-index: 1;
  250. }
  251. .placard{
  252. position: relative;
  253. z-index: 10;
  254. }
  255. .bottom{
  256. position: relative;
  257. z-index: 20;
  258. margin: 33rpx 40rpx 0;
  259. .left{
  260. margin-right: 58rpx;
  261. .price{
  262. font-size: 22rpx;
  263. font-weight: 600;
  264. color: #FF3538;
  265. line-height: 30rpx;
  266. margin-bottom: 10rpx;
  267. .num{
  268. font-size: 40rpx;
  269. font-weight: 600;
  270. margin-left: 5rpx;
  271. }
  272. }
  273. .goodsName{
  274. font-size: 30rpx;
  275. font-weight: 400;
  276. color: #333333;
  277. line-height: 38rpx;
  278. margin-bottom: 16rpx;
  279. }
  280. .slogan{
  281. font-size: 26rpx;
  282. font-weight: 600;
  283. line-height: 37rpx;
  284. }
  285. }
  286. .right{
  287. text-align: center;
  288. .imgTip{
  289. margin-top: 12rpx;
  290. font-size: 20rpx;
  291. font-weight: 400;
  292. color: #333333;
  293. line-height: 28rpx;
  294. }
  295. .qrcode{
  296. width: 108rpx;
  297. height:108rpx;
  298. }
  299. }
  300. }
  301. }
  302. .poster-btn{
  303. height: 88rpx;
  304. line-height: 88rpx;
  305. border-radius: 44rpx;
  306. text-align: center;
  307. color: #fff;
  308. margin-top: 40rpx;
  309. font-size: 32rpx;
  310. font-weight: 600;
  311. background: linear-gradient(90deg, #FF7979 0%, #ED0000 100%);
  312. }
  313. }
  314. // 分享 海报
  315. // 富文本
  316. .parse-content{
  317. font-size: 26rpx;
  318. font-family: SourceHanSansCN, SourceHanSansCN;
  319. font-weight: 400;
  320. color: #4E4E4E;
  321. line-height: 40rpx;
  322. rich-text,p{
  323. display: block;
  324. margin-bottom: 8px;
  325. }
  326. }
  327. .coupon-list{
  328. .item{
  329. position: relative;
  330. margin-bottom: 16rpx;
  331. background-size: contain;
  332. text-align: center;
  333. background-repeat: no-repeat;
  334. &.ifReceive{
  335. .right {
  336. .btn{
  337. background-color: #FFC4C4;
  338. }
  339. }
  340. }
  341. .content{
  342. height: 188rpx;
  343. }
  344. .left{
  345. width: 34%;
  346. padding-left: 6rpx;
  347. .quota{
  348. font-weight: 500;
  349. font-size: 28rpx;
  350. background-clip: text;
  351. text-fill-color: transparent;
  352. background: linear-gradient(180deg, #FF9B81 0%, #FF1D45 100%);
  353. -webkit-background-clip: text;
  354. -webkit-text-fill-color: transparent; /* 使用 WebKit 前缀以支持 Safari 和旧版本的 Chrome */
  355. }
  356. .number{
  357. font-weight: bold;
  358. font-size: 100rpx;
  359. &.small{
  360. font-size: 54rpx;
  361. }
  362. }
  363. .condition{
  364. font-weight: 400;
  365. font-size: 22rpx;
  366. color: #D56442;
  367. line-height: 34rpx
  368. }
  369. }
  370. .center{
  371. flex: 1;
  372. text-align: left;
  373. padding-left: 40rpx;
  374. .name{
  375. font-weight: bold;
  376. font-size: 28rpx;
  377. color: #C5412B;
  378. line-height: 42rpx;
  379. margin-bottom: 16rpx;
  380. &.small{
  381. font-size: 24rpx;
  382. }
  383. }
  384. .tip{
  385. font-weight: 400;
  386. font-size: 22rpx;
  387. color: #D56442;
  388. line-height: 30rpx;
  389. }
  390. }
  391. .right{
  392. // flex: 1;
  393. padding-top: 20rpx;
  394. .btn{
  395. display: inline-block;
  396. width: 144rpx;
  397. text-align: center;
  398. height: 50rpx;
  399. line-height: 50rpx;
  400. background: #FF1212;
  401. border-radius: 25rpx;
  402. margin-bottom: 14rpx;
  403. margin-right: 30rpx;
  404. font-weight: bold;
  405. font-size: 24rpx;
  406. color: #fff;
  407. }
  408. .time{
  409. font-weight: 400;
  410. font-size: 20rpx;
  411. color: #FEF1D3;
  412. }
  413. }
  414. .type{
  415. position: absolute;
  416. left: 8rpx;
  417. top: 22rpx;
  418. font-weight: 500;
  419. font-size: 20rpx;
  420. color: #FFF6E1;
  421. transform: rotate(-45deg);
  422. }
  423. .status-img{
  424. position: absolute;
  425. top: 40rpx;
  426. left: 66%;
  427. width: 120rpx;
  428. height: 94rpx;
  429. }
  430. }
  431. }