doubleChristmasActivity.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705
  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. height: 0.5rem;
  55. line-height: 0.5rem;
  56. text-align: center;
  57. position: absolute;
  58. bottom: 1.12rem;
  59. left: 50%;
  60. transform: translateX(-50%);
  61. background: #000000;
  62. border-radius: 0.29rem;
  63. opacity: 0.49;
  64. font-size: 0.22rem;
  65. color: #FFFFFF;
  66. padding: 0 0.06rem;
  67. }
  68. .limit{
  69. position: absolute;
  70. bottom: 0.72rem;
  71. left: 2.4rem;
  72. font-size: 0.24rem;
  73. font-weight: 600;
  74. color: #FFFFFF;
  75. opacity: 0.9;
  76. }
  77. .middle-container{
  78. width: 7.5rem;
  79. margin: 0 auto;
  80. position: relative;
  81. background: url(../../static/img/doubleChristmasActivity/bg.png) no-repeat;
  82. background-size: 100% auto,100% auto;
  83. margin-top: -0.72rem;
  84. padding-bottom: 0.5rem;
  85. }
  86. .tips{
  87. width: 7.46rem;
  88. height: 4.43rem;
  89. position: absolute;
  90. top: 1.82rem;
  91. left: 0;
  92. z-index: 9;
  93. }
  94. .step-container{
  95. width: 6.9rem;
  96. height: 4.43rem;
  97. position: relative;
  98. padding-top: 2.68rem;
  99. }
  100. .main-step-content{
  101. width: 6.9rem;
  102. position: relative;
  103. z-index: 9;
  104. border-radius: 0.1rem;
  105. margin-left: 0.3rem;
  106. }
  107. .top-step{
  108. display: flex;
  109. justify-content: space-between;
  110. padding: 0 0.4rem;
  111. }
  112. .hongbao{
  113. width: 1.44rem;
  114. height: 1.5rem;
  115. margin-top: 0.4rem;
  116. }
  117. .step{
  118. width: 0.52rem;
  119. height: 0.24rem;
  120. margin-top: 0.76rem;
  121. }
  122. .buyphone{
  123. width: 1.44rem;
  124. height: 1.5rem;
  125. margin-top: 0.4rem;
  126. }
  127. .rest-tip{
  128. margin-top: -0.38rem;
  129. text-align: center;
  130. font-size: 0.28rem;
  131. color: #FFFFFF;
  132. opacity: 0.8;
  133. }
  134. .tab-row{
  135. width: 6.66rem;
  136. height: 1rem;
  137. background: linear-gradient(180deg, #EFEADD 0%, #EFDDB3 100%);
  138. border-radius: 0.2rem;
  139. display: flex;
  140. align-items: center;
  141. margin: 0 auto;
  142. margin-top: 0.42rem;
  143. padding: 0 0.12rem;
  144. position: relative;
  145. }
  146. .tab-item{
  147. width: 3.45rem;
  148. text-align: center;
  149. font-size: 0.32rem;
  150. font-weight: 600;
  151. color: #B8865A;
  152. position: relative;
  153. z-index: 99;
  154. }
  155. .middle-cloud{
  156. width: 2.64rem;
  157. height: 1.4rem;
  158. position: absolute;
  159. bottom: -0.42rem;
  160. }
  161. .tab-active{
  162. line-height: 0.76rem;
  163. text-align: center;
  164. color: rgba(255,255,255,0.9);
  165. }
  166. .tab-bg{
  167. width: 3.2rem;
  168. height: 0.76rem;
  169. position: absolute;
  170. top: 0.12rem;
  171. }
  172. .tab-left{
  173. left: 0.12rem;
  174. }
  175. .tab-right{
  176. right: 0.12rem;
  177. }
  178. .step-item{
  179. display: flex;
  180. flex-direction: column;
  181. align-items: center;
  182. }
  183. .step-text{
  184. font-size: 0.24rem;
  185. }
  186. .join-activity-btn{
  187. width: 6.6rem;
  188. height: 1.8rem;
  189. line-height: 1.4rem;
  190. position: absolute;
  191. bottom: 0.2rem;
  192. left: 0.35rem;
  193. z-index: 99;
  194. }
  195. .join-activity{
  196. width: 100%;
  197. height: 100%;
  198. }
  199. .activity-btn-content{
  200. font-size: 0.44rem;
  201. position: absolute;
  202. left: 2.1rem;
  203. top: 0;
  204. }
  205. .activity-btn-text{
  206. font-size: 0.44rem;
  207. color: #BB3804;
  208. }
  209. .icon-left{
  210. width: 0.2rem;
  211. height: 0.32rem;
  212. }
  213. .invite-text{
  214. margin-top: 0.6rem;
  215. font-size: 0.28rem;
  216. text-align: center;
  217. color: #ffffff;
  218. display: none;
  219. }
  220. .reward-container{
  221. width: 6.5rem;
  222. max-height: 12.56rem;
  223. overflow-y: scroll;
  224. background: #F9F8FB;
  225. box-shadow: 0 0.12rem 0.28rem 0 rgba(253, 89, 136, 0.46);
  226. border-radius: 0.2rem;
  227. margin: 0 auto;
  228. margin-top: 0.2rem;
  229. padding: 0.2rem;
  230. position: relative;
  231. }
  232. .activity-finish{
  233. width: 100%;
  234. height: 100%;
  235. position: absolute;
  236. top: 0;
  237. left: 0;
  238. z-index: 101;
  239. background: rgba(0, 0, 0, 0.6);
  240. border-radius: 0.2rem;
  241. display: none;
  242. }
  243. .finish-text{
  244. width: 1.76rem;
  245. height: 1.76rem;
  246. line-height: 1.76rem;
  247. text-align: center;
  248. position: absolute;
  249. top: 50%;
  250. left: 50%;
  251. z-index: 999;
  252. transform: translate(-50%,-50%);
  253. border-radius: 50%;
  254. font-size: 0.24rem;
  255. color: #333333;
  256. background-color: #FFFFFF;
  257. }
  258. .no-time-data{
  259. height: 3.2rem;
  260. line-height: 3.2rem;
  261. text-align: center;
  262. font-size: 0.32rem;
  263. color: #999999;
  264. }
  265. .reward-time{
  266. width: 6.5rem;
  267. height: 0.72rem;
  268. line-height: 0.72rem;
  269. text-align: center;
  270. background: #FE5140;
  271. border-radius: 0.36rem;
  272. font-size: 0.24rem;
  273. color: rgba(255,255,255,0.9);
  274. }
  275. .time-num{
  276. background: #F9F8FB;
  277. border-radius: 0.08rem;
  278. padding: 0.03rem;
  279. color: #333333;
  280. }
  281. .time-line{
  282. width: 0.02rem;
  283. height: 0.24rem;
  284. color: #CF1300;
  285. }
  286. .reward-tip-row{
  287. position: relative;
  288. padding-left: 0.2rem;
  289. border-bottom: 0.01rem solid #ED4C55;
  290. }
  291. .reward-tip-img{
  292. width: 6.1rem;
  293. height: 0.5rem;
  294. position: absolute;
  295. top: 0.1rem;
  296. }
  297. .reward-tip{
  298. font-size: 0.24rem;
  299. font-weight: 600;
  300. color: #333333;
  301. padding: 0.2rem;
  302. margin-left: 0.1rem;
  303. }
  304. .reward-list{
  305. position: relative;
  306. }
  307. .left-ear{
  308. width: 0.16rem;
  309. height: 0.24rem;
  310. position: absolute;
  311. top: 40%;
  312. left: -0.1rem;
  313. transform: translate(-50%,-50%);
  314. animation: mymove 1s infinite;
  315. }
  316. .right-ear{
  317. width: 0.16rem;
  318. height: 0.24rem;
  319. position: absolute;
  320. top: 40%;
  321. right: -0.2rem;
  322. transform: translate(-50%,-50%);
  323. animation: mymove2 1s infinite;
  324. }
  325. @keyframes mymove {
  326. 0% {transform: translateX(-3px);}
  327. 50% {transform: translateX(-4px);}
  328. 100% {transform: translateX(-3px);}
  329. }
  330. @keyframes mymove2 {
  331. 0% {transform: translateX(0);}
  332. 50% {transform: translateX(-2px);}
  333. 100% {transform: translateX(0);}
  334. }
  335. .time-row{
  336. display: flex;
  337. align-items: center;
  338. }
  339. .time-icon{
  340. width: 0.26rem;
  341. height: 0.26rem;
  342. margin-top: 0.05rem;
  343. margin-right: 0.1rem;
  344. }
  345. .compute-block{
  346. display: flex;
  347. align-items: center;
  348. }
  349. .ipt{
  350. width: 0.74rem;
  351. height: 0.38rem;
  352. margin: 0 0.1rem;
  353. background: linear-gradient(180deg, #E8E6E6 0%, #FFFFFF 100%);
  354. border-radius: 0.04rem;
  355. text-align: center;
  356. border: none;
  357. }
  358. .compute-icon{
  359. width: 0.4rem;
  360. height: 0.4rem;
  361. }
  362. input:focus{
  363. outline:none;
  364. }
  365. .icon_xingyao{
  366. width: 0.68rem;
  367. height: 0.68rem;
  368. margin-left: 0.18rem;
  369. }
  370. .distribution-reward-btn{
  371. width: 6.5rem;
  372. height: 1.04rem;
  373. margin-top: -0.1rem;
  374. }
  375. .page-row{
  376. display: flex;
  377. justify-content: center;
  378. align-items: center;
  379. margin: 0.1rem 0;
  380. }
  381. .schedule-line{
  382. width: 0.72rem;
  383. height: 0.12rem;
  384. margin-top: 0.04rem;
  385. background-color: rgba(251, 94, 104, 0.3);
  386. border-radius: 0.08rem;
  387. position: relative;
  388. }
  389. .schedule-child-line{
  390. width: 0.2rem;
  391. height: 0.12rem;
  392. background-color: #FB5E68;
  393. border-radius: 0.08rem;
  394. position: absolute;
  395. top: 0;
  396. left: 0;
  397. z-index: 99;
  398. }
  399. .page{
  400. font-size: 0.2rem;
  401. color: #333333;
  402. margin-left: 0.16rem;
  403. }
  404. .reward-btn-img{
  405. width: 6.5rem;
  406. height: 0.92rem;
  407. }
  408. .reward-row{
  409. width: 6.5rem;
  410. height: 1.22rem;
  411. margin-top: 0.2rem;
  412. position: relative;
  413. }
  414. .reward-row-bg{
  415. width: 6.5rem;
  416. height: 1.22rem;
  417. position: absolute;
  418. top: 0;
  419. }
  420. .reward-row-content{
  421. width: 6.18rem;
  422. height: 1.22rem;
  423. display: flex;
  424. align-items: center;
  425. padding: 0 0.22rem 0 0.1rem;
  426. position: absolute;
  427. top: 0;
  428. z-index: 99;
  429. }
  430. .reward-img{
  431. width: 1.06rem;
  432. height: 1.02rem;
  433. }
  434. .reward-day-text{
  435. margin-left: 0.16rem;
  436. color: #FFFFFF;
  437. flex: 1;
  438. }
  439. .reward-day{
  440. font-size: 0.28rem;
  441. font-weight: 600;
  442. }
  443. .total-day{
  444. margin-top: 0.08rem;
  445. font-size: 0.24rem;
  446. opacity: 0.9;
  447. }
  448. .reward-btn{
  449. width: 1.34rem;
  450. height: 0.78rem;
  451. }
  452. .reward-last-tip{
  453. text-align: center;
  454. margin-top: 0.2rem;
  455. font-size: 0.24rem;
  456. color: #3B7FFF;
  457. }
  458. .distribution-container{
  459. width: 6.5rem;
  460. max-height: 12.36rem;
  461. overflow-y: scroll;
  462. background: #F9F8FB;
  463. box-shadow: 0 0.12rem 0.28rem 0 rgba(253, 89, 136, 0.46);
  464. border-radius: 0.2rem;
  465. margin: 0 auto;
  466. margin-top: 0.2rem;
  467. padding: 0.2rem;
  468. display: none;
  469. }
  470. .distribution-time{
  471. width: 5.48rem;
  472. height: 0.72rem;
  473. background: #FE5140;
  474. border-radius: 0.36rem;
  475. font-size: 0.24rem;
  476. color: rgba(255,255,255,0.9);
  477. display: flex;
  478. justify-content: space-between;
  479. align-items: center;
  480. padding: 0 0.54rem;
  481. }
  482. .distribution-line{
  483. width: 0.02rem;
  484. color: #CF1300;
  485. }
  486. .distribution-num{
  487. background: #F9F8FB;
  488. border-radius: 0.08rem;
  489. padding: 0.03rem;
  490. color: #333333;
  491. }
  492. .time-title-row{
  493. display: flex;
  494. justify-content: center;
  495. position: relative;
  496. margin-top: 0.2rem;
  497. }
  498. .time-title-bg{
  499. width: 6.08rem;
  500. height: 0.4rem;
  501. position: absolute;
  502. top: 0.1rem;
  503. left: 0.2rem;
  504. }
  505. .time-title{
  506. font-size: 0.28rem;
  507. font-weight: 600;
  508. color: #333333;
  509. }
  510. .title-row{
  511. display: flex;
  512. justify-content: space-between;
  513. margin-top: 0.3rem;
  514. padding: 0 0.36rem;
  515. font-size: 0.24rem;
  516. font-weight: 600;
  517. color: #333333;
  518. padding-bottom: 0.1rem;
  519. border-bottom: 0.04rem solid #ED4C55;
  520. }
  521. .time-container{
  522. width: 6.5rem;
  523. max-height: 5.1rem;
  524. overflow-y: scroll;
  525. }
  526. .time-content-row{
  527. display: flex;
  528. /* justify-content: space-between; */
  529. padding: 0.2rem 0.36rem 0.2rem 0.26rem;
  530. font-size: 0.24rem;
  531. font-weight: 600;
  532. color: #333333;
  533. border-bottom: 0.04rem solid rgba(253, 89, 136, 0.46);
  534. }
  535. .time-content-diskName{
  536. width: 1.2rem;
  537. }
  538. .time-content-time{
  539. width: 3.6rem;
  540. margin: 0 0.2rem 0 0.5rem;
  541. }
  542. .time-content-day{
  543. width: 1rem;
  544. text-align: right;
  545. }
  546. .rule-container{
  547. width: 6.9rem;
  548. position: relative;
  549. margin-top: 1.3rem;
  550. margin-left: 0.3rem;
  551. }
  552. .rule-tips{
  553. width: 6.9rem;
  554. height: 7.16rem;
  555. position: absolute;
  556. top: -1rem;
  557. left: 0;
  558. }
  559. .rule-content{
  560. width: 6.9rem;
  561. height: 6.2rem;
  562. padding: 0.2rem 0;
  563. border-radius: 0.1rem;
  564. background-color: #ffffff;
  565. overflow-y: scroll;
  566. position: relative;
  567. z-index: 99;
  568. }
  569. .rule-point{
  570. margin: 0 0.2rem;
  571. font-size: 0.24rem;
  572. line-height: 0.48rem;
  573. }
  574. .blue{
  575. color: #02A7F0;
  576. }
  577. #toast-container>.toast-error {
  578. background-image: none!important;
  579. }
  580. .toast-error {
  581. background-color: rgba(0, 0, 0, 0.7);
  582. }
  583. .toast-message {
  584. font-size: 0.24rem;
  585. padding: 0 0.1rem;
  586. line-height: 0.9rem;
  587. text-align: center;
  588. font-weight: 400;
  589. color: #FFFFFF;
  590. }
  591. #toast-container>div {
  592. width: 4rem;
  593. height: 0.9rem;
  594. opacity: 1;
  595. padding: 0 !important;
  596. border-radius: 0.2rem;
  597. box-shadow: none;
  598. }
  599. .toast-center-center {
  600. position: fixed;
  601. top: 50%;
  602. left: 50%;
  603. z-index: 99;
  604. margin-top: -0.45rem;
  605. transform: translateX(-50%);
  606. }
  607. @media (max-width: 480px) and (min-width: 241px) {
  608. #toast-container>div {
  609. min-width: 80px !important;
  610. width: auto;
  611. }
  612. }
  613. .flex{
  614. display: flex;
  615. }
  616. .slider{
  617. overflow: hidden;
  618. flex:1;
  619. }
  620. .slider-list{
  621. transition:all .6s;
  622. }
  623. .no-slider{
  624. height: 2.6rem;
  625. line-height: 2.6rem;
  626. text-align: center;
  627. font-size: 0.32rem;
  628. color: #999999;
  629. }
  630. .item{
  631. height: 218px;
  632. text-align: center;
  633. flex:none;
  634. width: 6.5rem;
  635. }
  636. .schedule-child-line{
  637. transition:all .6s;
  638. }
  639. .slider-item{
  640. width: 100%;
  641. }
  642. .sure-distribution-wrap{
  643. width: 100vw;
  644. height: 100vh;
  645. position: fixed;
  646. top: 0;
  647. left: 0;
  648. background-color: rgba(0, 0, 0, 0.24);
  649. z-index: 999;
  650. display: none;
  651. }
  652. .sure-distribution-box{
  653. width: 6.22rem;
  654. height: 2.28rem;
  655. background: #FFFFFF;
  656. border-radius: 0.2rem;
  657. position: absolute;
  658. top: 50%;
  659. left: 50%;
  660. transform: translate(-50%,-50%);
  661. }
  662. .sure-distribution-title{
  663. text-align: center;
  664. padding: 0.48rem;
  665. font-size: 0.32rem;
  666. color: #333333;
  667. }
  668. .sure-distribution-btn-list{
  669. width: 100%;
  670. height: 0.86rem;
  671. display: flex;
  672. justify-content: space-between;
  673. border-top: 0.01rem solid #E5E5E5;
  674. font-size: 0.28rem;
  675. }
  676. .sure-distribution-btn{
  677. height: 0.86rem;
  678. line-height: 0.86rem;
  679. text-align: center;
  680. flex: 1;
  681. }
  682. .sure-distribution-sure{
  683. border-left: 0.01rem solid #b4bbc5;
  684. color: #3B7FFF;
  685. }
  686. .sure-distribution-cannel:active{
  687. background-color: #E5E5E5;
  688. border-bottom-left-radius: 0.2rem;
  689. }
  690. .sure-distribution-sure:active{
  691. background-color: #E5E5E5;
  692. border-bottom-right-radius: 0.2rem;
  693. }