This commit is contained in:
张成
2026-04-28 16:05:41 +08:00
parent 6e394297b3
commit 335a513571
4 changed files with 73 additions and 50 deletions

View File

@@ -130,10 +130,12 @@ export default {
.page-banner {
position: relative;
padding: 160px 0 86px;
height: 440px;
color: #fff;
text-align: center;
overflow: hidden;
display: flex;
align-items: center;
}
.banner-content {
@@ -259,6 +261,10 @@ export default {
}
@media (max-width: 992px) {
.page-banner {
height: 360px;
}
.services-grid,
.features {
grid-template-columns: 1fr;