doubleChristmasActivity.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707
  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: 2.2rem;
  260. line-height: 2.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. display: none;
  316. }
  317. .right-ear{
  318. width: 0.16rem;
  319. height: 0.24rem;
  320. position: absolute;
  321. top: 40%;
  322. right: -0.2rem;
  323. transform: translate(-50%,-50%);
  324. animation: mymove2 1s infinite;
  325. display: none;
  326. }
  327. @keyframes mymove {
  328. 0% {transform: translateX(-3px);}
  329. 50% {transform: translateX(-4px);}
  330. 100% {transform: translateX(-3px);}
  331. }
  332. @keyframes mymove2 {
  333. 0% {transform: translateX(0);}
  334. 50% {transform: translateX(-2px);}
  335. 100% {transform: translateX(0);}
  336. }
  337. .time-row{
  338. display: flex;
  339. align-items: center;
  340. }
  341. .time-icon{
  342. width: 0.26rem;
  343. height: 0.26rem;
  344. margin-top: 0.05rem;
  345. margin-right: 0.1rem;
  346. }
  347. .compute-block{
  348. display: flex;
  349. align-items: center;
  350. }
  351. .ipt{
  352. width: 0.74rem;
  353. height: 0.38rem;
  354. margin: 0 0.1rem;
  355. background: linear-gradient(180deg, #E8E6E6 0%, #FFFFFF 100%);
  356. border-radius: 0.04rem;
  357. text-align: center;
  358. border: none;
  359. }
  360. .compute-icon{
  361. width: 0.4rem;
  362. height: 0.4rem;
  363. }
  364. input:focus{
  365. outline:none;
  366. }
  367. .icon_xingyao{
  368. width: 0.68rem;
  369. height: 0.68rem;
  370. margin-left: 0.18rem;
  371. }
  372. .distribution-reward-btn{
  373. width: 6.5rem;
  374. height: 1.04rem;
  375. margin-top: -0.1rem;
  376. display: none;
  377. }
  378. .page-row{
  379. display: flex;
  380. justify-content: center;
  381. align-items: center;
  382. margin: 0.1rem 0;
  383. }
  384. .schedule-line{
  385. width: 0.72rem;
  386. height: 0.12rem;
  387. margin-top: 0.04rem;
  388. background-color: rgba(251, 94, 104, 0.3);
  389. border-radius: 0.08rem;
  390. position: relative;
  391. }
  392. .schedule-child-line{
  393. width: 0.2rem;
  394. height: 0.12rem;
  395. background-color: #FB5E68;
  396. border-radius: 0.08rem;
  397. position: absolute;
  398. top: 0;
  399. left: 0;
  400. z-index: 99;
  401. }
  402. .page{
  403. font-size: 0.2rem;
  404. color: #333333;
  405. margin-left: 0.16rem;
  406. }
  407. .reward-btn-img{
  408. width: 6.5rem;
  409. height: 0.92rem;
  410. }
  411. .reward-row{
  412. width: 6.5rem;
  413. height: 1.22rem;
  414. margin-top: 0.2rem;
  415. position: relative;
  416. }
  417. .reward-row-bg{
  418. width: 6.5rem;
  419. height: 1.22rem;
  420. position: absolute;
  421. top: 0;
  422. }
  423. .reward-row-content{
  424. width: 6.18rem;
  425. height: 1.22rem;
  426. display: flex;
  427. align-items: center;
  428. padding: 0 0.22rem 0 0.1rem;
  429. position: absolute;
  430. top: 0;
  431. z-index: 99;
  432. }
  433. .reward-img{
  434. width: 1.06rem;
  435. height: 1.02rem;
  436. }
  437. .reward-day-text{
  438. margin-left: 0.16rem;
  439. color: #FFFFFF;
  440. flex: 1;
  441. }
  442. .reward-day{
  443. font-size: 0.28rem;
  444. font-weight: 600;
  445. }
  446. .total-day{
  447. margin-top: 0.08rem;
  448. font-size: 0.24rem;
  449. opacity: 0.9;
  450. }
  451. .reward-btn{
  452. width: 1.34rem;
  453. height: 0.78rem;
  454. }
  455. .reward-last-tip{
  456. text-align: center;
  457. margin-top: 0.2rem;
  458. font-size: 0.24rem;
  459. color: #3B7FFF;
  460. }
  461. .distribution-container{
  462. width: 6.5rem;
  463. max-height: 12.36rem;
  464. overflow-y: scroll;
  465. background: #F9F8FB;
  466. box-shadow: 0 0.12rem 0.28rem 0 rgba(253, 89, 136, 0.46);
  467. border-radius: 0.2rem;
  468. margin: 0 auto;
  469. margin-top: 0.2rem;
  470. padding: 0.2rem;
  471. display: none;
  472. }
  473. .distribution-time{
  474. width: 5.48rem;
  475. height: 0.72rem;
  476. background: #FE5140;
  477. border-radius: 0.36rem;
  478. font-size: 0.24rem;
  479. color: rgba(255,255,255,0.9);
  480. display: flex;
  481. justify-content: space-between;
  482. align-items: center;
  483. padding: 0 0.54rem;
  484. }
  485. .distribution-line{
  486. width: 0.02rem;
  487. color: #CF1300;
  488. }
  489. .distribution-num{
  490. background: #F9F8FB;
  491. border-radius: 0.08rem;
  492. padding: 0.03rem;
  493. color: #333333;
  494. }
  495. .time-title-row{
  496. display: flex;
  497. justify-content: center;
  498. position: relative;
  499. margin-top: 0.2rem;
  500. }
  501. .time-title-bg{
  502. width: 6.08rem;
  503. height: 0.4rem;
  504. position: absolute;
  505. top: 0.1rem;
  506. left: 0.2rem;
  507. }
  508. .time-title{
  509. font-size: 0.28rem;
  510. font-weight: 600;
  511. color: #333333;
  512. }
  513. .title-row{
  514. display: flex;
  515. justify-content: space-between;
  516. margin-top: 0.3rem;
  517. padding: 0 0.36rem;
  518. font-size: 0.24rem;
  519. font-weight: 600;
  520. color: #333333;
  521. padding-bottom: 0.1rem;
  522. border-bottom: 0.04rem solid #ED4C55;
  523. }
  524. .time-container{
  525. width: 6.5rem;
  526. max-height: 5.2rem;
  527. overflow-y: scroll;
  528. }
  529. .time-content-row{
  530. display: flex;
  531. padding: 0.2rem 0.36rem 0.2rem 0.26rem;
  532. font-size: 0.24rem;
  533. font-weight: 600;
  534. color: #333333;
  535. border-bottom: 0.04rem solid rgba(253, 89, 136, 0.46);
  536. }
  537. .time-content-diskName{
  538. width: 1.2rem;
  539. }
  540. .time-content-time{
  541. width: 3.6rem;
  542. margin: 0 0.2rem 0 0.5rem;
  543. }
  544. .time-content-day{
  545. width: 1rem;
  546. text-align: right;
  547. }
  548. .rule-container{
  549. width: 6.9rem;
  550. position: relative;
  551. margin-top: 1.3rem;
  552. margin-left: 0.3rem;
  553. }
  554. .rule-tips{
  555. width: 6.9rem;
  556. height: 7.16rem;
  557. position: absolute;
  558. top: -1rem;
  559. left: 0;
  560. }
  561. .rule-content{
  562. width: 6.9rem;
  563. height: 6.2rem;
  564. padding: 0.2rem 0;
  565. border-radius: 0.1rem;
  566. background-color: #ffffff;
  567. overflow-y: scroll;
  568. position: relative;
  569. z-index: 99;
  570. }
  571. .rule-point{
  572. margin: 0 0.2rem;
  573. font-size: 0.24rem;
  574. line-height: 0.48rem;
  575. }
  576. .blue{
  577. color: #02A7F0;
  578. }
  579. #toast-container>.toast-error {
  580. background-image: none!important;
  581. }
  582. .toast-error {
  583. background-color: rgba(0, 0, 0, 0.7);
  584. }
  585. .toast-message {
  586. font-size: 0.24rem;
  587. padding: 0 0.1rem;
  588. line-height: 0.9rem;
  589. text-align: center;
  590. font-weight: 400;
  591. color: #FFFFFF;
  592. }
  593. #toast-container>div {
  594. width: 4rem;
  595. height: 0.9rem;
  596. opacity: 1;
  597. padding: 0 !important;
  598. border-radius: 0.2rem;
  599. box-shadow: none;
  600. }
  601. .toast-center-center {
  602. position: fixed;
  603. top: 50%;
  604. left: 50%;
  605. z-index: 99;
  606. margin-top: -0.45rem;
  607. transform: translateX(-50%);
  608. }
  609. @media (max-width: 480px) and (min-width: 241px) {
  610. #toast-container>div {
  611. min-width: 80px !important;
  612. width: auto;
  613. }
  614. }
  615. .flex{
  616. display: flex;
  617. }
  618. .slider{
  619. overflow: hidden;
  620. flex:1;
  621. }
  622. .slider-list{
  623. transition:all .6s;
  624. }
  625. .no-slider{
  626. height: 2.6rem;
  627. line-height: 2.6rem;
  628. text-align: center;
  629. font-size: 0.32rem;
  630. color: #999999;
  631. }
  632. .item{
  633. height: 218px;
  634. text-align: center;
  635. flex:none;
  636. width: 6.5rem;
  637. }
  638. .schedule-child-line{
  639. transition:all .6s;
  640. }
  641. .slider-item{
  642. width: 100%;
  643. }
  644. .sure-distribution-wrap{
  645. width: 100vw;
  646. height: 100vh;
  647. position: fixed;
  648. top: 0;
  649. left: 0;
  650. background-color: rgba(0, 0, 0, 0.24);
  651. z-index: 999;
  652. display: none;
  653. }
  654. .sure-distribution-box{
  655. width: 6.22rem;
  656. height: 2.28rem;
  657. background: #FFFFFF;
  658. border-radius: 0.2rem;
  659. position: absolute;
  660. top: 50%;
  661. left: 50%;
  662. transform: translate(-50%,-50%);
  663. }
  664. .sure-distribution-title{
  665. text-align: center;
  666. padding: 0.48rem;
  667. font-size: 0.32rem;
  668. color: #333333;
  669. }
  670. .sure-distribution-btn-list{
  671. width: 100%;
  672. height: 0.86rem;
  673. display: flex;
  674. justify-content: space-between;
  675. border-top: 0.01rem solid #E5E5E5;
  676. font-size: 0.28rem;
  677. }
  678. .sure-distribution-btn{
  679. height: 0.86rem;
  680. line-height: 0.86rem;
  681. text-align: center;
  682. flex: 1;
  683. }
  684. .sure-distribution-sure{
  685. border-left: 0.01rem solid #b4bbc5;
  686. color: #3B7FFF;
  687. }
  688. .sure-distribution-cannel:active{
  689. background-color: #E5E5E5;
  690. border-bottom-left-radius: 0.2rem;
  691. }
  692. .sure-distribution-sure:active{
  693. background-color: #E5E5E5;
  694. border-bottom-right-radius: 0.2rem;
  695. }