feat: 主页移动端

This commit is contained in:
2026-06-03 16:42:55 +08:00
parent 45742f7095
commit 2a1ed3d9e5
6 changed files with 131 additions and 34 deletions

View File

@@ -80,12 +80,34 @@
}
}
@media (max-width: 800px) {
padding: 15px 20px;
min-height: 155px;
padding: 20px 14px 18px;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 28px;
> .left {
order: 1;
font-size: 11px;
line-height: 1.4;
}
> .right {
order: 2;
width: 100%;
justify-content: space-around;
gap: 10px;
> div {
border-left: none;
margin-left: 0;
padding-left: 0;
> .link {
font-size: 11px;
line-height: 1.4;
white-space: nowrap;
}
}
}
}