diff --git a/src/components/layout/Section/index.module.css b/src/components/layout/Section/index.module.css
index 24c2bc9..05d2056 100644
--- a/src/components/layout/Section/index.module.css
+++ b/src/components/layout/Section/index.module.css
@@ -27,12 +27,12 @@
@media (max-width: 48rem) {
.section {
- padding: 4rem 4rem;
+ padding: 4rem 0;
}
}
@media (max-width: 30rem) {
.section {
- padding: 3rem 1.25rem;
+ padding: 3rem 0;
}
}
diff --git a/src/layouts/Header.module.css b/src/layouts/Header.module.css
index 3f96b2a..4e5a24f 100644
--- a/src/layouts/Header.module.css
+++ b/src/layouts/Header.module.css
@@ -91,6 +91,7 @@
justify-content: space-between;
height: 100%;
width: 100%;
+ z-index: 99999;
}
.headerInner::after {
diff --git a/src/pages/Business/RuijingGroup.tsx b/src/pages/Business/RuijingGroup.tsx
index e7d587a..9ed73aa 100644
--- a/src/pages/Business/RuijingGroup.tsx
+++ b/src/pages/Business/RuijingGroup.tsx
@@ -33,7 +33,7 @@ export default function RuijingGroup() {
/>
{section1Data && }
- {swiperCardData && }
+ {swiperCardData && }
{section3Data && (