no message

This commit is contained in:
DESKTOP-RQ919RC\Pc 2025-04-03 12:23:08 +08:00
parent 1412414f72
commit 948a1e2a02
2 changed files with 28 additions and 4 deletions

View File

@ -520,10 +520,13 @@
left: 50%;
z-index: 102;
transform: translateX(-50%);
animation: sortShow 0.3s;
animation: sortShow150 0.3s;
overflow: hidden;
}
@keyframes sortShow {
.content .body .right .h .sort .sort-list.sort-list-tow {
animation: sortShow100 0.3s;
}
@keyframes sortShow150 {
0% {
height: 0;
}
@ -531,6 +534,14 @@
height: 150px;
}
}
@keyframes sortShow100 {
0% {
height: 0;
}
100% {
height: 100px;
}
}
.content .body .right .h .sort .sort-list .sort-item {
height: 50px;
line-height: 50px;

View File

@ -583,10 +583,13 @@
left: 50%;
z-index: 102;
transform: translateX(-50%);
animation: sortShow 0.3s;
animation: sortShow150 0.3s;
overflow: hidden;
&.sort-list-tow {
animation: sortShow100 0.3s;
}
@keyframes sortShow {
@keyframes sortShow150 {
0% {
height: 0;
}
@ -596,6 +599,16 @@
}
}
@keyframes sortShow100 {
0% {
height: 0;
}
100% {
height: 100px;
}
}
.sort-item {
height: 50px;
line-height: 50px;