一些小优化

This commit is contained in:
liub
2026-02-10 15:45:45 +08:00
parent 63214ded3b
commit fc88bd6f7d
8 changed files with 51 additions and 40 deletions

View File

@ -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 {