officialWebsite/src/views/companyprofil/size768/index.vue

536 lines
17 KiB
Vue
Raw Normal View History

2025-02-19 11:04:19 +00:00
<template>
<header className="header flex items-center justify-between">
<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')"
>
首页
</div>
<div
class="tab-item"
:class="{ active: currentTab === 'company' }"
@click="handleTabClick('company')"
>
公司概况
</div>
<div
class="tab-item"
:class="{ active: currentTab === 'business' }"
@click="handleTabClick('business')"
>
业务介绍
</div>
</div>
</header>
<main ref="main">
<section style="background: #ffffff">
<div class="relative section-first h-[1524px] box-contain pt-[718px]">
2025-02-19 11:59:32 +00:00
<div
class="w-[640px] title ml-[188px]"
:ref="
(el) => {
moveRefs[0].value = el;
}
"
>
2025-02-19 11:04:19 +00:00
<div>领航文艺全周期</div>
<div>创变价值新巅峰</div>
</div>
<div
2025-02-19 11:59:32 +00:00
:ref="
(el) => {
moveRefs[1].value = el;
}
"
2025-02-19 11:04:19 +00:00
class="w-full text-[35px] text-[#8B59F7] w-[958px] ml-[188px] mt-[55px]"
>
FiEE立志成为文艺创作全周期的掌舵人深度参与从灵感初绽作品打磨完成到市场推广宣传文化广泛传播的每一处关键节点
</div>
2025-02-19 11:59:32 +00:00
<div ref="moveRef3" class="absolute top-[603px] right-[63px]">
2025-02-19 11:04:19 +00:00
<img
class="w-[949px] h-[574px]"
src="@/assets/image/companyprofil/image-q.png"
/>
</div>
</div>
<div class="w-[1920px] h-[955px]">
<img src="@/assets/image/companyprofil/icon-lang.png" alt="logo" />
</div>
</section>
<section style="background: #f8f9ff">
<div class="flex flex-wrap justify-center">
<div class="content w-full px-[188px] mt-[113px]">
<div class="text-[#8B59F7] text-[40px]">公司介绍</div>
</div>
<div class="w-full title mt-[58px] px-[188px]">
<div>独树一帜</div>
<div>全周期价值赋能领航者</div>
</div>
<div class="w-full px-[188px] mt-[140px]">
2025-02-19 11:59:32 +00:00
<div
:ref="
(el) => {
moveRefs[2].value = el;
}
"
class="text-[#455363] text-[40px] w-[1345px]"
>
2025-02-19 11:04:19 +00:00
FiEE彻底打破传统单一服务机构的局限以行业变革者的姿态深度融合前沿技术与丰富多元的资源精心构建起一套贯穿文艺创作从萌芽构思到辉煌绽放全流程的
"全周期" 价值赋能体系
</div>
2025-02-19 11:59:32 +00:00
<div
:ref="
(el) => {
moveRefs[3].value = el;
}
"
class="mt-[60px] text-[#455363] text-[40px] w-[1345px]"
>
2025-02-19 11:04:19 +00:00
无论你是刚刚踏入文艺殿堂怀揣梦想的创作新人还是在文艺道路上摸爬滚打渴望突破创作瓶颈攀登更高文艺巅峰的成熟文艺工作者FiEE都将成为你最坚实的伙伴一路贴心陪伴为你的文艺征途遮风挡雨指引前行的方向
</div>
</div>
2025-02-19 11:59:32 +00:00
<div
:ref="
(el) => {
moveRefs[4].value = el;
}
"
class="mt-[140px] mb-[235px] overflow-hidden"
>
2025-02-19 11:04:19 +00:00
<img
2025-02-19 11:59:32 +00:00
:ref="
(el) => {
moveRefs[5].value = el;
}
"
2025-02-19 11:04:19 +00:00
class="w-[1625px] h-[1038px]"
src="@/assets/image/companyprofil/imageshow-2.png"
/>
</div>
</div>
</section>
2025-02-19 11:59:32 +00:00
<section class="relative" style="background: #fff">
2025-02-19 11:04:19 +00:00
<div class="flex flex-wrap justify-center">
<div class="content w-full px-[188px] mt-[113px]">
<div class="text-[#8B59F7] text-[40px]">团队介绍</div>
</div>
<div class="w-full title mt-[58px] px-[188px]">
<div>汇聚精英</div>
<div>点燃文艺创变引擎</div>
</div>
<div class="w-full px-[188px] mt-[140px]">
2025-02-19 11:59:32 +00:00
<div
:ref="
(el) => {
moveRefs[6].value = el;
}
"
class="text-[#455363] text-[40px] w-[1345px]"
>
2025-02-19 11:04:19 +00:00
FiEE团队由运营专家技术精英及国际顾问组成提供从内容策划到全球推广的全方位支持通过跨界合作与资源整合FiEE突破传统边界探索文艺新表达依托前沿技术与精准营销助力作品实现商业价值与社会影响力的双重提升为文艺繁荣注入持久动力
</div>
</div>
<div class="mt-[143px] mb-[188px] overflow-hidden">
<img
2025-02-19 11:59:32 +00:00
:ref="
(el) => {
moveRefs[7].value = el;
}
"
2025-02-19 11:04:19 +00:00
class="w-[1625px] h-[1038px]"
2025-02-19 11:59:32 +00:00
src="@/assets/image/companyprofil/imageshow-3.png"
2025-02-19 11:04:19 +00:00
/>
</div>
<div class="w-full px-[188px]">
<img
class="w-[145px] h-[145px]"
src="@/assets/image/companyprofil/icon-lun.png"
/>
<div class="w-full mt-[50px] text-[#10253E] text-[45px]">
纵横全球 多元领航
</div>
<div class="mt-[38px] text-[#455363] text-[40px] w-[1345px]">
海外精准营销铺设多元渠道塑造国际品牌智能管理
多语言平台提供本地化服务
</div>
</div>
<div class="w-full px-[188px] mt-[170px]">
<img
class="w-[145px] h-[145px]"
src="@/assets/image/companyprofil/icon-love.png"
/>
<div class="w-full mt-[50px] text-[#10253E] text-[45px]">
深耕粉丝 构筑生态
</div>
<div class="mt-[38px] text-[#455363] text-[40px] w-[1345px]">
社区精细运营提供多元增值服务升级社群管理工具精准触达用户创新激励机制开发特色衍生周边
</div>
</div>
2025-02-19 11:59:32 +00:00
<div class="w-full px-[188px] mt-[160px] mb-[250px]">
2025-02-19 11:04:19 +00:00
<img
class="w-[145px] h-[145px]"
src="@/assets/image/companyprofil/icon-p.png"
/>
<div class="w-full mt-[50px] text-[#10253E] text-[45px]">
广纳贤才 团队进阶
</div>
<div class="mt-[38px] text-[#455363] text-[40px] w-[1345px]">
广纳技术营销精英注入创新活力强化内部培训优化组织架构引入先进理念提升管理与服务效能
</div>
</div>
2025-02-19 11:59:32 +00:00
<div class="icon-langmul">
2025-02-19 11:04:19 +00:00
<img
class="w-[846px] h-[216px]"
src="@/assets/image/companyprofil/icon-langmul.png"
/>
</div>
</div>
</section>
2025-02-19 11:59:32 +00:00
<section class="section-four">
<div class="flex flex-wrap justify-center">
<div class="content w-full px-[188px] mt-[458px]">
<div class="text-[#8B59F7] text-[40px]">卓越建树</div>
</div>
<div
:ref="
(el) => {
moveRefs[8].value = el;
}
"
class="w-full title mt-[58px] px-[188px]"
>
<div>以开拓之姿</div>
<div>登文艺之巅</div>
</div>
<div class="w-full px-[188px] mt-[140px]">
<div
:ref="
(el) => {
moveRefs[9].value = el;
}
"
class="text-[#455363] text-[40px] w-[1345px]"
>
长期深耕文艺领域FiEE持续拓展业务版图积累了深厚的行业资源搭建起广泛的合作网络目前已与多个全球热门自媒体平台深度携手从多维度助力文艺创作者闪耀国际舞台绽放独有的艺术光芒
</div>
</div>
<div
:ref="
(el) => {
moveRefs[10].value = el;
}
"
class="w-full mt-[260px] px-[188px] text-[55px] font-semibold"
>
<div>权威资质认证</div>
<div>铸就文艺事业坚实根基</div>
</div>
<div
:ref="
(el) => {
moveRefs[11].value = el;
}
"
class="w-full px-[188px] mt-[60px]"
>
<div class="text-[#455363] text-[40px] w-[1345px]">
FiEE提供专业且权威的资质认证服务助力文艺创作者获取行业广泛认可的资质这不仅能让文艺创作者的作品价值得到显著提升更能使文艺创作者在竞争白热化的艺术市场中崭露头角大幅增强文艺工作者的市场竞争力为文艺创作者的事业铺就稳固基石
</div>
</div>
<div
:ref="
(el) => {
moveRefs[12].value = el;
}
"
class="mt-[120px] mb-[260px] overflow-hidden"
>
<img
class="w-[1625px] h-[1038px]"
src="@/assets/image/companyprofil/imageshow-4.png"
/>
</div>
<div
:ref="
(el) => {
moveRefs[13].value = el;
}
"
class="w-full px-[188px] text-[55px] font-semibold"
>
<div>全球平台矩阵</div>
<div>拓展文艺传播边界</div>
</div>
<div class="w-full px-[188px] mt-[60px]">
<div
:ref="
(el) => {
moveRefs[14].value = el;
}
"
class="text-[#455363] text-[40px] w-[1345px]"
>
<div>
FiEE凭借深厚的行业资源和广泛的合作网络与超过 30
个全球热门自媒体平台达成深度战略合作伙伴关系
</div>
<div>
从国际知名的社交平台到专注文艺领域的专业媒体我们为文艺创作者精心打造专属账号并运用先进的优化策略让文艺创作者的账号在众多创作者中脱颖而出
</div>
</div>
</div>
<div class="mt-[120px] mb-[220px] overflow-hidden">
<img
:ref="
(el) => {
moveRefs[15].value = el;
}
"
class="w-[1625px] h-[1038px]"
src="@/assets/image/companyprofil/imageshow-5.png"
/>
</div>
</div>
</section>
2025-02-20 02:29:53 +00:00
<section style="background: #fff">
<div class="flex flex-wrap justify-center">
<div class="content w-full px-[188px] mt-[245px]">
<div class="text-[#8B59F7] text-[40px]">聚焦FiEE前沿动态</div>
</div>
<div
:ref="
(el) => {
moveRefs[16].value = el;
}
"
class="w-full title mt-[58px] px-[188px]"
>
<div>洞察趋势</div>
<div>点亮文艺前行灯塔</div>
</div>
<div class="w-full px-[188px] mt-[140px]">
<div
:ref="
(el) => {
moveRefs[17].value = el;
}
"
class="text-[#455363] text-[40px] w-[1345px]"
>
FIEE始终扎根文艺领域时刻紧跟全球艺术发展趋势通过深度剖析案例开展跨界研讨探索文艺与科技商业的深度融合为文艺事业未来发展提供前瞻性洞察与灵感启迪
</div>
</div>
<div class="mt-[310px] mb-[253px]">
<n-marquee>
<div
v-for="(item, idx) in state.marqueeArr"
:key="idx"
class="marquee-item w-[785px] flex flex-wrap justify-center pt-[23px] pb-[40px] pl-[20px] pr-[18px]"
>
<img class="w-[748px] h-[563px]" :src="item.imgUrl" />
<div class="pl-[20px] pr-[60px]">
<div class="text-[50px] font-medium mt-[38px]">
<div>{{ item.title }}</div>
</div>
<div class="mt-[23px] text-[#455363] text-[40px]">
<div>{{ item.subTitle }}</div>
</div>
</div>
</div>
</n-marquee>
</div>
</div>
</section>
2025-02-19 11:04:19 +00:00
</main>
</template>
<script setup>
2025-02-20 02:29:53 +00:00
import { onUnmounted, ref, onMounted, reactive } from "vue";
2025-02-19 11:04:19 +00:00
import gsap from "gsap";
import { ScrollTrigger } from "gsap/ScrollTrigger";
import { useHome } from "@/store/home/index.js";
import { useTransitionComposable } from "@/composables/transition-composable";
// 注册 ScrollTrigger 插件
gsap.registerPlugin(ScrollTrigger);
const { transitionState } = useTransitionComposable();
const main = ref();
2025-02-19 11:59:32 +00:00
const moveRefs = ref(
2025-02-20 02:29:53 +00:00
Array(18)
2025-02-19 11:59:32 +00:00
.fill(null)
.map(() => ref(null))
);
2025-02-19 11:04:19 +00:00
const { currentTab } = useHome();
let ctx;
2025-02-20 02:29:53 +00:00
// 导入图片
import imageShow1 from "@/assets/image/companyprofil/imageshow-1.png";
const state = reactive({
marqueeArr: [
{
title: "强大资源网络,拓展无限商业",
subTitle:
"FiEE与全球知名文艺机构、主流媒体建立深度合作构建庞大资源网络帮文艺创作者对接高端资源拓展艺术作品授权、衍生品开发等商业合作机会。",
imgUrl: imageShow1, // 使用导入的图片
},
{
title: "强大资源网络,拓展无限商业",
subTitle:
"FiEE与全球知名文艺机构、主流媒体建立深度合作构建庞大资源网络帮文艺创作者对接高端资源拓展艺术作品授权、衍生品开发等商业合作机会。",
imgUrl: imageShow1, // 使用导入的图片
},
{
title: "强大资源网络,拓展无限商业",
subTitle:
"FiEE与全球知名文艺机构、主流媒体建立深度合作构建庞大资源网络帮文艺创作者对接高端资源拓展艺术作品授权、衍生品开发等商业合作机会。",
imgUrl: imageShow1, // 使用导入的图片
},
{
title: "强大资源网络,拓展无限商业",
subTitle:
"FiEE与全球知名文艺机构、主流媒体建立深度合作构建庞大资源网络帮文艺创作者对接高端资源拓展艺术作品授权、衍生品开发等商业合作机会。",
imgUrl: imageShow1, // 使用导入的图片
},
{
title: "强大资源网络,拓展无限商业",
subTitle:
"FiEE与全球知名文艺机构、主流媒体建立深度合作构建庞大资源网络帮文艺创作者对接高端资源拓展艺术作品授权、衍生品开发等商业合作机会。",
imgUrl: imageShow1, // 使用导入的图片
},
],
});
2025-02-19 11:04:19 +00:00
onMounted(() => {
ctx = gsap.context(() => {
2025-02-19 11:59:32 +00:00
moveRefs.value.forEach((moveRef, index) => {
if (moveRef.value) {
gsap.from(moveRef.value, {
x: index % 2 === 0 ? "-100%" : "100%",
duration: 1.2,
ease: "power2.out",
scrollTrigger: {
trigger: moveRef.value,
start: "top 80%",
end: "top 40%",
toggleActions: "play none none reverse",
markers: true,
},
});
}
2025-02-19 11:04:19 +00:00
});
});
});
onUnmounted(() => {
if (ctx) {
ctx.revert();
}
ScrollTrigger.killAll();
});
const handleTabClick = (tab) => {
currentTab.value = tab;
};
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,
});
});
};
</script>
<style scoped lang="scss">
.header {
width: 100%;
height: 155px;
position: fixed;
z-index: 10;
top: 0;
left: 0;
right: 0;
padding: 0 10rem;
background-color: transparent;
}
.logo {
img {
width: 270px;
height: 83px;
}
}
.tabs {
display: flex;
gap: 32px;
margin-right: 32px;
}
.tab-item {
font-size: 30px;
color: #000000;
cursor: pointer;
transition: color 0.3s ease;
padding: 4px 8px;
&.active {
color: #8b59fa;
}
&:hover {
color: #8b59fa;
}
}
.title {
font-size: 90px;
font-weight: 600;
}
.section-first {
background: url("@/assets/image/companyprofil/image-x.png");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
2025-02-19 11:59:32 +00:00
.section-four {
background: url("@/assets/image/companyprofil/bg-3.png");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.icon-langmul {
position: absolute;
bottom: -80px;
right: 0;
}
2025-02-20 02:29:53 +00:00
.marquee-item {
border-radius: 30px;
box-shadow: 0 8px 35px 3px rgba(0, 0, 0, 0.16);
}
2025-02-19 11:04:19 +00:00
</style>