anniversaryCelebrate.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751
  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. .container{
  19. width: 7.5rem;
  20. min-height: 100vh;
  21. background-color: rgba(22, 12, 31, 1);
  22. padding-bottom: 0.34rem;
  23. background-image: url('../img/anniversaryCelebrate/all-bg.png');
  24. background-repeat: repeat-y;
  25. background-size: cover;
  26. }
  27. .rule-wrap{
  28. display: flex;
  29. justify-content: flex-end;
  30. padding: 0.1rem 0.18rem 0 0;
  31. }
  32. .rule{
  33. width: 1.06rem;
  34. height: 1.06rem;
  35. }
  36. .activity-text-wrap{
  37. width: 5.62rem;
  38. height: 0.92rem;
  39. margin: auto;
  40. }
  41. .activity-text{
  42. width: 100%;
  43. height: 100%;
  44. }
  45. .activity-tips-wrap{
  46. width: 4.58rem;
  47. height: 0.68rem;
  48. margin: auto;
  49. }
  50. .activity-tips{
  51. width: 100%;
  52. height: 100%;
  53. }
  54. .star-wrap{
  55. width: 5.71rem;
  56. height: 3.88rem;
  57. margin: auto;
  58. margin-top: 1rem;
  59. position: relative;
  60. z-index: 99;
  61. }
  62. .star{
  63. width: 100%;
  64. height: 100%;
  65. }
  66. .out-point{
  67. width: 0.2rem;
  68. height: 0.2rem;
  69. position: absolute;
  70. }
  71. .point15{
  72. top: -0.1rem;
  73. left: 2.78rem;
  74. }
  75. .point18{
  76. top: 1.4rem;
  77. left: 0.76rem;
  78. }
  79. .point20{
  80. bottom: 0;
  81. left: 1.48rem;
  82. }
  83. .point25{
  84. top: 1.4rem;
  85. right: 0.76rem;
  86. }
  87. .point30{
  88. bottom: 0;
  89. right: 1.48rem;
  90. }
  91. .in-point{
  92. width: 0.12rem;
  93. height: 0.12rem;
  94. position: absolute;
  95. }
  96. .point1{
  97. top: 0.8rem;
  98. left: 2.82rem;
  99. }
  100. .point3{
  101. top: 1.6rem;
  102. left: 1.62rem;
  103. }
  104. .point5{
  105. bottom: 0.8rem;
  106. left: 2.02rem;
  107. }
  108. .point7{
  109. top: 1.6rem;
  110. right: 1.62rem;
  111. }
  112. .point12{
  113. bottom: 0.8rem;
  114. right: 2.02rem;
  115. }
  116. .station-wrap{
  117. width: 7.05rem;
  118. height: 4.25rem;
  119. margin: auto;
  120. position: relative;
  121. margin-top: -0.5rem;
  122. }
  123. .station{
  124. width: 100%;
  125. height: 100%;
  126. }
  127. .station-text-wrap{
  128. position: absolute;
  129. bottom: 1.3rem;
  130. left: 50%;
  131. transform: translateX(-50%);
  132. width: 6.63rem;
  133. height: 1.15rem;
  134. display: flex;
  135. flex-direction: column;
  136. justify-content: center;
  137. align-items: center;
  138. border-radius: 0.16rem;
  139. font-size: 0.28rem;
  140. color: #FFFFFF;
  141. background-image: url('../img/anniversaryCelebrate/qualification-bg.png');
  142. background-repeat: repeat-y;
  143. background-size: cover;
  144. }
  145. .btn-list{
  146. width: 100%;
  147. position: absolute;
  148. bottom: 0.22rem;
  149. display: flex;
  150. justify-content: space-around;
  151. }
  152. .btn{
  153. width: 3.1rem;
  154. height: 0.9rem;
  155. }
  156. .award-get-wrap{
  157. width: 7.08rem;
  158. height: 2.02rem;
  159. display: flex;
  160. justify-content: space-between;
  161. background: #25244B;
  162. border-radius: 0.11rem;
  163. margin: auto;
  164. }
  165. .number-wrap{
  166. margin-left: 0.22rem;
  167. font-size: 0.28rem;
  168. color: #FFFFFF;
  169. }
  170. .rest-times{
  171. padding-top: 0.66rem;
  172. font-size: 0.28rem;
  173. color: #FFFFFF;
  174. }
  175. .rest-number{
  176. color: rgba(253, 255, 65, 1);
  177. }
  178. .small-star{
  179. width: 0.33rem;
  180. height: 0.32rem;
  181. }
  182. .process-wrap{
  183. display: flex;
  184. align-items: center;
  185. margin-top: 0.24rem;
  186. }
  187. .line-wrap{
  188. width: 3.81rem;
  189. height: 0.12rem;
  190. background: #DFE9F8;
  191. border-radius: 0.06rem;
  192. position: relative;
  193. margin-left: 0.18rem;
  194. }
  195. .line-wrap-one{
  196. background: linear-gradient(89deg, #58A9F5 0%, #DFE9F8 51%);
  197. }
  198. .line-wrap-two{
  199. background: linear-gradient(89deg, #58A9F5 0%, #DFE9F8 51%, #FFB5F5 99%);
  200. }
  201. .icon{
  202. width: 0.3rem;
  203. height: 0.3rem;
  204. }
  205. .icon1{
  206. position: absolute;
  207. top: 50%;
  208. transform: translateY(-50%);
  209. left: 0.8rem;
  210. }
  211. .icon2{
  212. position: absolute;
  213. top: 50%;
  214. transform: translateY(-50%);
  215. left: 1.8rem;
  216. }
  217. .get-times{
  218. width: 1.21rem;
  219. height: 1.01rem;
  220. padding: 0.69rem 0.24rem 0 0;
  221. }
  222. .no-join-activity{
  223. margin-top: 0.28rem;
  224. text-align: center;
  225. font-size: 0.24rem;
  226. color: #CCCCCC;
  227. }
  228. .light-record-wrap{
  229. margin-top: 0.69rem;
  230. }
  231. .record-title-wrap{
  232. display: flex;
  233. justify-content: center;
  234. }
  235. .record-title{
  236. width: 2.48rem;
  237. height: 0.6rem;
  238. }
  239. .record-main-wrap{
  240. width: 7.09rem;
  241. padding-bottom: 0.27rem;
  242. border-radius: 0.1rem;
  243. margin: auto;
  244. margin-top: 0.26rem;
  245. background-image: url('../img/anniversaryCelebrate/right-selected.png');
  246. background-repeat: repeat-y;
  247. background-size: cover;
  248. }
  249. .record-main-active-wrap{
  250. background-image: url('../img/anniversaryCelebrate/left-selected.png');
  251. }
  252. .change-wrap{
  253. display: flex;
  254. }
  255. .no-distribution-award{
  256. background: #D59355;
  257. opacity: 0.6;
  258. border-radius: 0.16rem;
  259. font-size: 0.24rem;
  260. color: #FFFFFF;
  261. padding: 0.02rem 0.06rem;
  262. margin-left: 0.1rem;
  263. }
  264. .get-award-wrap{
  265. width: 3.11rem;
  266. height: 0.62rem;
  267. display: flex;
  268. justify-content: center;
  269. align-items: center;
  270. margin: 0.11rem 0 0 0.26rem;
  271. position: relative;
  272. }
  273. .get-award-right-wrap{
  274. justify-content: flex-end;
  275. padding-left: 0.08rem;
  276. }
  277. .award-img{
  278. width: 3.11rem;
  279. height: 0.62rem;
  280. position: absolute;
  281. top: 0;
  282. }
  283. .right-bg{
  284. display: none;
  285. margin-left: 0.5rem;
  286. right: -0.2rem;
  287. }
  288. .get-award-img{
  289. width: 0.33rem;
  290. height: 0.3rem;
  291. }
  292. .get-award-text{
  293. margin-left: 0.2rem;
  294. font-size: 0.32rem;
  295. color: #FFFFFF;
  296. }
  297. .used-text{
  298. opacity: 0.6;
  299. }
  300. .light-title-wrap{
  301. display: flex;
  302. justify-content: space-between;
  303. margin: 0 0.25rem;
  304. margin-top: 0.36rem;
  305. border-bottom: 0.01rem solid rgba(213, 227, 253, 0.1);
  306. }
  307. .award-text{
  308. margin-left: 0.6rem;
  309. }
  310. .many-card-wrap{
  311. display: flex;
  312. justify-content: flex-start;
  313. flex-wrap: wrap;
  314. margin: auto;
  315. margin-top: 0.2rem;
  316. }
  317. .active-text{
  318. margin-right: 0.4rem;
  319. }
  320. .light-title-text{
  321. padding-bottom: 0.16rem;
  322. font-size: 0.24rem;
  323. color: #FFFFFF;
  324. }
  325. .light-title-time{
  326. margin-left: 0.8rem;
  327. }
  328. .light-content-container{
  329. padding-top: 0.3rem;
  330. }
  331. .light-content-list{
  332. border-bottom: 0.01rem solid rgba(213, 227, 253, 0.5);
  333. margin: 0 0.23rem;
  334. height: 4.88rem;
  335. overflow-y: scroll;
  336. padding-bottom: 0.3rem;
  337. }
  338. .light-content-wrap{
  339. display: flex;
  340. justify-content: space-between;
  341. margin: 0.26rem 0;
  342. }
  343. .light-content-text{
  344. margin-top: 0.27rem;
  345. text-align: center;
  346. font-size: 0.24rem;
  347. color: #FFFFFF;
  348. }
  349. .light-content-time{
  350. text-align: left;
  351. font-size: 0.24rem;
  352. color: #B3B3B3;
  353. }
  354. .get-btn{
  355. width: 1.2rem;
  356. height: 0.4rem;
  357. line-height: 0.4rem;
  358. text-align: center;
  359. background: linear-gradient(101deg, #85B0FF 0%, #3F83FF 99%);
  360. border-radius: 0.2rem;
  361. font-size: 0.26rem;
  362. color: #FFFFFF;
  363. }
  364. .btn-active{
  365. color: rgba(255, 255, 255, 0.5);
  366. background: rgba(29, 27, 62, 1);
  367. }
  368. .all-light{
  369. padding-top: 0.23rem;
  370. text-align: center;
  371. font-size: 0.26rem;
  372. color: #FFFFFF;
  373. }
  374. .no-award{
  375. line-height: 4.62rem;
  376. text-align: center;
  377. font-size: 0.26rem;
  378. color: #CCCCCC;
  379. }
  380. .activity-intrduction-wrap{
  381. margin-top: 0.41rem;
  382. text-align: center;
  383. font-size: 0.28rem;
  384. color: #FFFFFF;
  385. }
  386. .law-statement{
  387. width: 3.22rem;
  388. margin: auto;
  389. margin-top: 0.43rem;
  390. font-size: 0.24rem;
  391. color: #5BB4FF;
  392. border-bottom: 0.01rem solid rgba(91, 180, 255, 1);
  393. }
  394. .law-mask,.rule-mask,.award-result-mask,.no-start-mask {
  395. width: 100%;
  396. height: 100vh;
  397. position: fixed;
  398. z-index: 999;
  399. top: 0;
  400. left: 0;
  401. background: rgba(0, 0, 0, 0.5);
  402. display: none;
  403. }
  404. .award-result-dialog{
  405. width: 5.52rem;
  406. height: 9.21rem;
  407. background: url(../../static/img/anniversaryCelebrate/result-bg.png) no-repeat;
  408. background-size: 100% 100%;
  409. border-radius: 0.2rem;
  410. position: absolute;
  411. left: 50%;
  412. top: -10.86rem;
  413. transform: translateX(-50%);
  414. }
  415. .law-result-dialog{
  416. width: 5.52rem;
  417. height: 7.16rem;
  418. background: url(../../static/img/anniversaryCelebrate/law-bg.png) no-repeat;
  419. background-size: 100% 100%;
  420. border-radius: 0.2rem;
  421. position: absolute;
  422. left: 50%;
  423. top: -10.86rem;
  424. transform: translateX(-50%);
  425. }
  426. .rule-result-dialog{
  427. width: 5.52rem;
  428. height: 8.93rem;
  429. background: url(../../static/img/anniversaryCelebrate/rule-bg.png) no-repeat;
  430. background-size: 100% 100%;
  431. border-radius: 0.2rem;
  432. position: absolute;
  433. left: 50%;
  434. top: -10.86rem;
  435. transform: translateX(-50%);
  436. }
  437. .award-result-one-dialog{
  438. width: 5.52rem;
  439. height: 8.11rem;
  440. background: url(../../static/img/anniversaryCelebrate/result-once-bg.png) no-repeat;
  441. background-size: 100% 100%;
  442. border-radius: 0.2rem;
  443. position: absolute;
  444. left: 50%;
  445. top: 4.86rem;
  446. transform: translateX(-50%);
  447. }
  448. .award-success{
  449. width: 5.8rem;
  450. height: 3.44rem;
  451. position: absolute;
  452. top: 0;
  453. left: 0;
  454. display: none;
  455. }
  456. .award-result-wrap{
  457. margin-left: 0.2rem;
  458. }
  459. .award-result-tip{
  460. text-align: center;
  461. margin-top: 2.2rem;
  462. font-size: 0.3rem;
  463. font-weight: bold;
  464. color: #FFFFFF;
  465. text-shadow: 0.02rem 0.01rem 0.02rem rgba(29, 8, 85, 0.23);
  466. }
  467. .card-item{
  468. margin: 0.1rem;
  469. text-align: center;
  470. position: relative;
  471. }
  472. .one-card{
  473. margin-top: 0.6rem;
  474. width: 1.66rem;
  475. height: 1.18rem;
  476. animation: mymove 0.8s;
  477. }
  478. .card-text{
  479. width: 1.2rem;
  480. font-size: 0.2rem;
  481. position: absolute;
  482. left: 50%;
  483. transform: translateX(-50%);
  484. bottom: 0.28rem;
  485. }
  486. .many-card{
  487. width: 1.48rem;
  488. height: 1.1rem;
  489. animation: mymove 0.8s;
  490. }
  491. .many-card-item:nth-child(4n){
  492. margin-left: 1rem;
  493. }
  494. .many-card-item:nth-child(6n) {
  495. padding-top: 0.35rem;
  496. margin-left: 1rem;
  497. }
  498. .many-card-item:nth-child(7n) {
  499. padding-top: 0.35rem;
  500. }
  501. .many-one-card{
  502. padding-top: 0.35rem;
  503. margin-left: 1rem;
  504. }
  505. .many-two-card{
  506. padding-top: 0.35rem;
  507. }
  508. .line{
  509. position: absolute;
  510. bottom: 3.2rem;
  511. left: 0.6rem;
  512. width: 4.35rem;
  513. height: 0.01rem;
  514. background: #F1F3FE;
  515. opacity: 0.5;
  516. }
  517. .many-card-item{
  518. display: none;
  519. }
  520. @keyframes mymove {
  521. 0% {transform:scale(0,0);}
  522. 100% {transform:scale(1,1);}
  523. }
  524. .btn-row{
  525. width: 5.6rem;
  526. display: flex;
  527. justify-content: space-evenly;
  528. position: absolute;
  529. bottom: 0.66rem;
  530. left: 50%;
  531. transform: translateX(-50%);
  532. }
  533. .award-btn{
  534. width: 2rem;
  535. height: 0.64rem;
  536. }
  537. .look-btn{
  538. width: 1.8rem;
  539. height: 1.02rem;
  540. line-height: 1.02rem;
  541. text-align: center;
  542. background: url(../../static/img/springFestivalActivity/lookBg.png) no-repeat;
  543. background-size: 100% 100%;
  544. font-size: 0.34rem;
  545. color: #FFF5BD;
  546. margin-left: 0.3rem;
  547. }
  548. .times-text{
  549. font-size: 0.24rem;
  550. color: #FFE4BD;
  551. margin-left: 1.6rem;
  552. position: absolute;
  553. bottom: 0.26rem;
  554. }
  555. .one-result{
  556. display: flex;
  557. flex-wrap: wrap;
  558. margin-bottom: 1.2rem;
  559. }
  560. .one-card-item{
  561. width: 5.52rem;
  562. }
  563. .rule-close,.law-close,.award-result-close{
  564. width: 0.68rem;
  565. height: 0.68rem;
  566. position: absolute;
  567. left: 50%;
  568. bottom: -1rem;
  569. transform: translateX(-50%);
  570. }
  571. .rule-content{
  572. width: 5.52rem;
  573. height: 6.6rem;
  574. padding: 0.2rem 0;
  575. border-radius: 0.1rem;
  576. overflow-y: scroll;
  577. position: absolute;
  578. top: 1.8rem;
  579. }
  580. .law-content{
  581. top: 0;
  582. }
  583. .light-show{
  584. position: absolute;
  585. top: -0.8rem;
  586. left: 1.2rem;
  587. animation: mymove 0.8s;
  588. display: none;
  589. }
  590. .rule-point{
  591. margin: 0 0.2rem;
  592. font-size: 0.24rem;
  593. line-height: 0.48rem;
  594. }
  595. .no-start-dialog{
  596. width: 2.68rem;
  597. height: 0.98rem;
  598. display: flex;
  599. flex-direction: column;
  600. justify-content: center;
  601. align-items: center;
  602. background: #FFFFFF;
  603. border-radius: 0.5rem;
  604. padding: 0 0.26rem;
  605. position: absolute;
  606. left: 50%;
  607. top: -10.86rem;
  608. transform: translate(-50%, -50%);
  609. font-size: 0.3rem;
  610. color: #666666;
  611. }
  612. #toast-container>.toast-error {
  613. background-image: none !important;
  614. }
  615. .toast-error {
  616. background-color: rgba(0, 0, 0, 0.8);
  617. }
  618. #toast-container>div {
  619. font-size: 14px;
  620. min-width: 80px !important;
  621. padding: 12px !important;
  622. box-shadow: none;
  623. }
  624. .toast-center-center {
  625. position: fixed;
  626. min-width: 220px;
  627. top: 50%;
  628. left: 50%;
  629. text-align: center;
  630. transform: translateX(-50%);
  631. color: #FFFFFF;
  632. border-radius: 0.1rem;
  633. }
  634. @media (max-width: 480px) and (min-width: 241px) {
  635. #toast-container>div {
  636. min-width: 80px !important;
  637. width: auto;
  638. }
  639. }