This commit is contained in:
2026-02-06 09:43:10 +08:00
80 changed files with 1317 additions and 349 deletions

View File

@@ -21,6 +21,7 @@ body,
width: 100%;
height: 100%;
overflow: hidden;
font-family: 'Medium';
}
@keyframes loading {
@@ -37,4 +38,8 @@ body,
background-color: rgba(248, 247, 245, 1);
background-image: url('@/assets/images/home-bg.png');
background-size: 100% 100%;
}
.flex{
display: flex;
}