no message

This commit is contained in:
A1300399510 2024-12-17 15:19:33 +08:00
parent 5899ffadab
commit 48fcd8b3c5
2 changed files with 2 additions and 0 deletions

View File

@ -280,6 +280,7 @@
.recruit .list { .recruit .list {
overflow: hidden; overflow: hidden;
margin-bottom: 20px; margin-bottom: 20px;
width: 1140px;
} }
.recruit .list .list-item { .recruit .list .list-item {
display: grid; display: grid;

View File

@ -314,6 +314,7 @@
.list { .list {
overflow: hidden; overflow: hidden;
margin-bottom: 20px; margin-bottom: 20px;
width: 1140px;
.list-item { .list-item {
display: grid; display: grid;
grid-template-columns: repeat(2, 1fr); grid-template-columns: repeat(2, 1fr);