doubleChristmasActivity.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683
  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. }
  386. .page-row{
  387. display: flex;
  388. justify-content: center;
  389. align-items: center;
  390. margin: 0.1rem 0;
  391. }
  392. .schedule-line{
  393. width: 0.72rem;
  394. height: 0.12rem;
  395. margin-top: 0.04rem;
  396. background-color: rgba(251, 94, 104, 0.3);
  397. border-radius: 0.08rem;
  398. position: relative;
  399. }
  400. .schedule-child-line{
  401. width: 0.2rem;
  402. height: 0.12rem;
  403. background-color: #FB5E68;
  404. border-radius: 0.08rem;
  405. position: absolute;
  406. top: 0;
  407. left: 0;
  408. z-index: 99;
  409. }
  410. .page{
  411. font-size: 0.2rem;
  412. color: #333333;
  413. margin-left: 0.16rem;
  414. }
  415. .reward-btn-img{
  416. width: 6.5rem;
  417. height: 0.92rem;
  418. }
  419. .reward-row{
  420. width: 6.5rem;
  421. height: 1.22rem;
  422. margin-top: 0.2rem;
  423. position: relative;
  424. }
  425. .reward-row-bg{
  426. width: 6.5rem;
  427. height: 1.22rem;
  428. position: absolute;
  429. top: 0;
  430. }
  431. .reward-row-content{
  432. width: 6.18rem;
  433. height: 1rem;
  434. display: flex;
  435. align-items: center;
  436. padding: 0 0.22rem 0 0.1rem;
  437. position: absolute;
  438. top: 0;
  439. z-index: 99;
  440. }
  441. .reward-img{
  442. width: 1.06rem;
  443. height: 1.02rem;
  444. }
  445. .reward-day-text{
  446. margin-left: 0.16rem;
  447. color: #FFFFFF;
  448. flex: 1;
  449. }
  450. .reward-day{
  451. font-size: 0.28rem;
  452. font-weight: 600;
  453. }
  454. .total-day{
  455. margin-top: 0.08rem;
  456. font-size: 0.24rem;
  457. opacity: 0.9;
  458. }
  459. .reward-btn{
  460. width: 1.34rem;
  461. height: 0.78rem;
  462. }
  463. .reward-last-tip{
  464. text-align: center;
  465. margin-top: 0.2rem;
  466. font-size: 0.24rem;
  467. color: #3B7FFF;
  468. }
  469. .distribution-container{
  470. width: 6.5rem;
  471. max-height: 12.36rem;
  472. overflow-y: scroll;
  473. background: #F9F8FB;
  474. box-shadow: 0 0.12rem 0.28rem 0 rgba(253, 89, 136, 0.46);
  475. border-radius: 0.2rem;
  476. margin: 0 auto;
  477. margin-top: 0.2rem;
  478. padding: 0.2rem;
  479. display: none;
  480. }
  481. .distribution-time{
  482. width: 5.48rem;
  483. height: 0.72rem;
  484. background: #FE5140;
  485. border-radius: 0.36rem;
  486. font-size: 0.24rem;
  487. color: rgba(255,255,255,0.9);
  488. display: flex;
  489. justify-content: space-between;
  490. align-items: center;
  491. padding: 0 0.54rem;
  492. }
  493. .distribution-line{
  494. font-size: 0.32rem;
  495. color: #CF1300;
  496. }
  497. .distribution-num{
  498. background: #F9F8FB;
  499. border-radius: 0.08rem;
  500. padding: 0.03rem;
  501. color: #333333;
  502. }
  503. .time-title-row{
  504. display: flex;
  505. justify-content: center;
  506. position: relative;
  507. margin-top: 0.2rem;
  508. }
  509. .time-title-bg{
  510. width: 6.08rem;
  511. height: 0.4rem;
  512. position: absolute;
  513. top: 0.1rem;
  514. left: 0.2rem;
  515. }
  516. .time-title{
  517. font-size: 0.28rem;
  518. font-weight: 600;
  519. color: #333333;
  520. }
  521. .title-row{
  522. display: flex;
  523. justify-content: space-between;
  524. margin-top: 0.3rem;
  525. padding: 0 0.36rem;
  526. font-size: 0.24rem;
  527. font-weight: 600;
  528. color: #333333;
  529. padding-bottom: 0.1rem;
  530. border-bottom: 0.04rem solid #ED4C55;
  531. }
  532. .time-container{
  533. width: 6.5rem;
  534. max-height: 5.2rem;
  535. overflow-y: scroll;
  536. }
  537. .time-content-row{
  538. display: flex;
  539. padding: 0.2rem 0.36rem 0.2rem 0.26rem;
  540. font-size: 0.24rem;
  541. font-weight: 600;
  542. color: #333333;
  543. border-bottom: 0.04rem solid rgba(253, 89, 136, 0.46);
  544. }
  545. .time-content-diskName{
  546. width: 1.2rem;
  547. }
  548. .time-content-time{
  549. width: 3.6rem;
  550. margin: 0 0.2rem 0 0.5rem;
  551. }
  552. .time-content-day{
  553. width: 1.2rem;
  554. text-align: right;
  555. }
  556. .blue{
  557. color: #02A7F0;
  558. }
  559. #toast-container>.toast-error {
  560. background-image: none!important;
  561. }
  562. .toast-error {
  563. background-color: rgba(0, 0, 0, 0.7);
  564. }
  565. .toast-message {
  566. font-size: 0.24rem;
  567. padding: 0 0.1rem;
  568. line-height: 0.9rem;
  569. text-align: center;
  570. font-weight: 400;
  571. color: #FFFFFF;
  572. }
  573. #toast-container>div {
  574. width: 4rem;
  575. height: 0.9rem;
  576. opacity: 1;
  577. padding: 0 !important;
  578. border-radius: 0.2rem;
  579. box-shadow: none;
  580. }
  581. .toast-center-center {
  582. position: fixed;
  583. top: 50%;
  584. left: 50%;
  585. z-index: 99;
  586. margin-top: -0.45rem;
  587. transform: translateX(-50%);
  588. }
  589. @media (max-width: 480px) and (min-width: 241px) {
  590. #toast-container>div {
  591. min-width: 80px !important;
  592. width: auto;
  593. }
  594. }
  595. .flex{
  596. display: flex;
  597. }
  598. .slider{
  599. flex:1;
  600. }
  601. .slider-list{
  602. transition:all .6s;
  603. }
  604. .no-slider{
  605. height: 2.6rem;
  606. line-height: 2.6rem;
  607. text-align: center;
  608. font-size: 0.32rem;
  609. color: #999999;
  610. }
  611. .item{
  612. height: 218px;
  613. text-align: center;
  614. flex:none;
  615. width: 6.5rem;
  616. }
  617. .schedule-child-line{
  618. transition:all .6s;
  619. }
  620. .sure-distribution-wrap{
  621. width: 100vw;
  622. height: 100vh;
  623. position: fixed;
  624. top: 0;
  625. left: 0;
  626. background-color: rgba(0, 0, 0, 0.24);
  627. z-index: 999;
  628. display: none;
  629. }
  630. .sure-distribution-box{
  631. width: 6.22rem;
  632. height: 2.28rem;
  633. background: #FFFFFF;
  634. border-radius: 0.2rem;
  635. position: absolute;
  636. top: 50%;
  637. left: 50%;
  638. transform: translate(-50%,-50%);
  639. }
  640. .sure-distribution-title{
  641. text-align: center;
  642. padding: 0.48rem;
  643. font-size: 0.32rem;
  644. color: #333333;
  645. }
  646. .sure-distribution-btn-list{
  647. width: 100%;
  648. height: 0.86rem;
  649. display: flex;
  650. justify-content: space-between;
  651. border-top: 0.01rem solid #E5E5E5;
  652. font-size: 0.28rem;
  653. }
  654. .sure-distribution-btn{
  655. height: 0.86rem;
  656. line-height: 0.86rem;
  657. text-align: center;
  658. flex: 1;
  659. }
  660. .sure-distribution-sure{
  661. border-left: 0.01rem solid #b4bbc5;
  662. color: #3B7FFF;
  663. }
  664. .sure-distribution-cannel:active{
  665. background-color: #E5E5E5;
  666. border-bottom-left-radius: 0.2rem;
  667. }
  668. .sure-distribution-sure:active{
  669. background-color: #E5E5E5;
  670. border-bottom-right-radius: 0.2rem;
  671. }