no message
This commit is contained in:
parent
b8012137e5
commit
adbd17433e
@ -343,20 +343,6 @@
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
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;
|
||||
}
|
||||
.recruit .list .item {
|
||||
width: 565px;
|
||||
|
@ -384,21 +384,21 @@
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 10px;
|
||||
opacity: 0;
|
||||
transition: all 0.3s;
|
||||
animation: listShow 0.3s forwards;
|
||||
@keyframes listShow {
|
||||
0% {
|
||||
opacity: 0;
|
||||
}
|
||||
// opacity: 0;
|
||||
// transition: all 0.3s;
|
||||
// animation: listShow 0.3s forwards;
|
||||
// @keyframes listShow {
|
||||
// 0% {
|
||||
// opacity: 0;
|
||||
// }
|
||||
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
&.active {
|
||||
opacity: 1;
|
||||
}
|
||||
// 100% {
|
||||
// opacity: 1;
|
||||
// }
|
||||
// }
|
||||
// &.active {
|
||||
// opacity: 1;
|
||||
// }
|
||||
}
|
||||
.item {
|
||||
width: 565px;
|
||||
|
Loading…
Reference in New Issue
Block a user