This commit is contained in:
zhangjianjun 2026-04-13 17:06:38 +08:00
parent e7fd91871b
commit 48a7fbe796
4 changed files with 9 additions and 2 deletions

View File

@ -150,6 +150,7 @@
@media (max-width: 30rem) { @media (max-width: 30rem) {
.hero { .hero {
padding-bottom: 2rem; padding-bottom: 2rem;
min-height: 40vh;
} }
.heroContent { .heroContent {

View File

@ -179,7 +179,7 @@
} }
.footerGrid { .footerGrid {
grid-template-columns: 1fr; grid-template-columns: repeat(6, 1fr) ;
gap: 0.75rem; gap: 0.75rem;
} }

View File

@ -460,7 +460,7 @@
@media (max-width: 48rem) { @media (max-width: 48rem) {
.header { .header {
height: 4rem; height: 8rem;
} }
.headerInner::after { .headerInner::after {
@ -481,4 +481,5 @@
.dropPanel { .dropPanel {
display: none; display: none;
} }
} }

View File

@ -263,6 +263,11 @@
.newsItem { .newsItem {
min-height: auto; min-height: auto;
} }
.newsGrid {
grid-template-columns: 1fr !important;
}
} }
.cardBg { .cardBg {