This commit is contained in:
parent
0c7e669d1c
commit
5d931ef310
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -91,6 +91,7 @@
|
|||
justify-content: space-between;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
z-index: 99999;
|
||||
}
|
||||
|
||||
.headerInner::after {
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ export default function RuijingGroup() {
|
|||
/>
|
||||
|
||||
{section1Data && <ParagraphSection data={section1Data} />}
|
||||
{swiperCardData && <SwiperCardSection data={swiperCardData} />}
|
||||
{swiperCardData && <SwiperCardSection data={swiperCardData} disableHover />}
|
||||
|
||||
{section3Data && (
|
||||
<Section
|
||||
|
|
|
|||
Loading…
Reference in New Issue