This commit is contained in:
zhangjianjun 2026-04-13 14:43:32 +08:00
parent 4415c7d3d3
commit 7345586831
2 changed files with 22 additions and 17 deletions

View File

@ -133,22 +133,26 @@ export default function BusinessCommercialGroup() {
{section3Data && <BottomTabsSection data={section3Data} />} {section3Data && <BottomTabsSection data={section3Data} />}
<section {
className={`${styles.twoColSection} ${styles.propertyServices}`} section4Data.hide ? null : (
style={{ <section
backgroundImage: `url(${section4Data?.backgroundImage}), ${FALLBACK_GRADIENT}`, className={`${styles.twoColSection} ${styles.propertyServices}`}
}} style={{
> backgroundImage: `url(${section4Data?.backgroundImage}), ${FALLBACK_GRADIENT}`,
<div className={styles.propertyServicesContent}> }}
<div className={styles.propertyServicesTitle}>{section4Data?.title}</div> >
<p className={styles.propertyServicesSubtitle}>{section4Data?.content}</p> <div className={styles.propertyServicesContent}>
<ScrollReveal preset="slideUp" className={styles.propertyServicesBtn}> <div className={styles.propertyServicesTitle}>{section4Data?.title}</div>
<Link to={section4Data?.path ?? "#"} > <p className={styles.propertyServicesSubtitle}>{section4Data?.content}</p>
{viewDetail} <ScrollReveal preset="slideUp" className={styles.propertyServicesBtn}>
</Link> <Link to={section4Data?.path ?? "#"} >
</ScrollReveal> {viewDetail}
</div> </Link>
</section> </ScrollReveal>
</div>
</section>
)
}
</div> </div>
); );
} }

View File

@ -2,6 +2,7 @@
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
gap: 6.25rem;
.campusColLeft { .campusColLeft {
display: flex; display: flex;
@ -34,7 +35,7 @@
.campusColRight { .campusColRight {
.jobList { .jobList {
padding-bottom: 6.25rem; padding-bottom: 6.25rem;
width: 60rem; /* width: 60rem; */
min-height: 31.25rem; min-height: 31.25rem;
} }
.jobItem { .jobItem {