This commit is contained in:
zhangjianjun 2026-03-31 16:41:59 +08:00
parent 0c7e669d1c
commit 5d931ef310
3 changed files with 4 additions and 3 deletions

View File

@ -27,12 +27,12 @@
@media (max-width: 48rem) { @media (max-width: 48rem) {
.section { .section {
padding: 4rem 4rem; padding: 4rem 0;
} }
} }
@media (max-width: 30rem) { @media (max-width: 30rem) {
.section { .section {
padding: 3rem 1.25rem; padding: 3rem 0;
} }
} }

View File

@ -91,6 +91,7 @@
justify-content: space-between; justify-content: space-between;
height: 100%; height: 100%;
width: 100%; width: 100%;
z-index: 99999;
} }
.headerInner::after { .headerInner::after {

View File

@ -33,7 +33,7 @@ export default function RuijingGroup() {
/> />
{section1Data && <ParagraphSection data={section1Data} />} {section1Data && <ParagraphSection data={section1Data} />}
{swiperCardData && <SwiperCardSection data={swiperCardData} />} {swiperCardData && <SwiperCardSection data={swiperCardData} disableHover />}
{section3Data && ( {section3Data && (
<Section <Section