This commit is contained in:
张成
2026-04-29 10:20:02 +08:00
parent 9ae71507c8
commit f0623c69ff
8 changed files with 166 additions and 51 deletions

View File

@@ -153,4 +153,18 @@ export default {
font-size: 16px;
line-height: 1.8;
}
@media (max-width: 768px) {
.legal-hero {
padding: 112px 0 48px;
}
.legal-content {
padding: 48px 0;
}
.legal-section {
padding: 20px 0;
}
}
</style>