You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2 lines
510 KiB
CSS
2 lines
510 KiB
CSS
|
6 months ago
|
@charset "UTF-8";.loading{display:flex;width:100%;height:100%;justify-content:center;align-items:center;flex-direction:column;background-color:#f4f7f9}.loading .loading-wrap{position:absolute;top:50%;left:50%;display:flex;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);justify-content:center;align-items:center;flex-direction:column}.loading .dots{display:flex;padding:98px;justify-content:center;align-items:center}.loading .loading-title{display:flex;font-weight:700;margin-top:30px;font-size:36px;color:#000000d9;justify-content:center;align-items:center}.dot{position:relative;display:inline-block;width:48px;height:48px;margin-top:30px;font-size:32px;transform:rotate(45deg);box-sizing:border-box;animation:antRotate 1.2s infinite linear}.dot i{position:absolute;display:block;width:20px;height:20px;background-color:#0065cc;border-radius:100%;opacity:.3;transform:scale(.75);animation:antSpinMove 1s infinite linear alternate;transform-origin:50% 50%}.dot i:nth-child(1){top:0;left:0}.dot i:nth-child(2){top:0;right:0;-webkit-animation-delay:.4s;animation-delay:.4s}.dot i:nth-child(3){right:0;bottom:0;-webkit-animation-delay:.8s;animation-delay:.8s}.dot i:nth-child(4){bottom:0;left:0;-webkit-animation-delay:1.2s;animation-delay:1.2s}@keyframes antRotate{to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}@-webkit-keyframes antRotate{to{-webkit-transform:rotate(405deg);transform:rotate(405deg)}}@keyframes antSpinMove{to{opacity:1}}@-webkit-keyframes antSpinMove{to{opacity:1}}.tox-tinymce-aux{z-index:9999!important}*,*:after,*:before{box-sizing:border-box;font-family:Microsoft Yahei}body{padding:0;margin:0}.container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.container-star{background-image:linear-gradient(to bottom,#292256 0%,#8446cf 70%,#a871d6 100%)}.container-star:after{background:radial-gradient(ellipse at center,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 40%,rgba(15,10,38,.2) 100%);content:"";width:100%;height:100%;position:absolute;top:0}.star-1{position:absolute;border-radius:50%;background-color:#fff;-webkit-animation:twinkle 5s infinite ease-in-out;animation:twinkle 5s infinite ease-in-out}.star-1:after{height:100%;width:100%;-webkit-transform:rotate(90deg);transform:rotate(90deg);content:"";position:absolute;background-color:#fff;border-radius:50%}.star-1:before{background:radial-gradient(ellipse at center,rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 60%,rgba(255,255,255,0) 100%);position:absolute;border-radius:50%;content:"";top:-20%;left:-50%}.star-1:nth-of-type(1){top:78vh;left:44vw;width:.04737rem;height:.01579rem;-webkit-animation-delay:4s;animation-delay:4s}.star-1:nth-of-type(1):before{width:.09474rem;height:.09474rem;top:-250%}.star-1:nth-of-type(2){top:94vh;left:67vw;width:.03158rem;height:.01053rem;-webkit-animation-delay:3s;animation-delay:3s}.star-1:nth-of-type(2):before{width:.06316rem;height:.06316rem;top:-250%}.star-1:nth-of-type(3){top:41vh;left:66vw;width:.03158rem;height:.01053rem;-webkit-animation-delay:1s;animation-delay:1s}.star-1:nth-of-type(3):before{width:.06316rem;height:.06316rem;top:-250%}.star-1:nth-of-type(4){top:72vh;left:77vw;width:.04737rem;height:.01579rem;-webkit-animation-delay:3s;animation-delay:3s}.star-1:nth-of-type(4):before{width:.09474rem;height:.09474rem;top:-250%}.star-1:nth-of-type(5){top:14vh;left:68vw;width:.04737rem;height:.01579rem;-webkit-animation-delay:4s;animation-delay:4s}.star-1:nth-of-type(5):before{width:.09474rem;height:.09474rem;top:-250%}.star-1:nth-of-type(6){top:26vh;left:79vw;width:.03158rem;height:.01053rem;-webkit-animation-delay:4s;animation-delay:4s}.star-1:nth-of-type(6):before{width:.06316rem;height:.06316rem;top:-250%}.star-1:nth-of-type(7){top:28vh;left:84vw;width:.04737rem;height:.01579rem;-webkit-animation-delay:1s;animation-delay:1s}.star-1:nth-of-type(7):before{width:.09474rem;height:.09474rem;top:-250%}.star-1:nth-of-type(8){top:42vh;left:28vw;width:.02105rem;height:.00702rem;-webkit-animation-delay:3s;animation-delay:3s}.star-1:nth-of-type(8):before{width:.04211rem;height:.04211r
|