This commit is contained in:
scout 2025-02-23 14:21:45 +08:00
parent 4f12a036f2
commit 885ee6a86d

View File

@ -727,26 +727,26 @@ watch(
</n-carousel> </n-carousel>
</section> </section>
<section className="panel" style="background-color: rgba(248, 249, 255, 1)"> <section className="panel relative" style="background-color: rgba(248, 249, 255, 1)">
<n-divider class="divider1" vertical /> <n-divider class="divider1" vertical />
<div class="divider2" style=""></div> <div class="divider2" style=""></div>
<div class="divider3" style=""></div> <div class="divider3" style=""></div>
<div class="divider4" style=""></div> <div class="divider4" style=""></div>
<n-divider class="divider5" vertical /> <n-divider class="divider5" vertical />
<div class="parallax-bg" style="margin-top: 120px"> <div class="parallax-bg absolute top-[120px]">
<img <img
ref="secondImage" ref="secondImage"
class="second-image" class="second-image"
src="@/assets/image/head.png" src="@/assets/image/head.png"
/> />
</div> <div class="absolute top-[220px] left-[50%] translate-x-[-50%]">
<div class="content"> <div class="text-[#10253E] text-[54px] leading-[80px]">
<div class="text-[#10253E] text-[54px] leading-[80px]">
{{ t("home.section2.title1") }} {{ t("home.section2.title1") }}
</div> </div>
<div class="text-[#10253E] text-[54px] leading-[80px]"> <div class="text-[#10253E] text-[54px] leading-[80px]">
{{ t("home.section2.title2") }} {{ t("home.section2.title2") }}
</div> </div>
</div>
</div> </div>
</section> </section>
@ -1115,8 +1115,7 @@ watch(
.parallax-bg { .parallax-bg {
position: absolute; position: absolute;
top: -10%;
left: 0;
width: 100%; width: 100%;
height: 120%; height: 120%;
z-index: 1; z-index: 1;