移动端适配

This commit is contained in:
李志鹏
2026-05-28 11:05:51 +08:00
parent d404f5ceac
commit 6415523eef
12 changed files with 125 additions and 21 deletions

View File

@@ -93,5 +93,18 @@
}
}
}
@media (max-width: 800px) {
> .content {
flex-direction: column;
padding: 70px 90px;
> div {
padding: 0;
margin-bottom: 30px;
> div {
margin-bottom: 30px;
}
}
}
}
}
</style>