优化修改
This commit is contained in:
parent
99ec5382bf
commit
946652acae
@ -615,7 +615,7 @@ export default {
|
|||||||
CONTENTTWOTITLE: "Our services are structured",
|
CONTENTTWOTITLE: "Our services are structured",
|
||||||
},
|
},
|
||||||
TITLETHREE: {
|
TITLETHREE: {
|
||||||
TITLE: "Our mission and vision",
|
TITLE: "Our Mission and Vision",
|
||||||
CONTENT:
|
CONTENT:
|
||||||
"• To empower global talents through innovative technology solutions",
|
"• To empower global talents through innovative technology solutions",
|
||||||
CONTENTTWO:
|
CONTENTTWO:
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<!-- 渐变背景标题区 - 增加层次感 -->
|
<!-- 渐变背景标题区 - 增加层次感 -->
|
||||||
<section class="hero-section">
|
<section class="hero-section">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1 class="hero-title">
|
<h1 style="font-size: 40px" class="hero-title">
|
||||||
{{ $t("BusinessiIntroduction.CONTAIN.TITLEONE.TITLE") }}
|
{{ $t("BusinessiIntroduction.CONTAIN.TITLEONE.TITLE") }}
|
||||||
</h1>
|
</h1>
|
||||||
<div style="font-size: 18px" class="hero-description">
|
<div style="font-size: 18px" class="hero-description">
|
||||||
@ -15,7 +15,7 @@
|
|||||||
<!-- 业务核心解决方案 -->
|
<!-- 业务核心解决方案 -->
|
||||||
<main style="margin-top: 40px" class="container">
|
<main style="margin-top: 40px" class="container">
|
||||||
<section>
|
<section>
|
||||||
<h1 class="hero-title">
|
<h1 class="hero-title" style="font-size: 22px">
|
||||||
{{ $t("BusinessiIntroduction.CONTAIN.TITLEONE.CONTENTTWO") }}
|
{{ $t("BusinessiIntroduction.CONTAIN.TITLEONE.CONTENTTWO") }}
|
||||||
</h1>
|
</h1>
|
||||||
</section>
|
</section>
|
||||||
|
@ -4,9 +4,9 @@
|
|||||||
<!-- 渐变背景标题区 - 增加层次感 -->
|
<!-- 渐变背景标题区 - 增加层次感 -->
|
||||||
<section class="hero-section">
|
<section class="hero-section">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1 class="hero-title">
|
<h2 class="hero-title">
|
||||||
{{ $t("BusinessiIntroduction.CONTAIN.TITLEONE.TITLE") }}
|
{{ $t("BusinessiIntroduction.CONTAIN.TITLEONE.TITLE") }}
|
||||||
</h1>
|
</h2>
|
||||||
<div style="font-size: 18px" class="hero-description">
|
<div style="font-size: 18px" class="hero-description">
|
||||||
{{ $t("BusinessiIntroduction.CONTAIN.TITLEONE.CONTENT") }}
|
{{ $t("BusinessiIntroduction.CONTAIN.TITLEONE.CONTENT") }}
|
||||||
</div>
|
</div>
|
||||||
@ -15,7 +15,7 @@
|
|||||||
<!-- 业务核心解决方案 -->
|
<!-- 业务核心解决方案 -->
|
||||||
<main style="margin-top: 40px" class="container">
|
<main style="margin-top: 40px" class="container">
|
||||||
<section>
|
<section>
|
||||||
<h1 class="hero-title">
|
<h1 style="font-size: 30px" class="hero-title">
|
||||||
{{ $t("BusinessiIntroduction.CONTAIN.TITLEONE.CONTENTTWO") }}
|
{{ $t("BusinessiIntroduction.CONTAIN.TITLEONE.CONTENTTWO") }}
|
||||||
</h1>
|
</h1>
|
||||||
</section>
|
</section>
|
||||||
|
@ -22,9 +22,9 @@
|
|||||||
<section class="mission-section">
|
<section class="mission-section">
|
||||||
<div class="mission-cards">
|
<div class="mission-cards">
|
||||||
<n-card hoverable class="mission-card" v-motion-pop>
|
<n-card hoverable class="mission-card" v-motion-pop>
|
||||||
<n-h3 class="card-title">{{
|
<h1 class="section-title">
|
||||||
$t("COMPANYOVERVIEW.TITLETHREE.TITLE")
|
{{ $t("COMPANYOVERVIEW.TITLETHREE.TITLE") }}
|
||||||
}}</n-h3>
|
</h1>
|
||||||
<br />
|
<br />
|
||||||
<n-p style="font-size: 18px" class="card-content">{{
|
<n-p style="font-size: 18px" class="card-content">{{
|
||||||
$t("COMPANYOVERVIEW.TITLETHREE.CONTENT")
|
$t("COMPANYOVERVIEW.TITLETHREE.CONTENT")
|
||||||
|
@ -40,7 +40,6 @@
|
|||||||
<p>{{ $t("COMPANYOVERVIEW.TITLETWO.CONTENTTHREE") }}</p>
|
<p>{{ $t("COMPANYOVERVIEW.TITLETWO.CONTENTTHREE") }}</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- 突出成就 -->
|
<!-- 突出成就 -->
|
||||||
<section
|
<section
|
||||||
class="achievements"
|
class="achievements"
|
||||||
@ -65,6 +64,8 @@
|
|||||||
>
|
>
|
||||||
<h2 class="section-titles">{{ $t("HOME.CONTAINY.NEWS.TITLE") }}</h2>
|
<h2 class="section-titles">{{ $t("HOME.CONTAINY.NEWS.TITLE") }}</h2>
|
||||||
<div class="news-card">
|
<div class="news-card">
|
||||||
|
<!-- <div class="news-date">De 15. 2023</div> -->
|
||||||
|
<!-- <h3 class="news-title">{{ $t("HOME.CONTAINY.NEWS.LATEST_TITLE") }}</h3> -->
|
||||||
<p style="font-size: 18px">
|
<p style="font-size: 18px">
|
||||||
{{ $t("HOME.CONTAINY.NEWS.TITLETWO") }}
|
{{ $t("HOME.CONTAINY.NEWS.TITLETWO") }}
|
||||||
</p>
|
</p>
|
||||||
|
@ -40,7 +40,6 @@
|
|||||||
<p>{{ $t("COMPANYOVERVIEW.TITLETWO.CONTENTTHREE") }}</p>
|
<p>{{ $t("COMPANYOVERVIEW.TITLETWO.CONTENTTHREE") }}</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- 突出成就 -->
|
<!-- 突出成就 -->
|
||||||
<section
|
<section
|
||||||
class="achievements"
|
class="achievements"
|
||||||
|
Loading…
Reference in New Issue
Block a user