anniversaryCelebrate.css 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440
  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. .out-point1{
  69. top: -0.1rem;
  70. left: 2.78rem;
  71. }
  72. .out-point2{
  73. top: 1.4rem;
  74. left: 0.76rem;
  75. }
  76. .out-point3{
  77. bottom: 0;
  78. left: 1.48rem;
  79. }
  80. .out-point4{
  81. top: 1.4rem;
  82. right: 0.76rem;
  83. }
  84. .out-point5{
  85. bottom: 0;
  86. right: 1.48rem;
  87. }
  88. .in-point{
  89. width: 0.12rem;
  90. height: 0.12rem;
  91. position: absolute;
  92. }
  93. .in-point1{
  94. top: 0.8rem;
  95. left: 2.82rem;
  96. }
  97. .in-point2{
  98. top: 1.6rem;
  99. left: 1.62rem;
  100. }
  101. .in-point3{
  102. bottom: 0.8rem;
  103. left: 2.02rem;
  104. }
  105. .in-point4{
  106. top: 1.6rem;
  107. right: 1.62rem;
  108. }
  109. .in-point5{
  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. background: rgba(37, 36, 75, 0.2);
  136. box-shadow: -0.03rem -0.02rem 0.18rem 0 #0F2141;
  137. opacity: 0.2;
  138. border-radius: 0.16rem;
  139. font-size: 0.28rem;
  140. color: #FFFFFF;
  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. font-size: 0.24rem;
  224. }
  225. .record-main-wrap{
  226. width: 7.09rem;
  227. padding-bottom: 0.27rem;
  228. border-radius: 0.1rem;
  229. margin: auto;
  230. margin-top: 0.26rem;
  231. background-image: url('../img/anniversaryCelebrate/right-selected.png');
  232. background-repeat: repeat-y;
  233. background-size: cover;
  234. }
  235. .record-main-active-wrap{
  236. background-image: url('../img/anniversaryCelebrate/left-selected.png');
  237. }
  238. .change-wrap{
  239. display: flex;
  240. }
  241. .get-award-wrap{
  242. width: 3.11rem;
  243. height: 0.62rem;
  244. display: flex;
  245. justify-content: center;
  246. align-items: center;
  247. margin: 0.11rem 0 0 0.26rem;
  248. position: relative;
  249. }
  250. .award-img{
  251. width: 3.11rem;
  252. height: 0.62rem;
  253. position: absolute;
  254. top: 0;
  255. }
  256. .right-bg{
  257. display: none;
  258. width: 2.88rem;
  259. margin-left: 0.5rem;
  260. }
  261. .get-award-img{
  262. width: 0.33rem;
  263. height: 0.3rem;
  264. }
  265. .get-award-text{
  266. margin-left: 0.2rem;
  267. font-size: 0.32rem;
  268. color: #FFFFFF;
  269. }
  270. .used-text{
  271. opacity: 0.6;
  272. }
  273. .light-title-wrap{
  274. display: flex;
  275. justify-content: space-between;
  276. margin: 0 0.25rem;
  277. margin-top: 0.36rem;
  278. border-bottom: 0.01rem solid rgba(213, 227, 253, 0.1);
  279. }
  280. .award-text{
  281. margin-left: 0.6rem;
  282. }
  283. .active-text{
  284. margin-right: 0.4rem;
  285. }
  286. .light-title-text{
  287. padding-bottom: 0.16rem;
  288. font-size: 0.24rem;
  289. color: #FFFFFF;
  290. }
  291. .light-content-list{
  292. border-bottom: 0.01rem solid rgba(213, 227, 253, 0.5);
  293. margin: 0 0.23rem;
  294. max-height: 4.88rem;
  295. overflow-y: scroll;
  296. }
  297. .light-content-wrap{
  298. display: flex;
  299. justify-content: space-between;
  300. margin: 0.26rem 0;
  301. }
  302. .light-content-text{
  303. font-size: 0.24rem;
  304. color: #FFFFFF;
  305. }
  306. .light-content-time{
  307. font-size: 0.24rem;
  308. color: #B3B3B3;
  309. }
  310. .get-btn{
  311. width: 1.2rem;
  312. height: 0.4rem;
  313. line-height: 0.4rem;
  314. text-align: center;
  315. background: linear-gradient(101deg, #85B0FF 0%, #3F83FF 99%);
  316. border-radius: 0.2rem;
  317. font-size: 0.26rem;
  318. color: #FFFFFF;
  319. }
  320. .btn-active{
  321. color: rgba(255, 255, 255, 0.5);
  322. background: rgba(29, 27, 62, 1);
  323. }
  324. .all-light{
  325. padding-top: 0.23rem;
  326. text-align: center;
  327. font-size: 0.26rem;
  328. color: #FFFFFF;
  329. }
  330. .activity-intrduction-wrap{
  331. margin-top: 0.41rem;
  332. text-align: center;
  333. font-size: 0.28rem;
  334. color: #FFFFFF;
  335. }
  336. .law-statement{
  337. width: 3.22rem;
  338. margin: auto;
  339. margin-top: 0.43rem;
  340. font-size: 0.24rem;
  341. color: #5BB4FF;
  342. border-bottom: 0.01rem solid rgba(91, 180, 255, 1);
  343. }
  344. #toast-container>.toast-error {
  345. background-image: none !important;
  346. }
  347. .toast-error {
  348. background-color: rgba(0, 0, 0, 0.8);
  349. }
  350. #toast-container>div {
  351. font-size: 14px;
  352. min-width: 80px !important;
  353. padding: 12px !important;
  354. box-shadow: none;
  355. }
  356. .toast-center-center {
  357. position: fixed;
  358. min-width: 220px;
  359. top: 50%;
  360. left: 50%;
  361. text-align: center;
  362. transform: translateX(-50%);
  363. color: #FFFFFF;
  364. border-radius: 0.1rem;
  365. }
  366. @media (max-width: 480px) and (min-width: 241px) {
  367. #toast-container>div {
  368. min-width: 80px !important;
  369. width: auto;
  370. }
  371. }