doubleChristmasActivity.css 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587
  1. @media screen and (max-width: 750px) {
  2. html {
  3. font-size: calc(100vw / 7.5);
  4. }
  5. }
  6. @media screen and (min-width: 750px) {
  7. html {
  8. font-size: calc(450px / 7.5);
  9. }
  10. }
  11. html, body, div, ul, li, p {
  12. padding: 0;
  13. margin: 0;
  14. }
  15. ul, li {
  16. list-style: none;
  17. }
  18. .footer-cloud{
  19. width: 7.5rem;
  20. height: 1.4rem;
  21. position: absolute;
  22. bottom: 0;
  23. left: 0;
  24. z-index: 99;
  25. }
  26. .header-container{
  27. width: 7.5rem;
  28. height: 6.54rem;
  29. margin: 0 auto;
  30. position: relative;
  31. overflow: hidden;
  32. }
  33. .top-banner{
  34. width: 101%;
  35. height: 6.54rem;
  36. }
  37. .activity-meal{
  38. position: absolute;
  39. top: 1.46rem;
  40. left: 2.23rem;
  41. font-size: 0.28rem;
  42. font-weight: bold;
  43. color: #FFFFFF;
  44. }
  45. .meal-price{
  46. position: absolute;
  47. bottom: 1.86rem;
  48. left: 2.32rem;
  49. font-size: 0.32rem;
  50. font-weight: bold;
  51. color: #FFFFFF;
  52. }
  53. .rest-time{
  54. width: 3.44rem;
  55. height: 0.5rem;
  56. line-height: 0.5rem;
  57. text-align: center;
  58. position: absolute;
  59. bottom: 1.12rem;
  60. left: 2.04rem;
  61. background: #000000;
  62. border-radius: 0.29rem;
  63. opacity: 0.49;
  64. font-size: 0.22rem;
  65. color: #FFFFFF;
  66. }
  67. .limit{
  68. position: absolute;
  69. bottom: 0.72rem;
  70. left: 2.4rem;
  71. font-size: 0.24rem;
  72. font-weight: 600;
  73. color: #FFFFFF;
  74. opacity: 0.9;
  75. }
  76. .middle-container{
  77. width: 7.5rem;
  78. margin: 0 auto;
  79. position: relative;
  80. background: url(../../static/img/doubleChristmasActivity/bg.png) no-repeat;
  81. background-size: 100% auto,100% auto;
  82. margin-top: -0.72rem;
  83. padding-bottom: 0.5rem;
  84. }
  85. .tips{
  86. width: 7.46rem;
  87. height: 4.43rem;
  88. position: absolute;
  89. top: 1.82rem;
  90. left: 0;
  91. z-index: 9;
  92. }
  93. .step-container{
  94. width: 6.9rem;
  95. height: 4.43rem;
  96. position: relative;
  97. padding-top: 2.68rem;
  98. }
  99. .main-step-content{
  100. width: 6.9rem;
  101. position: relative;
  102. z-index: 9;
  103. border-radius: 0.1rem;
  104. margin-left: 0.3rem;
  105. }
  106. .top-step{
  107. display: flex;
  108. justify-content: space-between;
  109. padding: 0 0.4rem;
  110. }
  111. .hongbao{
  112. width: 1.44rem;
  113. height: 1.5rem;
  114. margin-top: 0.4rem;
  115. }
  116. .step{
  117. width: 0.52rem;
  118. height: 0.24rem;
  119. margin-top: 0.76rem;
  120. }
  121. .buyphone{
  122. width: 1.44rem;
  123. height: 1.5rem;
  124. margin-top: 0.4rem;
  125. }
  126. .rest-tip{
  127. margin-top: -0.38rem;
  128. text-align: center;
  129. font-size: 0.28rem;
  130. color: #FFFFFF;
  131. opacity: 0.8;
  132. }
  133. .tab-row{
  134. width: 6.66rem;
  135. height: 1rem;
  136. background: linear-gradient(180deg, #EFEADD 0%, #EFDDB3 100%);
  137. border-radius: 0.2rem;
  138. display: flex;
  139. align-items: center;
  140. margin: 0 auto;
  141. margin-top: 0.42rem;
  142. padding: 0 0.12rem;
  143. position: relative;
  144. }
  145. .tab-item{
  146. width: 3.45rem;
  147. text-align: center;
  148. font-size: 0.32rem;
  149. font-weight: 600;
  150. color: #B8865A;
  151. position: relative;
  152. z-index: 99;
  153. }
  154. .middle-cloud{
  155. width: 2.64rem;
  156. height: 1.4rem;
  157. position: absolute;
  158. bottom: -0.42rem;
  159. }
  160. .tab-active{
  161. line-height: 0.76rem;
  162. text-align: center;
  163. color: rgba(255,255,255,0.9);
  164. }
  165. .tab-bg{
  166. width: 3.2rem;
  167. height: 0.76rem;
  168. position: absolute;
  169. top: 0.12rem;
  170. }
  171. .tab-left{
  172. left: 0.12rem;
  173. }
  174. .tab-right{
  175. right: 0.12rem;
  176. }
  177. .step-item{
  178. display: flex;
  179. flex-direction: column;
  180. align-items: center;
  181. }
  182. .step-text{
  183. font-size: 0.24rem;
  184. }
  185. .join-activity-btn{
  186. width: 6.6rem;
  187. height: 1.8rem;
  188. line-height: 1.4rem;
  189. position: absolute;
  190. bottom: 0.2rem;
  191. left: 0.35rem;
  192. z-index: 99;
  193. }
  194. .join-activity{
  195. width: 100%;
  196. height: 100%;
  197. }
  198. .activity-btn-content{
  199. font-size: 0.44rem;
  200. position: absolute;
  201. left: 2.1rem;
  202. top: 0;
  203. }
  204. .activity-btn-text{
  205. font-size: 0.44rem;
  206. color: #BB3804;
  207. }
  208. .icon-left{
  209. width: 0.2rem;
  210. height: 0.32rem;
  211. }
  212. .invite-text{
  213. margin-top: 0.6rem;
  214. font-size: 0.28rem;
  215. text-align: center;
  216. color: #ffffff;
  217. display: none;
  218. }
  219. .reward-container{
  220. width: 6.5rem;
  221. max-height: 12.56rem;
  222. overflow-y: scroll;
  223. background: #F9F8FB;
  224. box-shadow: 0 0.12rem 0.28rem 0 rgba(253, 89, 136, 0.46);
  225. border-radius: 0.2rem;
  226. margin: 0 auto;
  227. margin-top: 0.2rem;
  228. padding: 0.2rem;
  229. }
  230. .reward-time{
  231. width: 6.5rem;
  232. height: 0.72rem;
  233. line-height: 0.72rem;
  234. text-align: center;
  235. background: #FE5140;
  236. border-radius: 0.36rem;
  237. font-size: 0.24rem;
  238. color: rgba(255,255,255,0.9);
  239. }
  240. .time-num{
  241. background: #F9F8FB;
  242. border-radius: 0.08rem;
  243. padding: 0.03rem;
  244. color: #333333;
  245. }
  246. .time-line{
  247. width: 0.02rem;
  248. height: 0.24rem;
  249. color: #CF1300;
  250. }
  251. .reward-tip-row{
  252. position: relative;
  253. padding-left: 0.2rem;
  254. border-bottom: 0.01rem solid #ED4C55;
  255. }
  256. .reward-tip-img{
  257. width: 6.1rem;
  258. height: 0.5rem;
  259. position: absolute;
  260. top: 0.1rem;
  261. }
  262. .reward-tip{
  263. font-size: 0.24rem;
  264. font-weight: 600;
  265. color: #333333;
  266. padding: 0.2rem;
  267. margin-left: 0.1rem;
  268. }
  269. .reward-list{
  270. position: relative;
  271. }
  272. .left-ear{
  273. width: 0.16rem;
  274. height: 0.24rem;
  275. position: absolute;
  276. top: 40%;
  277. left: -0.1rem;
  278. transform: translate(-50%,-50%);
  279. }
  280. .right-ear{
  281. width: 0.16rem;
  282. height: 0.24rem;
  283. position: absolute;
  284. top: 40%;
  285. right: -0.26rem;
  286. transform: translate(-50%,-50%);
  287. }
  288. .time-row{
  289. display: flex;
  290. align-items: center;
  291. }
  292. .time-icon{
  293. width: 0.26rem;
  294. height: 0.26rem;
  295. margin-top: 0.05rem;
  296. margin-right: 0.1rem;
  297. }
  298. .compute-block{
  299. display: flex;
  300. align-items: center;
  301. }
  302. .ipt{
  303. width: 0.74rem;
  304. height: 0.38rem;
  305. margin: 0 0.1rem;
  306. background: linear-gradient(180deg, #E8E6E6 0%, #FFFFFF 100%);
  307. border-radius: 0.04rem;
  308. text-align: center;
  309. border: none;
  310. }
  311. .compute-icon{
  312. width: 0.4rem;
  313. height: 0.4rem;
  314. }
  315. input:focus{
  316. outline:none;
  317. }
  318. .icon_xingyao{
  319. width: 0.68rem;
  320. height: 0.68rem;
  321. margin-left: 0.18rem;
  322. }
  323. .distribution-reward-btn{
  324. width: 6.5rem;
  325. height: 1.04rem;
  326. margin-top: -0.1rem;
  327. }
  328. .page-row{
  329. display: flex;
  330. justify-content: center;
  331. align-items: center;
  332. margin: 0.1rem 0;
  333. }
  334. .schedule-line{
  335. width: 0.72rem;
  336. height: 0.12rem;
  337. margin-top: 0.04rem;
  338. background-color: rgba(251, 94, 104, 0.3);
  339. border-radius: 0.08rem;
  340. position: relative;
  341. }
  342. .schedule-child-line{
  343. width: 0.2rem;
  344. height: 0.12rem;
  345. background-color: #FB5E68;
  346. border-radius: 0.08rem;
  347. position: absolute;
  348. top: 0;
  349. left: 0;
  350. z-index: 99;
  351. }
  352. .page{
  353. font-size: 0.2rem;
  354. color: #333333;
  355. margin-left: 0.16rem;
  356. }
  357. .reward-btn-img{
  358. width: 6.5rem;
  359. height: 0.92rem;
  360. }
  361. .reward-row{
  362. width: 6.5rem;
  363. height: 1.22rem;
  364. margin-top: 0.2rem;
  365. position: relative;
  366. }
  367. .reward-row-bg{
  368. width: 6.5rem;
  369. height: 1.22rem;
  370. position: absolute;
  371. top: 0;
  372. }
  373. .reward-row-content{
  374. width: 6.18rem;
  375. height: 1.22rem;
  376. display: flex;
  377. align-items: center;
  378. padding: 0 0.22rem 0 0.1rem;
  379. position: absolute;
  380. top: 0;
  381. z-index: 999;
  382. }
  383. .reward-img{
  384. width: 1.06rem;
  385. height: 1.02rem;
  386. }
  387. .reward-day-text{
  388. margin-left: 0.16rem;
  389. color: #FFFFFF;
  390. flex: 1;
  391. }
  392. .reward-day{
  393. font-size: 0.28rem;
  394. font-weight: 600;
  395. }
  396. .total-day{
  397. margin-top: 0.08rem;
  398. font-size: 0.24rem;
  399. opacity: 0.9;
  400. }
  401. .reward-btn{
  402. width: 1.34rem;
  403. height: 0.78rem;
  404. }
  405. .reward-last-tip{
  406. text-align: center;
  407. margin-top: 0.2rem;
  408. font-size: 0.24rem;
  409. color: #3B7FFF;
  410. }
  411. .distribution-container{
  412. width: 6.5rem;
  413. max-height: 12.36rem;
  414. overflow-y: scroll;
  415. background: #F9F8FB;
  416. box-shadow: 0 0.12rem 0.28rem 0 rgba(253, 89, 136, 0.46);
  417. border-radius: 0.2rem;
  418. margin: 0 auto;
  419. margin-top: 0.2rem;
  420. padding: 0.2rem;
  421. display: none;
  422. }
  423. .distribution-time{
  424. width: 5.48rem;
  425. height: 0.72rem;
  426. background: #FE5140;
  427. border-radius: 0.36rem;
  428. font-size: 0.24rem;
  429. color: rgba(255,255,255,0.9);
  430. display: flex;
  431. justify-content: space-between;
  432. align-items: center;
  433. padding: 0 0.54rem;
  434. }
  435. .distribution-line{
  436. width: 0.02rem;
  437. color: #CF1300;
  438. }
  439. .distribution-num{
  440. background: #F9F8FB;
  441. border-radius: 0.08rem;
  442. padding: 0.03rem;
  443. color: #333333;
  444. }
  445. .time-title-row{
  446. display: flex;
  447. justify-content: center;
  448. position: relative;
  449. margin-top: 0.2rem;
  450. }
  451. .time-title-bg{
  452. width: 6.08rem;
  453. height: 0.4rem;
  454. position: absolute;
  455. top: 0.1rem;
  456. left: 0.2rem;
  457. }
  458. .time-title{
  459. font-size: 0.28rem;
  460. font-weight: 600;
  461. color: #333333;
  462. }
  463. .title-row{
  464. display: flex;
  465. justify-content: space-between;
  466. margin-top: 0.3rem;
  467. padding: 0 0.36rem;
  468. font-size: 0.24rem;
  469. font-weight: 600;
  470. color: #333333;
  471. padding-bottom: 0.1rem;
  472. border-bottom: 0.04rem solid #ED4C55;
  473. }
  474. .time-container{
  475. width: 6.5rem;
  476. max-height: 5.1rem;
  477. overflow-y: scroll;
  478. }
  479. .time-content-row{
  480. display: flex;
  481. justify-content: space-between;
  482. padding: 0.2rem 0.26rem;
  483. font-size: 0.24rem;
  484. font-weight: 600;
  485. color: #333333;
  486. border-bottom: 0.04rem solid rgba(253, 89, 136, 0.46);
  487. }
  488. .rule-container{
  489. width: 6.9rem;
  490. position: relative;
  491. margin-top: 1.3rem;
  492. margin-left: 0.3rem;
  493. }
  494. .rule-tips{
  495. width: 6.9rem;
  496. height: 7.16rem;
  497. position: absolute;
  498. top: -1rem;
  499. left: 0;
  500. }
  501. .rule-content{
  502. width: 6.9rem;
  503. height: 6.2rem;
  504. padding: 0.2rem 0;
  505. border-radius: 0.1rem;
  506. background-color: #ffffff;
  507. overflow-y: scroll;
  508. position: relative;
  509. z-index: 99;
  510. }
  511. .rule-point{
  512. margin: 0 0.2rem;
  513. font-size: 0.24rem;
  514. line-height: 0.48rem;
  515. }
  516. .blue{
  517. color: #02A7F0;
  518. }
  519. #toast-container>.toast-error {
  520. background-image: none!important;
  521. }
  522. .toast-error {
  523. background-color: rgba(0, 0, 0, 0.7);
  524. }
  525. .toast-message {
  526. font-size: 0.24rem;
  527. padding: 0 0.1rem;
  528. line-height: 0.9rem;
  529. text-align: center;
  530. font-weight: 400;
  531. color: #FFFFFF;
  532. }
  533. #toast-container>div {
  534. width: 4rem;
  535. height: 0.9rem;
  536. opacity: 1;
  537. padding: 0 !important;
  538. border-radius: 0.2rem;
  539. box-shadow: none;
  540. }
  541. .toast-center-center {
  542. position: fixed;
  543. top: 50%;
  544. left: 50%;
  545. z-index: 99;
  546. margin-top: -0.45rem;
  547. transform: translateX(-50%);
  548. }
  549. @media (max-width: 480px) and (min-width: 241px) {
  550. #toast-container>div {
  551. min-width: 80px !important;
  552. width: auto;
  553. }
  554. }
  555. .flex{
  556. display: flex;
  557. }
  558. .slider{
  559. overflow: hidden;
  560. flex:1;
  561. }
  562. .slider-list{
  563. transition:all .6s;
  564. }
  565. .item{
  566. height: 218px;
  567. text-align: center;
  568. flex:none;
  569. width: 6.5rem;
  570. }
  571. .schedule-child-line{
  572. transition:all .6s;
  573. }
  574. .slider-item{
  575. width: 100%;
  576. }