This commit is contained in:
浅念 2025-06-09 13:45:55 +08:00
parent 8e7bae5ac9
commit 901aea41b4
2 changed files with 12 additions and 2 deletions

View File

@ -4965,7 +4965,18 @@ footer .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggl
align-items: center; align-items: center;
z-index: 9999; z-index: 9999;
} }
#preloaderx{
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
/* background: white; */
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
}
.spinner { .spinner {
width: 56px; width: 56px;
height: 56px; height: 56px;

View File

@ -34,7 +34,6 @@
<!-- <div id="content"></div> --> <!-- <div id="content"></div> -->
</div> </div>
<!-- PRELOADER END --> <!-- PRELOADER END -->
<!-- Main Wrapper Start --> <!-- Main Wrapper Start -->