no message

This commit is contained in:
A1300399510 2024-12-27 14:55:52 +08:00
parent 689d8bb881
commit 6087d86711
2 changed files with 10 additions and 0 deletions

View File

@ -343,6 +343,11 @@
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px;
opacity: 0;
transition: all 0.3s;
}
.recruit .list .list-item.active {
opacity: 1;
}
.recruit .list .item {
width: 565px;

View File

@ -384,6 +384,11 @@
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px;
opacity: 0;
transition: all 0.3s;
&.active {
opacity: 1;
}
}
.item {
width: 565px;