anniversaryCelebrate.css 8.9 KB

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