officialWebsite/src/views/businessintroduction/size375/index.vue

836 lines
23 KiB
Vue
Raw Normal View History

2025-02-19 11:04:19 +00:00
<template>
2025-02-21 03:51:56 +00:00
<div class="page-container">
2025-02-22 11:07:59 +00:00
<n-divider class="divider1" vertical />
<n-divider class="divider5" vertical />
2025-02-22 12:42:33 +00:00
<header class="header flex items-center justify-between">
2025-02-21 03:51:56 +00:00
<div class="logo">
<img src="@/assets/image/logo.png" alt="logo" />
</div>
<div class="tabs">
<div
class="tab-item"
:class="{ active: currentTab === 'home' }"
@click="handleTabClick('home')"
>
2025-02-22 12:42:33 +00:00
{{ $t("home.nav.home") }}
2025-02-21 03:51:56 +00:00
</div>
<div
class="tab-item"
2025-02-22 09:37:27 +00:00
:class="{ active: currentTab === 'companyprofil' }"
@click="handleTabClick('companyprofil')"
2025-02-21 03:51:56 +00:00
>
2025-02-22 12:42:33 +00:00
{{ $t("home.nav.company") }}
2025-02-21 03:51:56 +00:00
</div>
<div
class="tab-item"
2025-02-22 09:37:27 +00:00
:class="{ active: currentTab === 'businessintroduction' }"
@click="handleTabClick('businessintroduction')"
2025-02-21 03:51:56 +00:00
>
2025-02-22 12:42:33 +00:00
{{ $t("home.nav.businessintroduction") }}
2025-02-21 03:51:56 +00:00
</div>
</div>
</header>
<main>
2025-02-22 12:42:33 +00:00
<section class="relative pb-[1020px]">
2025-02-21 03:51:56 +00:00
<div class="absolute top-[0px] right-[0px]">
<img
src="@/assets/image/businessintroduction/375/bg-6.png"
class="w-[1920px]"
2025-02-21 03:51:56 +00:00
/>
</div>
<div class="pt-[2345px]">
2025-02-21 03:51:56 +00:00
<div
class="w-full title ml-[188px]"
2025-02-21 03:51:56 +00:00
:ref="
(el) => {
moveRefs[0].value = el;
}
"
>
2025-02-22 12:42:33 +00:00
<div>{{ $t("businessintroduction.hero.title1") }}</div>
<div>{{ $t("businessintroduction.hero.title2") }}</div>
2025-02-21 03:51:56 +00:00
</div>
<div
:ref="
(el) => {
moveRefs[1].value = el;
}
"
class="text-[51px] text-[#8B59F7] w-[1413px] ml-[188px] mt-[55px]"
2025-02-21 03:51:56 +00:00
>
2025-02-22 12:42:33 +00:00
{{ $t("businessintroduction.hero.desc") }}
2025-02-21 03:51:56 +00:00
</div>
</div>
<div class="absolute bottom-[-260px] left-[0px]">
<img
src="@/assets/image/businessintroduction/375/bg-7.png"
class="w-[1405px] h-[1428px]"
/>
</div>
2025-02-21 03:51:56 +00:00
<div
:ref="
(el) => {
moveRefs[3].value = el;
}
"
2025-02-22 11:07:59 +00:00
class="absolute bottom-[-376px] right-[0px] z-4"
2025-02-21 03:51:56 +00:00
>
<img
src="@/assets/image/businessintroduction/375/bg-2.png"
class="w-[1039px]"
2025-02-21 03:51:56 +00:00
/>
</div>
</section>
<section class="section-sec relative">
<div class="flex flex-wrap justify-center pt-[480px]">
<div class="w-full px-[184px]">
2025-02-22 12:42:33 +00:00
<div class="text-[#8B59F7] text-[72px] font-semibold">
{{ $t("businessintroduction.industry.label") }}
</div>
2025-02-21 03:51:56 +00:00
</div>
<div class="w-full title mt-[87px] px-[184px]">
2025-02-22 12:42:33 +00:00
<div>
{{ $t("businessintroduction.industry.title").split("")[0] }}
</div>
<div>
{{ $t("businessintroduction.industry.title").split("")[1] }}
</div>
2025-02-21 03:51:56 +00:00
</div>
<div class="w-full px-[184px] mt-[159px]">
2025-02-21 03:51:56 +00:00
<div
:ref="
(el) => {
moveRefs[4].value = el;
}
"
class="text-[#455363] text-[72px] pr-[139px]"
2025-02-21 03:51:56 +00:00
>
2025-02-22 12:42:33 +00:00
{{ $t("businessintroduction.industry.desc") }}
2025-02-21 03:51:56 +00:00
</div>
</div>
<div
class="w-full mt-[287px] px-[184px] font-semibold text-[92px] text-[#8B59F7]"
2025-02-21 03:51:56 +00:00
>
2025-02-22 12:42:33 +00:00
<div>
{{ $t("businessintroduction.industry.challenges.title") }}
</div>
2025-02-21 03:51:56 +00:00
</div>
<div class="w-full px-[184px] flex flex-wrap">
2025-02-21 03:51:56 +00:00
<div
2025-02-22 12:42:33 +00:00
v-for="(item, index) in challengeItems"
:key="index"
2025-02-21 03:51:56 +00:00
:ref="
(el) => {
2025-02-22 12:42:33 +00:00
moveRefs[5 + index].value = el;
2025-02-21 03:51:56 +00:00
}
"
class="w-full mt-[154px] flex flex-wrap text-[72px]"
2025-02-21 03:51:56 +00:00
>
<div
class="w-full font-semibold text-[82px] text-[#455363] flex flex-wrap items-center"
>
2025-02-21 03:51:56 +00:00
<img
class="w-[82px] h-[82px] mr-[51px]"
src="@/assets/image/businessintroduction/375/icon-y.png"
2025-02-21 03:51:56 +00:00
/>
2025-02-22 12:42:33 +00:00
{{ item.title }}
2025-02-21 03:51:56 +00:00
</div>
<div class="w-full mt-[15px] pl-[133px] text-[#455363]">
2025-02-22 12:42:33 +00:00
{{ item.desc }}
2025-02-21 03:51:56 +00:00
</div>
</div>
</div>
<div
:ref="
(el) => {
moveRefs[9].value = el;
}
"
class="w-full mt-[160px] px-[184px] font-semibold text-[92px] text-[#8B59F7]"
2025-02-21 03:51:56 +00:00
>
2025-02-22 12:42:33 +00:00
<div>
{{
$t("businessintroduction.industry.opportunity.title").split(
""
)[0]
}}
</div>
<div>
{{
$t("businessintroduction.industry.opportunity.title").split(
""
)[1]
}}
</div>
2025-02-21 03:51:56 +00:00
</div>
<div
:ref="
(el) => {
moveRefs[10].value = el;
}
"
class="w-full mt-[154px] px-[184px] text-[72px] text-[#455363] leading-[102px] mb-[379px]"
2025-02-21 03:51:56 +00:00
>
<div>
2025-02-22 12:42:33 +00:00
{{ $t("businessintroduction.industry.opportunity.desc") }}
2025-02-21 03:51:56 +00:00
</div>
</div>
</div>
</section>
<section class="relative" style="background: #fff">
<div class="flex flex-wrap justify-center">
<div class="w-full px-[184px] mt-[369px]">
2025-02-22 12:42:33 +00:00
<div class="text-[#8B59F7] text-[72px] font-semibold">
{{ $t("businessintroduction.solution.label") }}
</div>
2025-02-21 03:51:56 +00:00
</div>
<div class="w-full title mt-[87px] px-[184px]">
2025-02-22 12:42:33 +00:00
<div>
{{ $t("businessintroduction.solution.title").split("")[0] }}
</div>
<div>
{{ $t("businessintroduction.solution.title").split("")[1] }}
</div>
2025-02-21 03:51:56 +00:00
</div>
<div class="mt-[230px] mb-[399px] overflow-hidden">
2025-02-21 03:51:56 +00:00
<img
:ref="
(el) => {
moveRefs[11].value = el;
}
"
class="w-[1715px]"
src="@/assets/image/businessintroduction/375/imageshow-2.png"
2025-02-21 03:51:56 +00:00
/>
</div>
<div class="w-full px-[184px]">
2025-02-21 03:51:56 +00:00
<img
class="w-[306px] h-[229px]"
src="@/assets/image/businessintroduction/375/icon-l.png"
2025-02-21 03:51:56 +00:00
/>
<div
class="w-full mt-[102px] text-[#10253E] text-[82px] font-semibold"
2025-02-21 03:51:56 +00:00
>
2025-02-22 12:42:33 +00:00
{{ $t("businessintroduction.solution.features.precision.title") }}
2025-02-21 03:51:56 +00:00
</div>
<div
:ref="
(el) => {
moveRefs[12].value = el;
}
"
class="mt-[87px] text-[#455363] text-[72px] pr-[112px]"
2025-02-21 03:51:56 +00:00
>
2025-02-22 12:42:33 +00:00
{{ $t("businessintroduction.solution.features.precision.desc") }}
2025-02-21 03:51:56 +00:00
</div>
</div>
<div class="w-full px-[184px] mt-[410px]">
2025-02-21 03:51:56 +00:00
<img
class="w-[222px] h-[198px]"
src="@/assets/image/businessintroduction/375/icon-k.png"
2025-02-21 03:51:56 +00:00
/>
<div
class="w-full mt-[128px] text-[#10253E] text-[82px] font-semibold"
2025-02-21 03:51:56 +00:00
>
2025-02-22 12:42:33 +00:00
{{
$t("businessintroduction.solution.features.monetization.title")
}}
2025-02-21 03:51:56 +00:00
</div>
<div
:ref="
(el) => {
moveRefs[13].value = el;
}
"
class="mt-[87px] text-[#455363] text-[72px] pr-[112px]"
2025-02-21 03:51:56 +00:00
>
2025-02-22 12:42:33 +00:00
{{
$t("businessintroduction.solution.features.monetization.desc")
}}
2025-02-21 03:51:56 +00:00
</div>
</div>
<div class="w-full px-[184px] mt-[410px] mb-[379px]">
2025-02-21 03:51:56 +00:00
<img
class="w-[227px] h-[222px]"
src="@/assets/image/businessintroduction/375/icon-h.png"
2025-02-21 03:51:56 +00:00
/>
<div
class="w-full mt-[123px] text-[#10253E] text-[82px] font-semibold"
2025-02-21 03:51:56 +00:00
>
2025-02-22 12:42:33 +00:00
{{
$t("businessintroduction.solution.features.interaction.title")
}}
2025-02-21 03:51:56 +00:00
</div>
<div
:ref="
(el) => {
moveRefs[14].value = el;
}
"
class="mt-[87px] text-[#455363] text-[72px] pr-[112px]"
2025-02-21 03:51:56 +00:00
>
2025-02-22 12:42:33 +00:00
{{
$t("businessintroduction.solution.features.interaction.desc")
}}
2025-02-21 03:51:56 +00:00
</div>
</div>
</div>
</section>
<section class="relative" style="background: #f8f9ff">
<div class="flex flex-wrap justify-center relative pb-[875px]">
<div class="w-full px-[184px] mt-[379px]">
2025-02-22 12:42:33 +00:00
<div class="text-[#8B59F7] text-[72px]">
{{ $t("businessintroduction.vision.label") }}
</div>
2025-02-21 03:51:56 +00:00
</div>
<div class="w-full title mt-[87px] px-[184px]">
2025-02-22 12:42:33 +00:00
<div>{{ $t("businessintroduction.vision.title") }}</div>
2025-02-21 03:51:56 +00:00
</div>
<div class="w-full px-[184px] mt-[159px]">
2025-02-21 03:51:56 +00:00
<div
:ref="
(el) => {
moveRefs[15].value = el;
}
"
class="text-[#455363] text-[72px] pr-[112px]"
2025-02-21 03:51:56 +00:00
>
2025-02-22 12:42:33 +00:00
{{ $t("businessintroduction.vision.desc") }}
2025-02-21 03:51:56 +00:00
</div>
</div>
<div
class="w-full mt-[287px] px-[184px] font-semibold text-[92px] text-[#8B59F7]"
2025-02-21 03:51:56 +00:00
>
2025-02-22 12:42:33 +00:00
<div>{{ $t("businessintroduction.vision.community.title") }}</div>
2025-02-21 03:51:56 +00:00
</div>
<div
:ref="
(el) => {
moveRefs[16].value = el;
}
"
class="w-full mt-[154px] px-[184px] text-[72px] text-[#455363]"
2025-02-21 03:51:56 +00:00
>
<div>
2025-02-22 12:42:33 +00:00
{{ $t("businessintroduction.vision.community.desc") }}
2025-02-21 03:51:56 +00:00
</div>
</div>
<div class="absolute bottom-[-180px]">
2025-02-21 03:51:56 +00:00
<img
:ref="
(el) => {
moveRefs[17].value = el;
}
"
class="w-[1715px]"
src="@/assets/image/businessintroduction/375/imageshow-1.png"
2025-02-21 03:51:56 +00:00
/>
</div>
</div>
</section>
<section class="section-five h-[4562px] pt-[379px] relative">
<div class="w-full px-[184px]">
<div class="text-[#fff] text-[92px] font-semibold">
2025-02-22 12:42:33 +00:00
<div>
{{ $t("businessintroduction.cooperation.title").split(",")[0] }}
</div>
<div>
{{ $t("businessintroduction.cooperation.title").split(",")[1] }}
</div>
2025-02-21 03:51:56 +00:00
</div>
</div>
<div
:ref="
(el) => {
moveRefs[18].value = el;
}
"
class="w-full px-[184px]"
2025-02-21 03:51:56 +00:00
>
2025-02-22 12:42:33 +00:00
<div class="w-full mt-[288px] text-[#fff] text-[82px]">
{{ $t("businessintroduction.cooperation.timeline.year2025.title") }}
</div>
<div class="mt-[87px] text-[#D1D1D1] text-[72px] w-[1431px]">
2025-02-22 12:42:33 +00:00
{{ $t("businessintroduction.cooperation.timeline.year2025.desc") }}
2025-02-21 03:51:56 +00:00
</div>
</div>
<div
:ref="
(el) => {
moveRefs[19].value = el;
}
"
class="w-full px-[184px] mt-[80px]"
2025-02-21 03:51:56 +00:00
>
2025-02-22 12:42:33 +00:00
<div class="w-full mt-[159px] text-[#fff] text-[82px]">
{{ $t("businessintroduction.cooperation.timeline.year2026.title") }}
</div>
<div class="mt-[87px] text-[#D1D1D1] text-[72px] w-[1431px]">
2025-02-22 12:42:33 +00:00
{{ $t("businessintroduction.cooperation.timeline.year2026.desc") }}
2025-02-21 03:51:56 +00:00
</div>
</div>
<div
:ref="
(el) => {
moveRefs[20].value = el;
}
"
class="w-full px-[184px] mt-[80px]"
2025-02-21 03:51:56 +00:00
>
2025-02-22 12:42:33 +00:00
<div class="w-full mt-[154px] text-[#fff] text-[82px]">
{{ $t("businessintroduction.cooperation.timeline.year2027.title") }}
</div>
<div class="mt-[87px] text-[#D1D1D1] text-[72px] w-[1431px]">
2025-02-22 12:42:33 +00:00
{{ $t("businessintroduction.cooperation.timeline.year2027.desc") }}
2025-02-21 03:51:56 +00:00
</div>
</div>
<div class="absolute bottom-[-10px] right-[0px]">
2025-02-21 03:51:56 +00:00
<img
src="@/assets/image/businessintroduction/375/bg-5.png"
2025-02-21 03:51:56 +00:00
class="h-[361px]"
/>
</div>
</section>
<section>
2025-02-21 03:51:56 +00:00
<div class="flex flex-wrap justify-center">
<div class="w-full px-[184px] mt-[300px]">
<div class="text-[#8B59F7] text-[92px] font-semibold">
2025-02-22 12:42:33 +00:00
{{ $t("businessintroduction.incubation.title") }}
2025-02-21 03:51:56 +00:00
</div>
<div class="text-[#8B59F7] text-[92px] font-semibold">
2025-02-22 12:42:33 +00:00
{{ $t("businessintroduction.incubation.subtitle") }}
2025-02-21 03:51:56 +00:00
</div>
</div>
<div class="w-full px-[184px] mt-[130px]">
2025-02-21 03:51:56 +00:00
<div
:ref="
(el) => {
moveRefs[21].value = el;
}
"
class="text-[#455363] text-[72px] pr-[57px] leading-[102px]"
2025-02-21 03:51:56 +00:00
>
2025-02-22 12:42:33 +00:00
{{ $t("businessintroduction.incubation.desc") }}
2025-02-21 03:51:56 +00:00
</div>
</div>
<div
class="w-full px-[184px] flex flex-wrap justify-between mt-[440px] mb-[384px]"
2025-02-21 03:51:56 +00:00
>
<div
:ref="
(el) => {
moveRefs[22].value = el;
}
"
class="w-full flex flex-wrap text-[72px]"
2025-02-21 03:51:56 +00:00
>
<div class="w-full">
<img
class="w-[229px] h-[222px]"
src="@/assets/image/businessintroduction/375/icon-s.png"
2025-02-21 03:51:56 +00:00
/>
</div>
<div
class="w-full font-semibold mt-[123px] text-[#10253E] text-[82px]"
2025-02-21 03:51:56 +00:00
>
2025-02-22 12:42:33 +00:00
{{ $t("businessintroduction.incubation.features.fans.title") }}
2025-02-21 03:51:56 +00:00
</div>
<div class="mt-[87px]">
2025-02-22 12:42:33 +00:00
{{ $t("businessintroduction.incubation.features.fans.desc") }}
2025-02-21 03:51:56 +00:00
</div>
</div>
<div
:ref="
(el) => {
moveRefs[23].value = el;
}
"
class="w-full flex flex-wrap text-[72px]"
2025-02-21 03:51:56 +00:00
>
<div class="w-full mt-[410px]">
2025-02-21 03:51:56 +00:00
<img
class="w-[218px] h-[222px]"
src="@/assets/image/businessintroduction/375/icon-c.png"
2025-02-21 03:51:56 +00:00
/>
</div>
<div
class="w-full font-semibold mt-[123px] text-[#10253E] text-[82px]"
2025-02-21 03:51:56 +00:00
>
2025-02-22 12:42:33 +00:00
{{ $t("businessintroduction.incubation.features.kol.title") }}
2025-02-21 03:51:56 +00:00
</div>
<div class="mt-[87px]">
2025-02-22 12:42:33 +00:00
{{ $t("businessintroduction.incubation.features.kol.desc") }}
2025-02-21 03:51:56 +00:00
</div>
</div>
</div>
</div>
</section>
<section style="background: #f8f9ff">
<div class="flex flex-wrap justify-center">
<div
:ref="
(el) => {
moveRefs[24].value = el;
}
"
class="w-full px-[184px] mt-[364px]"
2025-02-21 03:51:56 +00:00
>
<div class="text-[#8B59F7] text-[92px] font-semibold">
2025-02-22 12:42:33 +00:00
<div>{{ $t("businessintroduction.exposure.title") }}</div>
2025-02-21 03:51:56 +00:00
</div>
</div>
<div
:ref="
(el) => {
moveRefs[25].value = el;
}
"
class="w-full px-[184px] mt-[154px]"
2025-02-21 03:51:56 +00:00
>
<div class="text-[#455363] text-[72px] pr-[57px]">
2025-02-22 12:42:33 +00:00
{{ $t("businessintroduction.exposure.desc") }}
2025-02-21 03:51:56 +00:00
</div>
</div>
2025-02-22 11:07:59 +00:00
<div class="mt-[46px] mb-[246px] px-[108px]">
<div
v-for="(item, idx) in state.marqueeArr"
:key="idx"
class="w-full flex flex-wrap justify-center carousel-item"
>
<img class="carousel-image" :src="item.imgUrl" />
<div class="carousel-title w-full">
<div>{{ item.title }}</div>
</div>
<div class="carousel-subtitle">
<div>{{ item.subTitle }}</div>
2025-02-21 03:51:56 +00:00
</div>
</div>
</div>
</div>
</section>
2025-02-22 12:42:33 +00:00
<section style="background: #fff" class="flex flex-wrap justify-center">
2025-02-21 03:51:56 +00:00
<img
2025-02-22 11:07:59 +00:00
class="w-[891px] h-[87px] mt-[61px] mb-[56px]"
2025-02-21 03:51:56 +00:00
src="@/assets/image/image-footer.png"
alt="logo"
/>
</section>
</main>
</div>
2025-02-19 11:04:19 +00:00
</template>
2025-02-21 03:51:56 +00:00
<script setup>
2025-02-22 11:07:59 +00:00
import { NDivider } from "naive-ui";
2025-02-22 12:42:33 +00:00
import { onUnmounted, ref, onMounted, reactive, nextTick, computed } from "vue";
2025-02-21 03:51:56 +00:00
import gsap from "gsap";
import { ScrollTrigger } from "gsap/ScrollTrigger";
import { useHome } from "@/store/home/index.js";
import { useTransitionComposable } from "@/composables/transition-composable";
2025-02-22 12:42:33 +00:00
import { useI18n } from "vue-i18n";
2025-02-21 03:51:56 +00:00
2025-02-22 12:42:33 +00:00
// Define component custom events
2025-02-21 03:51:56 +00:00
defineEmits(["sendCode"]);
2025-02-22 12:42:33 +00:00
// Register ScrollTrigger plugin
2025-02-21 03:51:56 +00:00
gsap.registerPlugin(ScrollTrigger);
2025-02-22 12:42:33 +00:00
const { t } = useI18n();
2025-02-21 03:51:56 +00:00
const { transitionState } = useTransitionComposable();
const moveRefs = ref(
Array(27)
.fill(null)
.map(() => ref(null))
);
const { currentTab } = useHome();
let ctx;
2025-02-22 12:42:33 +00:00
// Import images
import imageshow3 from "@/assets/image/businessintroduction/375/imageshow-3.png";
import imageshow4 from "@/assets/image/businessintroduction/375/imageshow-4.png";
import imageshow5 from "@/assets/image/businessintroduction/375/imageshow-5.png";
2025-02-21 03:51:56 +00:00
const state = reactive({
2025-02-22 12:42:33 +00:00
marqueeArr: computed(() => [
2025-02-21 03:51:56 +00:00
{
2025-02-22 12:42:33 +00:00
title: t("businessintroduction.exposure.timeline.year2025.title"),
subTitle: t("businessintroduction.exposure.timeline.year2025.desc"),
imgUrl: imageshow3,
2025-02-21 03:51:56 +00:00
},
{
2025-02-22 12:42:33 +00:00
title: t("businessintroduction.exposure.timeline.year2026.title"),
subTitle: t("businessintroduction.exposure.timeline.year2026.desc"),
imgUrl: imageshow4,
2025-02-21 03:51:56 +00:00
},
{
2025-02-22 12:42:33 +00:00
title: t("businessintroduction.exposure.timeline.year2027.title"),
subTitle: t("businessintroduction.exposure.timeline.year2027.desc"),
imgUrl: imageshow5,
2025-02-21 03:51:56 +00:00
},
2025-02-22 12:42:33 +00:00
]),
2025-02-21 03:51:56 +00:00
});
2025-02-22 12:42:33 +00:00
let carouselAnimation = null; // Store GSAP animation instance
2025-02-21 03:51:56 +00:00
2025-02-22 12:42:33 +00:00
// Listen for window size changes
2025-02-21 03:51:56 +00:00
onMounted(() => {
ctx = gsap.context(() => {
moveRefs.value.forEach((moveRef, index) => {
if (moveRef.value) {
2025-02-22 12:42:33 +00:00
// Modify initial state settings
2025-02-21 03:51:56 +00:00
gsap.set(moveRef.value, {
opacity: 0,
2025-02-22 12:42:33 +00:00
// Use translateX instead of x, and set initial position within element's own width
2025-02-21 03:51:56 +00:00
transform: `translateX(${index % 2 === 0 ? "-100%" : "100%"})`,
2025-02-22 12:42:33 +00:00
// Add overflow: hidden to ensure it doesn't affect layout
2025-02-21 03:51:56 +00:00
overflow: "hidden",
});
2025-02-22 12:42:33 +00:00
// Modify animation settings
2025-02-21 03:51:56 +00:00
gsap.to(moveRef.value, {
opacity: 1,
2025-02-22 12:42:33 +00:00
transform: "translateX(0)", // Use transform instead of x
2025-02-21 03:51:56 +00:00
duration: 1.2,
ease: "power2.out",
scrollTrigger: {
trigger: moveRef.value,
start: "top 80%",
end: "top 40%",
toggleActions: "play none none reverse",
markers: false,
},
});
}
});
});
});
onUnmounted(() => {
if (ctx) {
ctx.revert();
}
ScrollTrigger.killAll();
if (carouselAnimation) {
carouselAnimation.kill();
}
});
2025-02-22 09:37:27 +00:00
import { useRouter } from "vue-router";
const router = useRouter();
2025-02-21 03:51:56 +00:00
const handleTabClick = (tab) => {
currentTab.value = tab;
2025-02-22 09:37:27 +00:00
router.push("/" + tab);
2025-02-21 03:51:56 +00:00
};
const goToSection = (i) => {
ctx.data.forEach((e) => {
if (e.vars && e.vars.id === "scrollTween") {
e.kill();
}
});
ctx.add(() => {
scrollTween = gsap.to(window, {
scrollTo: { y: i * window.innerHeight, autoKill: false },
duration: 1,
id: "scrollTween",
onComplete: () => (scrollTween = null),
overwrite: true,
});
});
};
2025-02-22 12:42:33 +00:00
// Prepare challenge items data
const challengeItems = computed(() => [
{
title: t("businessintroduction.industry.challenges.items.0.title"),
desc: t("businessintroduction.industry.challenges.items.0.desc"),
},
{
title: t("businessintroduction.industry.challenges.items.1.title"),
desc: t("businessintroduction.industry.challenges.items.1.desc"),
},
{
title: t("businessintroduction.industry.challenges.items.2.title"),
desc: t("businessintroduction.industry.challenges.items.2.desc"),
},
{
title: t("businessintroduction.industry.challenges.items.3.title"),
desc: t("businessintroduction.industry.challenges.items.3.desc"),
},
]);
2025-02-21 03:51:56 +00:00
</script>
<style scoped lang="scss">
.page-container {
width: 100%;
overflow-x: hidden;
position: relative;
}
.header {
width: 100%;
height: 260px;
2025-02-21 03:51:56 +00:00
position: fixed;
z-index: 10;
top: 0;
left: 0;
right: 0;
padding: 0 138px;
2025-02-21 03:51:56 +00:00
background-color: transparent;
}
.logo {
img {
width: 399px;
height: 128px;
2025-02-21 03:51:56 +00:00
}
}
.tabs {
display: flex;
gap: 128px;
2025-02-21 03:51:56 +00:00
margin-right: 32px;
2025-02-22 09:37:27 +00:00
margin-left: 60px;
2025-02-21 03:51:56 +00:00
}
.tab-item {
2025-02-22 09:37:27 +00:00
display: flex;
align-items: center;
font-size: 61px;
2025-02-21 03:51:56 +00:00
color: #000000;
cursor: pointer;
transition: color 0.3s ease;
padding: 4px 8px;
&.active {
color: #8b59fa;
}
&:hover {
color: #8b59fa;
}
}
.title {
font-size: 113px;
2025-02-21 03:51:56 +00:00
font-weight: 600;
color: #10253e;
line-height: 143px;
}
.subTitle {
line-height: 102px;
2025-02-21 03:51:56 +00:00
}
.section-first {
width: 100%;
background: url("@/assets/image/businessintroduction/375/bg-6.png");
2025-02-21 03:51:56 +00:00
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.section-sec {
z-index: 2;
background: url("@/assets/image/businessintroduction/375/bg-12.png");
2025-02-21 03:51:56 +00:00
background-size: cover;
background-position: right;
2025-02-21 03:51:56 +00:00
background-repeat: no-repeat;
}
.section-five {
background: url("@/assets/image/businessintroduction/375/bg-1.png");
2025-02-21 03:51:56 +00:00
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.icon-langmul {
position: absolute;
bottom: -80px;
right: 0;
}
.arrow-btn {
cursor: pointer;
}
.carousel-track {
display: flex;
will-change: transform;
cursor: grab;
user-select: none;
&:active {
cursor: grabbing;
}
}
.carousel-item {
2025-02-22 11:07:59 +00:00
margin-top: 154px;
padding: 46px 36px 118px 51px;
border-radius: 61px;
box-shadow: 0 15px 75px 5px rgba(0, 0, 0, 0.16);
2025-02-21 03:51:56 +00:00
}
.carousel-image {
2025-02-22 11:07:59 +00:00
width: 1623px;
2025-02-21 03:51:56 +00:00
object-fit: cover;
display: block;
}
.carousel-content {
padding: 0 20px 0 60px;
margin-top: 38px;
}
.carousel-title {
2025-02-22 11:07:59 +00:00
text-align: left;
font-size: 92px;
2025-02-21 03:51:56 +00:00
font-weight: 500;
2025-02-22 11:07:59 +00:00
margin-top: 87px;
2025-02-21 03:51:56 +00:00
}
.carousel-subtitle {
2025-02-22 11:07:59 +00:00
margin-top: 51px;
2025-02-21 03:51:56 +00:00
color: #455363;
2025-02-22 11:07:59 +00:00
font-size: 72px;
2025-02-21 03:51:56 +00:00
}
2025-02-22 12:42:33 +00:00
// Add a generic overflow control class
2025-02-21 03:51:56 +00:00
.overflow-hidden {
overflow: hidden;
}
2025-02-22 11:07:59 +00:00
.divider1 {
position: absolute;
z-index: 3;
left: 64px;
width: 1px;
height: 100%;
2025-02-22 12:42:33 +00:00
background-color: rgba(230, 234, 238, 0.5) !important;
2025-02-22 11:07:59 +00:00
}
.divider5 {
position: absolute;
z-index: 3;
right: 60px;
width: 1px;
height: 100%;
2025-02-22 12:42:33 +00:00
background-color: rgba(230, 234, 238, 0.5) !important;
2025-02-22 11:07:59 +00:00
}
2025-02-21 03:51:56 +00:00
</style>