| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440 |
- @media screen and (max-width: 750px) {
- html {
- font-size: calc(100vw / 7.5);
- }
- }
- @media screen and (min-width: 750px) {
- html {
- font-size: calc(450px / 7.5);
- }
- }
- html, body, div, ul, li, p {
- padding: 0;
- margin: 0;
- }
- ul, li {
- list-style: none;
- }
- .container{
- width: 7.5rem;
- min-height: 100vh;
- background-color: rgba(22, 12, 31, 1);
- padding-bottom: 0.34rem;
- }
- .rule-wrap{
- display: flex;
- justify-content: flex-end;
- padding: 0.1rem 0.18rem 0 0;
- }
- .rule{
- width: 1.06rem;
- height: 1.06rem;
- }
- .activity-text-wrap{
- width: 5.62rem;
- height: 0.92rem;
- margin: auto;
- }
- .activity-text{
- width: 100%;
- height: 100%;
- }
- .activity-tips-wrap{
- width: 4.58rem;
- height: 0.68rem;
- margin: auto;
- }
- .activity-tips{
- width: 100%;
- height: 100%;
- }
- .star-wrap{
- width: 5.71rem;
- height: 3.88rem;
- margin: auto;
- margin-top: 1rem;
- position: relative;
- z-index: 99;
- }
- .star{
- width: 100%;
- height: 100%;
- }
- .out-point{
- width: 0.2rem;
- height: 0.2rem;
- position: absolute;
- }
- .out-point1{
- top: -0.1rem;
- left: 2.78rem;
- }
- .out-point2{
- top: 1.4rem;
- left: 0.76rem;
-
- }
- .out-point3{
- bottom: 0;
- left: 1.48rem;
- }
- .out-point4{
- top: 1.4rem;
- right: 0.76rem;
- }
- .out-point5{
- bottom: 0;
- right: 1.48rem;
- }
- .in-point{
- width: 0.12rem;
- height: 0.12rem;
- position: absolute;
- }
- .in-point1{
- top: 0.8rem;
- left: 2.82rem;
- }
- .in-point2{
- top: 1.6rem;
- left: 1.62rem;
- }
- .in-point3{
- bottom: 0.8rem;
- left: 2.02rem;
- }
- .in-point4{
- top: 1.6rem;
- right: 1.62rem;
- }
- .in-point5{
- bottom: 0.8rem;
- right: 2.02rem;
- }
- .station-wrap{
- width: 7.05rem;
- height: 4.25rem;
- margin: auto;
- position: relative;
- margin-top: -0.5rem;
- }
- .station{
- width: 100%;
- height: 100%;
- }
- .station-text-wrap{
- position: absolute;
- bottom: 1.3rem;
- left: 50%;
- transform: translateX(-50%);
- width: 6.63rem;
- height: 1.15rem;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- background: rgba(37, 36, 75, 0.2);
- box-shadow: -0.03rem -0.02rem 0.18rem 0 #0F2141;
- opacity: 0.2;
- border-radius: 0.16rem;
- font-size: 0.28rem;
- color: #FFFFFF;
- }
- .btn-list{
- width: 100%;
- position: absolute;
- bottom: 0.22rem;
- display: flex;
- justify-content: space-around;
- }
- .btn{
- width: 3.1rem;
- height: 0.9rem;
- }
- .award-get-wrap{
- width: 7.08rem;
- height: 2.02rem;
- display: flex;
- justify-content: space-between;
- background: #25244B;
- border-radius: 0.11rem;
- margin: auto;
- }
- .number-wrap{
- margin-left: 0.22rem;
- font-size: 0.28rem;
- color: #FFFFFF;
- }
- .rest-times{
- padding-top: 0.66rem;
- font-size: 0.28rem;
- color: #FFFFFF;
- }
- .rest-number{
- color: rgba(253, 255, 65, 1);
- }
- .small-star{
- width: 0.33rem;
- height: 0.32rem;
- }
- .process-wrap{
- display: flex;
- align-items: center;
- margin-top: 0.24rem;
- }
- .line-wrap{
- width: 3.81rem;
- height: 0.12rem;
- background: linear-gradient(89deg, #58A9F5 0%, #DFE9F8 51%, #FFB5F5 99%);
- border-radius: 0.06rem;
- position: relative;
- margin-left: 0.18rem;
- }
- .icon{
- width: 0.3rem;
- height: 0.3rem;
- }
- .icon1{
- position: absolute;
- top: 50%;
- transform: translateY(-50%);
- left: 0.8rem;
- }
- .icon2{
- position: absolute;
- top: 50%;
- transform: translateY(-50%);
- left: 1.8rem;
- }
- .get-times{
- width: 1.21rem;
- height: 1.01rem;
- padding: 0.69rem 0.24rem 0 0;
- }
- .no-join-activity{
- margin-top: 0.28rem;
- text-align: center;
- font-size: 0.24rem;
- color: #CCCCCC;
- }
- .light-record-wrap{
- margin-top: 0.69rem;
- }
- .record-title-wrap{
- font-size: 0.24rem;
- }
- .record-main-wrap{
- width: 7.09rem;
- padding-bottom: 0.27rem;
- border-radius: 0.1rem;
- margin: auto;
- margin-top: 0.26rem;
- background-image: url('../img/anniversaryCelebrate/right-selected.png');
- background-repeat: repeat-y;
- background-size: cover;
- }
- .record-main-active-wrap{
- background-image: url('../img/anniversaryCelebrate/left-selected.png');
- }
- .change-wrap{
- display: flex;
- }
- .get-award-wrap{
- width: 3.11rem;
- height: 0.62rem;
- display: flex;
- justify-content: center;
- align-items: center;
- margin: 0.11rem 0 0 0.26rem;
- position: relative;
- }
- .award-img{
- width: 3.11rem;
- height: 0.62rem;
- position: absolute;
- top: 0;
- }
- .right-bg{
- display: none;
- width: 2.88rem;
- margin-left: 0.5rem;
- }
- .get-award-img{
- width: 0.33rem;
- height: 0.3rem;
- }
- .get-award-text{
- margin-left: 0.2rem;
- font-size: 0.32rem;
- color: #FFFFFF;
- }
- .used-text{
- opacity: 0.6;
- }
- .light-title-wrap{
- display: flex;
- justify-content: space-between;
- margin: 0 0.25rem;
- margin-top: 0.36rem;
- border-bottom: 0.01rem solid rgba(213, 227, 253, 0.1);
- }
- .award-text{
- margin-left: 0.6rem;
- }
- .active-text{
- margin-right: 0.4rem;
- }
- .light-title-text{
- padding-bottom: 0.16rem;
- font-size: 0.24rem;
- color: #FFFFFF;
- }
- .light-content-list{
- border-bottom: 0.01rem solid rgba(213, 227, 253, 0.5);
- margin: 0 0.23rem;
- max-height: 4.88rem;
- overflow-y: scroll;
- }
- .light-content-wrap{
- display: flex;
- justify-content: space-between;
- margin: 0.26rem 0;
- }
- .light-content-text{
- font-size: 0.24rem;
- color: #FFFFFF;
- }
- .light-content-time{
- font-size: 0.24rem;
- color: #B3B3B3;
- }
- .get-btn{
- width: 1.2rem;
- height: 0.4rem;
- line-height: 0.4rem;
- text-align: center;
- background: linear-gradient(101deg, #85B0FF 0%, #3F83FF 99%);
- border-radius: 0.2rem;
- font-size: 0.26rem;
- color: #FFFFFF;
- }
- .btn-active{
- color: rgba(255, 255, 255, 0.5);
- background: rgba(29, 27, 62, 1);
- }
- .all-light{
- padding-top: 0.23rem;
- text-align: center;
- font-size: 0.26rem;
- color: #FFFFFF;
- }
- .activity-intrduction-wrap{
- margin-top: 0.41rem;
- text-align: center;
- font-size: 0.28rem;
- color: #FFFFFF;
- }
- .law-statement{
- width: 3.22rem;
- margin: auto;
- margin-top: 0.43rem;
- font-size: 0.24rem;
- color: #5BB4FF;
- border-bottom: 0.01rem solid rgba(91, 180, 255, 1);
- }
- #toast-container>.toast-error {
- background-image: none !important;
- }
- .toast-error {
- background-color: rgba(0, 0, 0, 0.8);
- }
- #toast-container>div {
- font-size: 14px;
- min-width: 80px !important;
- padding: 12px !important;
- box-shadow: none;
- }
- .toast-center-center {
- position: fixed;
- min-width: 220px;
- top: 50%;
- left: 50%;
- text-align: center;
- transform: translateX(-50%);
- color: #FFFFFF;
- border-radius: 0.1rem;
- }
- @media (max-width: 480px) and (min-width: 241px) {
- #toast-container>div {
- min-width: 80px !important;
- width: auto;
- }
- }
|