doubleChristmasActivity.css 12 KB

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