doubleChristmasActivity.css 12 KB

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