update resources

This commit is contained in:
QIDI TECH
2025-02-26 20:01:47 +08:00
parent 29360eb5e5
commit 7d213ce20c
61 changed files with 1515 additions and 1219 deletions

View File

@@ -0,0 +1,36 @@
@keyframes rotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
body
{
display:flex;
align-content: center;
justify-content: center;
}
#LoadBlock
{
display:flex;
align-items: center;
justify-content: center;
}
#LoadingSvg
{
animation: rotate 1.2s infinite linear;
margin-right: 8px;
height: 120%;
}
#LoadTip
{
font-size: 15px;
font-weight: 700;
color: #262E30;
}