fixbug
This commit is contained in:
parent
375f6125e0
commit
18350b5540
@ -183,11 +183,11 @@ const handleDragEnd = (e) => {
|
||||
};
|
||||
|
||||
// 导入图片
|
||||
import carouselShow1 from "@/assets/image/companyprofil/carouselShow-1.png";
|
||||
import carouselShow2 from "@/assets/image/companyprofil/carouselShow-2.png";
|
||||
import carouselShow3 from "@/assets/image/companyprofil/carouselShow-3.png";
|
||||
import carouselShow4 from "@/assets/image/companyprofil/carouselShow-4.png";
|
||||
import carouselShow5 from "@/assets/image/companyprofil/carouselShow-5.png";
|
||||
import carouselShow1 from "@/assets/image/companyprofil/768/carouselShow-1.png";
|
||||
import carouselShow2 from "@/assets/image/companyprofil/768/carouselShow-2.png";
|
||||
import carouselShow3 from "@/assets/image/companyprofil/768/carouselShow-3.png";
|
||||
import carouselShow4 from "@/assets/image/companyprofil/768/carouselShow-4.png";
|
||||
import carouselShow5 from "@/assets/image/companyprofil/768/carouselShow-5.png";
|
||||
|
||||
const state = reactive({
|
||||
marqueeArr: [
|
||||
@ -458,10 +458,10 @@ onUnmounted(() => {
|
||||
<div class="w-full mt-[56px] flex flex-wrap justify-end">
|
||||
<div class="flex flex-wrap mr-[20px]">
|
||||
<div class="arrow-btn" @click="handlePrev">
|
||||
<img class="w-[38px] h-[38px]" src="@/assets/image/companyprofil/icon-left.png" />
|
||||
<img class="w-[38px] h-[38px]" src="@/assets/image/companyprofil/768/icon-left.png" />
|
||||
</div>
|
||||
<div class="arrow-btn ml-[25px]" @click="handleNext">
|
||||
<img class="w-[38px] h-[38px]" src="@/assets/image/companyprofil/icon-right.png" />
|
||||
<img class="w-[38px] h-[38px]" src="@/assets/image/companyprofil/768/icon-right.png" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -31,7 +31,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
<main class="px-[490px]">
|
||||
<section
|
||||
className="section-first"
|
||||
v-if="state.pageTitle === '实现技术突破,引领文艺创作技术革新'"
|
||||
@ -39,23 +39,23 @@
|
||||
>
|
||||
<div class="flex flex-wrap justify-center">
|
||||
<div
|
||||
class="w-full title mt-[298px] px-[180px] text-center div-indent"
|
||||
class="w-full title mt-[158px] text-center div-indent"
|
||||
>
|
||||
实现技术突破,引领文艺创作技术革新
|
||||
</div>
|
||||
<div
|
||||
class="w-full text-center mt-[28px] text-[#455363] text-[40px] div-indent"
|
||||
class="w-full text-center mt-[9px] text-[#455363] text-[16px] div-indent"
|
||||
>
|
||||
2025年02月07日 12时00分
|
||||
</div>
|
||||
<div class="mt-[63px] overflow-hidden div-indent">
|
||||
<div class="mt-[63px]">
|
||||
<img
|
||||
class="w-[1625px] h-[1003px]"
|
||||
src="@/assets/image/companyprofil/carouselShow-1.png"
|
||||
class="w-[930px] h-[574px]"
|
||||
src="@/assets/image/companyprofil/768/carouselShow-1.png"
|
||||
/>
|
||||
</div>
|
||||
<div
|
||||
class="w-full px-[188px] text-[#455363] text-[40px] div-indent mt-[118px] mb-[275px]"
|
||||
class="w-full px-[20px] text-[#455363] text-[16px] div-indent mt-[47px] mb-[275px]"
|
||||
>
|
||||
<div>
|
||||
在数字化浪潮以前所未有的态势席卷文艺领域的当下,文艺创作正经历着深刻变革。FiEE凭借着团队持之以恒的努力与创新精神,在文艺创作技术领域取得了具有里程碑意义的重大突破。
|
||||
@ -105,18 +105,18 @@
|
||||
全球化战略升级,FiEE与30+国际平台达成战略合作,构建文艺传播新矩阵
|
||||
</div>
|
||||
<div
|
||||
class="w-full text-center mt-[28px] text-[#455363] text-[40px] div-indent"
|
||||
class="w-full text-center mt-[28px] text-[#455363] text-[16px] div-indent"
|
||||
>
|
||||
2025年02月10日 10时30分
|
||||
</div>
|
||||
<div class="mt-[63px] overflow-hidden div-indent">
|
||||
<div class="mt-[63px] overflow-hidden">
|
||||
<img
|
||||
class="w-[1625px] h-[1003px]"
|
||||
src="@/assets/image/companyprofil/carouselShow-2.png"
|
||||
class="w-[930px] h-[574px]"
|
||||
src="@/assets/image/companyprofil/768/carouselShow-2.png"
|
||||
/>
|
||||
</div>
|
||||
<div
|
||||
class="w-full px-[188px] text-[#455363] text-[40px] div-indent mt-[118px] mb-[275px]"
|
||||
class="w-full px-[20px] text-[#455363] text-[16px] div-indent mt-[47px] mb-[275px]"
|
||||
>
|
||||
<div>
|
||||
在全球文化交融以前所未有的迅猛之势加速推进的时代大背景下,文艺领域已然成为文化交流与创新的前沿阵地。作为文艺行业的领航者,FiEE
|
||||
@ -173,18 +173,18 @@
|
||||
助力文艺创作者,FiEE 发布 “AI × 短视频” 全链路解决方案
|
||||
</div>
|
||||
<div
|
||||
class="w-full text-center mt-[28px] text-[#455363] text-[40px] div-indent"
|
||||
class="w-full text-center mt-[28px] text-[#455363] text-[16px] div-indent"
|
||||
>
|
||||
2025年02月14日 12时30分
|
||||
</div>
|
||||
<div class="mt-[63px] overflow-hidden div-indent">
|
||||
<div class="mt-[63px] overflow-hidden">
|
||||
<img
|
||||
class="w-[1625px] h-[1003px]"
|
||||
src="@/assets/image/companyprofil/carouselShow-3.png"
|
||||
class="w-[930px] h-[574px]"
|
||||
src="@/assets/image/companyprofil/768/carouselShow-3.png"
|
||||
/>
|
||||
</div>
|
||||
<div
|
||||
class="w-full px-[188px] text-[#455363] text-[40px] div-indent mt-[118px] mb-[275px]"
|
||||
class="w-full px-[20px] text-[#455363] text-[16px] div-indent mt-[47px] mb-[275px]"
|
||||
>
|
||||
<div>
|
||||
对于文艺创作者而言,创作瓶颈与效率低下是横亘在前行道路上的两座大山。构思一个吸引人的短视频脚本,常常需要耗费大量时间和精力,创作者们不仅要绞尽脑汁思考独特的创意,还要兼顾受众喜好和市场趋势。
|
||||
@ -244,18 +244,18 @@
|
||||
FiEE启动 18 个月艺术 KOL 孵化,培育文艺领域明日之星
|
||||
</div>
|
||||
<div
|
||||
class="w-full text-center mt-[28px] text-[#455363] text-[40px] div-indent"
|
||||
class="w-full text-center mt-[28px] text-[#455363] text-[16px] div-indent"
|
||||
>
|
||||
2025年02月19日 12时00分
|
||||
</div>
|
||||
<div class="mt-[63px] overflow-hidden div-indent">
|
||||
<div class="mt-[63px] overflow-hidden">
|
||||
<img
|
||||
class="w-[1625px] h-[1003px]"
|
||||
src="@/assets/image/companyprofil/carouselShow-4.png"
|
||||
class="w-[930px] h-[574px]"
|
||||
src="@/assets/image/companyprofil/768/carouselShow-4.png"
|
||||
/>
|
||||
</div>
|
||||
<div
|
||||
class="w-full px-[188px] text-[#455363] text-[40px] div-indent mt-[118px] mb-[275px]"
|
||||
class="w-full px-[20px] text-[#455363] text-[16px] div-indent mt-[47px] mb-[275px]"
|
||||
>
|
||||
<div>
|
||||
在文艺产业蓬勃发展的当下,优质内容创作者的重要性愈发凸显。作为行业内的先锋企业,FiEE始终关注着文艺领域的人才培养与发展动态。
|
||||
@ -311,18 +311,18 @@
|
||||
多元人才汇聚,FiEE 构筑文艺创新发展基石
|
||||
</div>
|
||||
<div
|
||||
class="w-full text-center mt-[28px] text-[#455363] text-[40px] div-indent"
|
||||
class="w-full text-center mt-[28px] text-[#455363] text-[16px] div-indent"
|
||||
>
|
||||
2025年02月20日 12时00分
|
||||
</div>
|
||||
<div class="mt-[63px] overflow-hidden div-indent">
|
||||
<div class="mt-[63px] overflow-hidden">
|
||||
<img
|
||||
class="w-[1625px] h-[1003px]"
|
||||
src="@/assets/image/companyprofil/carouselShow-5.png"
|
||||
class="w-[930px] h-[574px]"
|
||||
src="@/assets/image/companyprofil/768/carouselShow-5.png"
|
||||
/>
|
||||
</div>
|
||||
<div
|
||||
class="w-full px-[188px] text-[#455363] text-[40px] div-indent mt-[118px] mb-[275px]"
|
||||
class="w-full px-[20px] text-[#455363] text-[16px] div-indent mt-[47px] mb-[275px]"
|
||||
>
|
||||
<div>
|
||||
在当下文艺行业蓬勃发展、百花齐放的黄金时代,创新俨然成为引领行业持续进步、突破传统格局的关键要素。而追根溯源,人才作为创新的核心驱动力,其重要性不言而喻。
|
||||
@ -367,7 +367,7 @@
|
||||
className="flex flex-wrap justify-center"
|
||||
>
|
||||
<img
|
||||
class="w-[580px] h-[55px] my-[85px]"
|
||||
class="w-[232px] h-[22px] my-[85px]"
|
||||
src="@/assets/image/image-footer.png"
|
||||
alt="logo"
|
||||
/>
|
||||
@ -455,13 +455,13 @@ onUnmounted(() => {});
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 85px;
|
||||
font-size: 40px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.div-indent {
|
||||
text-indent: 2em; // Adjust the value as needed for the desired indent
|
||||
line-height: 75px;
|
||||
|
||||
}
|
||||
.title {
|
||||
line-height: 110px;
|
||||
|
Loading…
Reference in New Issue
Block a user