no message
This commit is contained in:
parent
689d8bb881
commit
6087d86711
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user