This commit is contained in:
2026-02-10 17:27:08 +08:00
parent bbe7d882c0
commit bbb32017bb
3 changed files with 47 additions and 17 deletions

View File

@@ -49,22 +49,16 @@
}
.bg-1 {
z-index: -1;
animation: opacity-in 0.5s ease-in-out 1 both;
}
.bg-2 {
@keyframes bg-2 {
0% {
z-index: 10;
}
100% {
z-index: -1;
}
}
animation: bg-2 0.5s ease-in-out 1 both;
animation: z-index-10to-1 0.5s ease-in-out 1 both;
}
.bg {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
// background-color: rgba(248, 247, 245, 1);
> * {
position: absolute;