This commit is contained in:
张成
2026-04-28 19:02:58 +08:00
parent be1b4b6e9c
commit 9f9cb8d7aa
3 changed files with 64 additions and 10 deletions

View File

@@ -360,6 +360,40 @@ export default {
.footer-main {
grid-template-columns: 1fr;
gap: 30px;
justify-items: center;
text-align: center;
}
.footer-section {
width: min(520px, 100%);
}
.footer-section h4::after {
left: 50%;
transform: translateX(-50%);
}
.footer-links {
display: flex;
flex-direction: column;
align-items: center;
}
.contact-info {
align-items: center;
width: 100%;
}
.contact-item {
justify-content: center;
text-align: center;
flex-wrap: wrap;
}
.footer-logo {
display: flex;
flex-direction: column;
align-items: center;
}
.footer-bottom-content {