This commit is contained in:
lzp
2026-02-27 16:04:55 +08:00
parent 467be3d75c
commit 190357caf5
13 changed files with 115 additions and 43 deletions

View File

@@ -47,6 +47,7 @@
overflow: hidden;
display: flex;
user-select: none;
> .right-main {
flex: 1;
display: flex;
@@ -61,8 +62,10 @@
}
}
}
.bg-1 {
z-index: -1;
background: #f8f7f5;
animation: opacity-in 0.5s ease-in-out 1 both;
}
.bg-2 {
@@ -73,7 +76,6 @@
width: 100%;
height: 100%;
overflow: hidden;
// background-color: rgba(248, 247, 245, 1);
> * {
position: absolute;
border-radius: 50%;