UNPKG

press-pix

Version:
106 lines (103 loc) 2.23 kB
@keyframes Rotate { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @keyframes Opacity { 0% { opacity: 0; } 100% { opacity: 1; } } .popup-container{ position: fixed; left: 0; top: 0; bottom: 0; right: 0; width: 100%; height: 100%; display: flex; flex-direction: row; align-items: center; justify-content: center; background-color: #fff; background-image: url(https://image-1251917893.file.myqcloud.com/Esports/pix/img/loading-bg.jpg); background-size: cover; background-position: center center; background-repeat: no-repeat; z-index: 99; animation: Opacity 1.2s ease-out forwards; &.hide-bg { background-color: transparent; background-image: none; } &.black-bg { background-color: rgba(0, 0, 0, 0.8); background-image: none; } } .popup-container-box { position: relative; display: flex; flex-direction: row; align-items: center; justify-content: center; width: 13rem; height: 7.2rem; } .btn-back { position: absolute; top: 0; left: -.56rem; width: 1rem; height: .6rem; background-image: url(https://image-1251917893.file.myqcloud.com/Esports/pix/img/icon-back.png); background-size: .62rem .3rem; background-repeat: no-repeat; background-position: center center; z-index: 10; &.fixed-back { position: fixed; top: .23rem; left: .75rem; } } .img-loading{ position: relative; width: 1.62rem; height: 1.62rem; background-image: url(https://image-1251917893.file.myqcloud.com/Esports/pix/img/img-loading.png); background-size: 100%; background-repeat: no-repeat; z-index: 99; animation: Rotate 1.5s linear infinite; } .background-img-loading{ position: relative; width: .6rem; height: .6rem; z-index: 99; background-image: url(https://image-1251917893.file.myqcloud.com/Esports/pix/img/loading-p.png); background-size: contain; background-repeat: no-repeat; animation: Rotate 1.5s linear infinite; } .loading-text { font-family: GameFont; margin-top: .22rem; font-size: .24rem; color:#798dc6; } .loading-box { display: flex; flex-direction: column; align-items: center; position: relative; z-index: 99; }