一些小优化
This commit is contained in:
@ -910,7 +910,7 @@
|
||||
position: absolute;
|
||||
border-radius: 50%;
|
||||
background-color: #bbe60033;
|
||||
|
||||
|
||||
display: inline-block;
|
||||
transform: translate(-50%, -50%);
|
||||
border: 1rpx solid #bbe6003d;
|
||||
@ -927,18 +927,22 @@
|
||||
|
||||
@keyframes expand {
|
||||
0% {
|
||||
width: 0;
|
||||
height: 0;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
|
||||
|
||||
100% {
|
||||
width: 18rem;
|
||||
height: 18rem;
|
||||
opacity: 0;
|
||||
}
|
||||
width: 0;
|
||||
height: 0;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
90% {
|
||||
width: 18rem;
|
||||
height: 18rem;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
100% {
|
||||
width: 0rem;
|
||||
height: 0rem;
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.mainContent {
|
||||
|
||||
Reference in New Issue
Block a user