This commit is contained in:
2023-08-09 16:44:10 +08:00
parent 2cdb072ab8
commit ba59394115
100 changed files with 8965 additions and 307 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 137 KiB

BIN
public/favicon1.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

@@ -27,13 +27,13 @@
padding: 0.2em 0;
}
.logo {
position: absolute;
/* position: absolute; */
display: block;
left: 50%;
top: 50%;
/* left: 50%;
top: 50%; */
width: 100px;
/* height: 162px; */
transform: translate3d(-50%, -80px, 0);
/* transform: translate3d(-50%, -80px, 0); */
animation: twinkling 1.2s infinite ease-in-out;
}
/* .animated {
@@ -54,21 +54,22 @@
}
}
.loading {
position: absolute;
/* position: absolute; */
margin-top: 40px;
display: block;
left: 50%;
top: 50%;
transform: translate3d(-50%, 80px, 0);
/* left: 50%; */
/* top: 50%; */
/* transform: translate3d(-50%, 80px, 0); */
color: #fefeff;
font-size: 14px;
}
canvas {
/* canvas {
display: block;
left: 50%;
position: absolute;
top: 50%;
transform: translate3d(-50%, 100px, 0);
}
} */
#loader-wrapper {
position: relative;
@@ -76,6 +77,10 @@
height: 100%;
background: #1a1a34;
z-index: 1000;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
</style>
<script src="/loading/prefixfree.min.js"></script>