画布
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user