no message
This commit is contained in:
parent
6087d86711
commit
b8012137e5
@ -345,6 +345,15 @@
|
||||
gap: 10px;
|
||||
opacity: 0;
|
||||
transition: all 0.3s;
|
||||
animation: listShow 0.3s forwards;
|
||||
}
|
||||
@keyframes listShow {
|
||||
0% {
|
||||
opacity: 0;
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
.recruit .list .list-item.active {
|
||||
opacity: 1;
|
||||
|
@ -386,6 +386,16 @@
|
||||
gap: 10px;
|
||||
opacity: 0;
|
||||
transition: all 0.3s;
|
||||
animation: listShow 0.3s forwards;
|
||||
@keyframes listShow {
|
||||
0% {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
&.active {
|
||||
opacity: 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user