修改字体大小 以及文字
This commit is contained in:
parent
b184eba64d
commit
91485a72b4
@ -4,9 +4,9 @@
|
|||||||
<!-- 渐变背景标题区 - 增加层次感 -->
|
<!-- 渐变背景标题区 - 增加层次感 -->
|
||||||
<section class="hero-section">
|
<section class="hero-section">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="hero-title">
|
<h1 class="hero-title">
|
||||||
{{ $t("BusinessiIntroduction.CONTAIN.TITLEONE.TITLE") }}
|
{{ $t("BusinessiIntroduction.CONTAIN.TITLEONE.TITLE") }}
|
||||||
</div>
|
</h1>
|
||||||
<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,9 +15,9 @@
|
|||||||
<!-- 业务核心解决方案 -->
|
<!-- 业务核心解决方案 -->
|
||||||
<main style="margin-top: 40px" class="container">
|
<main style="margin-top: 40px" class="container">
|
||||||
<section>
|
<section>
|
||||||
<div class="hero-title">
|
<h1 class="hero-title">
|
||||||
{{ $t("BusinessiIntroduction.CONTAIN.TITLEONE.CONTENTTWO") }}
|
{{ $t("BusinessiIntroduction.CONTAIN.TITLEONE.CONTENTTWO") }}
|
||||||
</div>
|
</h1>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<div class="solution-grid">
|
<div class="solution-grid">
|
||||||
@ -42,7 +42,9 @@
|
|||||||
class="content-point"
|
class="content-point"
|
||||||
>
|
>
|
||||||
<div class="point-icon">•</div>
|
<div class="point-icon">•</div>
|
||||||
<div class="point-text">{{ point }}</div>
|
<div style="font-size: 18px" class="point-text">
|
||||||
|
{{ point }}
|
||||||
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -152,11 +154,6 @@ const solutions = computed(() => [
|
|||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 解决方案网格 */
|
|
||||||
.solution-grid {
|
|
||||||
padding: 0rem 0 4rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.solution-group {
|
.solution-group {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@ -175,10 +172,6 @@ const solutions = computed(() => [
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.solution-card {
|
|
||||||
height: 350px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 移动端布局(<768px) */
|
/* 移动端布局(<768px) */
|
||||||
@ -213,39 +206,15 @@ const solutions = computed(() => [
|
|||||||
|
|
||||||
/* 卡片公共样式 */
|
/* 卡片公共样式 */
|
||||||
.solution-card {
|
.solution-card {
|
||||||
background: white;
|
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
padding: 2.5rem;
|
padding: 2.5rem;
|
||||||
box-shadow: 0 10px 40px rgba(137, 91, 255, 0.1);
|
|
||||||
transform: translateY(20px);
|
transform: translateY(20px);
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
animation: cardEnter 0.6s ease forwards;
|
animation: cardEnter 0.6s ease forwards;
|
||||||
position: relative;
|
|
||||||
overflow: hidden;
|
|
||||||
border: 1px solid rgba(137, 91, 255, 0.2);
|
border: 1px solid rgba(137, 91, 255, 0.2);
|
||||||
background: linear-gradient(135deg, #f9f6ff 0%, #f0e9ff 100%);
|
background: linear-gradient(135deg, #f9f6ff 0%, #f0e9ff 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.solution-card::after {
|
|
||||||
content: "";
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
background: linear-gradient(
|
|
||||||
135deg,
|
|
||||||
rgba(137, 91, 255, 0.03) 0%,
|
|
||||||
rgba(137, 91, 255, 0) 100%
|
|
||||||
);
|
|
||||||
z-index: -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.solution-card:hover {
|
|
||||||
transform: translateY(-8px);
|
|
||||||
box-shadow: 0 15px 50px rgba(137, 91, 255, 0.2);
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-header {
|
.card-header {
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
}
|
}
|
||||||
@ -284,7 +253,7 @@ const solutions = computed(() => [
|
|||||||
.point-text {
|
.point-text {
|
||||||
color: #4a3a6b;
|
color: #4a3a6b;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
font-size: 1rem;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes cardEnter {
|
@keyframes cardEnter {
|
||||||
|
@ -4,9 +4,9 @@
|
|||||||
<!-- 渐变背景标题区 - 增加层次感 -->
|
<!-- 渐变背景标题区 - 增加层次感 -->
|
||||||
<section class="hero-section">
|
<section class="hero-section">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="hero-title">
|
<h1 class="hero-title">
|
||||||
{{ $t("BusinessiIntroduction.CONTAIN.TITLEONE.TITLE") }}
|
{{ $t("BusinessiIntroduction.CONTAIN.TITLEONE.TITLE") }}
|
||||||
</div>
|
</h1>
|
||||||
<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,9 +15,9 @@
|
|||||||
<!-- 业务核心解决方案 -->
|
<!-- 业务核心解决方案 -->
|
||||||
<main style="margin-top: 40px" class="container">
|
<main style="margin-top: 40px" class="container">
|
||||||
<section>
|
<section>
|
||||||
<div class="hero-title">
|
<h1 class="hero-title">
|
||||||
{{ $t("BusinessiIntroduction.CONTAIN.TITLEONE.CONTENTTWO") }}
|
{{ $t("BusinessiIntroduction.CONTAIN.TITLEONE.CONTENTTWO") }}
|
||||||
</div>
|
</h1>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<div class="solution-grid">
|
<div class="solution-grid">
|
||||||
@ -42,7 +42,9 @@
|
|||||||
class="content-point"
|
class="content-point"
|
||||||
>
|
>
|
||||||
<div class="point-icon">•</div>
|
<div class="point-icon">•</div>
|
||||||
<div class="point-text">{{ point }}</div>
|
<div style="font-size: 18px" class="point-text">
|
||||||
|
{{ point }}
|
||||||
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -152,11 +154,6 @@ const solutions = computed(() => [
|
|||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 解决方案网格 */
|
|
||||||
.solution-grid {
|
|
||||||
padding: 0rem 0 4rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.solution-group {
|
.solution-group {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@ -175,10 +172,6 @@ const solutions = computed(() => [
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.solution-card {
|
|
||||||
height: 350px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 移动端布局(<768px) */
|
/* 移动端布局(<768px) */
|
||||||
@ -213,39 +206,15 @@ const solutions = computed(() => [
|
|||||||
|
|
||||||
/* 卡片公共样式 */
|
/* 卡片公共样式 */
|
||||||
.solution-card {
|
.solution-card {
|
||||||
background: white;
|
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
padding: 2.5rem;
|
padding: 2.5rem;
|
||||||
box-shadow: 0 10px 40px rgba(137, 91, 255, 0.1);
|
|
||||||
transform: translateY(20px);
|
transform: translateY(20px);
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
animation: cardEnter 0.6s ease forwards;
|
animation: cardEnter 0.6s ease forwards;
|
||||||
position: relative;
|
|
||||||
overflow: hidden;
|
|
||||||
border: 1px solid rgba(137, 91, 255, 0.2);
|
border: 1px solid rgba(137, 91, 255, 0.2);
|
||||||
background: linear-gradient(135deg, #f9f6ff 0%, #f0e9ff 100%);
|
background: linear-gradient(135deg, #f9f6ff 0%, #f0e9ff 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.solution-card::after {
|
|
||||||
content: "";
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
background: linear-gradient(
|
|
||||||
135deg,
|
|
||||||
rgba(137, 91, 255, 0.03) 0%,
|
|
||||||
rgba(137, 91, 255, 0) 100%
|
|
||||||
);
|
|
||||||
z-index: -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.solution-card:hover {
|
|
||||||
transform: translateY(-8px);
|
|
||||||
box-shadow: 0 15px 50px rgba(137, 91, 255, 0.2);
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-header {
|
.card-header {
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
}
|
}
|
||||||
@ -284,7 +253,7 @@ const solutions = computed(() => [
|
|||||||
.point-text {
|
.point-text {
|
||||||
color: #4a3a6b;
|
color: #4a3a6b;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
font-size: 1rem;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes cardEnter {
|
@keyframes cardEnter {
|
||||||
|
@ -43,7 +43,9 @@
|
|||||||
class="content-point"
|
class="content-point"
|
||||||
>
|
>
|
||||||
<div class="point-icon">•</div>
|
<div class="point-icon">•</div>
|
||||||
<div class="point-text">{{ point }}</div>
|
<div style="font-size: 18px" class="point-text">
|
||||||
|
{{ point }}
|
||||||
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
@ -43,7 +43,9 @@
|
|||||||
class="content-point"
|
class="content-point"
|
||||||
>
|
>
|
||||||
<div class="point-icon">•</div>
|
<div class="point-icon">•</div>
|
||||||
<div class="point-text">{{ point }}</div>
|
<div style="font-size: 18px" class="point-text">
|
||||||
|
{{ point }}
|
||||||
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
@ -6,9 +6,9 @@
|
|||||||
class="company-overview"
|
class="company-overview"
|
||||||
style="max-width: 1200px; margin: 60px auto"
|
style="max-width: 1200px; margin: 60px auto"
|
||||||
>
|
>
|
||||||
<h2 class="section-title">
|
<h1 class="section-title">
|
||||||
{{ $t("COMPANYOVERVIEW.TITLETWO.TITLE") }}
|
{{ $t("COMPANYOVERVIEW.TITLETWO.TITLE") }}
|
||||||
</h2>
|
</h1>
|
||||||
<div class="content-block">
|
<div class="content-block">
|
||||||
<div style="font-size: 18px">
|
<div style="font-size: 18px">
|
||||||
{{ $t("COMPANYOVERVIEW.TITLETWO.CONTENT") }}
|
{{ $t("COMPANYOVERVIEW.TITLETWO.CONTENT") }}
|
||||||
@ -20,12 +20,11 @@
|
|||||||
|
|
||||||
<!-- 使命愿景卡片 -->
|
<!-- 使命愿景卡片 -->
|
||||||
<section class="mission-section">
|
<section class="mission-section">
|
||||||
|
<h1 class="section-title">
|
||||||
|
{{ $t("COMPANYOVERVIEW.TITLETHREE.TITLE") }}
|
||||||
|
</h1>
|
||||||
<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">{{
|
|
||||||
$t("COMPANYOVERVIEW.TITLETHREE.TITLE")
|
|
||||||
}}</n-h3>
|
|
||||||
<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")
|
||||||
}}</n-p>
|
}}</n-p>
|
||||||
@ -41,9 +40,9 @@
|
|||||||
<!-- 里程碑时间轴 -->
|
<!-- 里程碑时间轴 -->
|
||||||
<!-- 里程碑时间轴 -->
|
<!-- 里程碑时间轴 -->
|
||||||
<section class="section timeline-section">
|
<section class="section timeline-section">
|
||||||
<n-h2 class="section-title">{{
|
<h1 class="section-title">
|
||||||
$t("COMPANYOVERVIEW.TITLEFOUR.TITLE")
|
{{ $t("COMPANYOVERVIEW.TITLEFOUR.TITLE") }}
|
||||||
}}</n-h2>
|
</h1>
|
||||||
<div class="timeline">
|
<div class="timeline">
|
||||||
<!-- 1977-2015 -->
|
<!-- 1977-2015 -->
|
||||||
<div class="timeline-item" v-motion-slide-visible-once-bottom>
|
<div class="timeline-item" v-motion-slide-visible-once-bottom>
|
||||||
@ -163,9 +162,9 @@
|
|||||||
|
|
||||||
<!-- 成就部分 -->
|
<!-- 成就部分 -->
|
||||||
<section class="achievement-section" v-motion-fade>
|
<section class="achievement-section" v-motion-fade>
|
||||||
<n-h2 class="section-title">{{
|
<h1 class="section-title">
|
||||||
$t("COMPANYOVERVIEW.TITLEFIVE.TITLE")
|
{{ $t("COMPANYOVERVIEW.TITLEFIVE.TITLE") }}
|
||||||
}}</n-h2>
|
</h1>
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<n-p style="font-size: 18px" class="section-content">{{
|
<n-p style="font-size: 18px" class="section-content">{{
|
||||||
@ -199,7 +198,7 @@ const stats = ref([
|
|||||||
.company-overview {
|
.company-overview {
|
||||||
max-width: 1200px;
|
max-width: 1200px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 0 20px;
|
/* padding: 0 20px; */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 顶部大图区域 */
|
/* 顶部大图区域 */
|
||||||
|
@ -6,9 +6,9 @@
|
|||||||
class="company-overview"
|
class="company-overview"
|
||||||
style="max-width: 1200px; margin: 60px auto"
|
style="max-width: 1200px; margin: 60px auto"
|
||||||
>
|
>
|
||||||
<h2 class="section-title">
|
<h1 class="section-title">
|
||||||
{{ $t("COMPANYOVERVIEW.TITLETWO.TITLE") }}
|
{{ $t("COMPANYOVERVIEW.TITLETWO.TITLE") }}
|
||||||
</h2>
|
</h1>
|
||||||
<div class="content-block">
|
<div class="content-block">
|
||||||
<div style="font-size: 18px">
|
<div style="font-size: 18px">
|
||||||
{{ $t("COMPANYOVERVIEW.TITLETWO.CONTENT") }}
|
{{ $t("COMPANYOVERVIEW.TITLETWO.CONTENT") }}
|
||||||
@ -20,12 +20,11 @@
|
|||||||
|
|
||||||
<!-- 使命愿景卡片 -->
|
<!-- 使命愿景卡片 -->
|
||||||
<section class="mission-section">
|
<section class="mission-section">
|
||||||
|
<h1 class="section-title">
|
||||||
|
{{ $t("COMPANYOVERVIEW.TITLETHREE.TITLE") }}
|
||||||
|
</h1>
|
||||||
<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">{{
|
|
||||||
$t("COMPANYOVERVIEW.TITLETHREE.TITLE")
|
|
||||||
}}</n-h3>
|
|
||||||
<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")
|
||||||
}}</n-p>
|
}}</n-p>
|
||||||
@ -41,9 +40,9 @@
|
|||||||
<!-- 里程碑时间轴 -->
|
<!-- 里程碑时间轴 -->
|
||||||
<!-- 里程碑时间轴 -->
|
<!-- 里程碑时间轴 -->
|
||||||
<section class="section timeline-section">
|
<section class="section timeline-section">
|
||||||
<n-h2 class="section-title">{{
|
<h1 class="section-title">
|
||||||
$t("COMPANYOVERVIEW.TITLEFOUR.TITLE")
|
{{ $t("COMPANYOVERVIEW.TITLEFOUR.TITLE") }}
|
||||||
}}</n-h2>
|
</h1>
|
||||||
<div class="timeline">
|
<div class="timeline">
|
||||||
<!-- 1977-2015 -->
|
<!-- 1977-2015 -->
|
||||||
<div class="timeline-item" v-motion-slide-visible-once-bottom>
|
<div class="timeline-item" v-motion-slide-visible-once-bottom>
|
||||||
@ -163,9 +162,9 @@
|
|||||||
|
|
||||||
<!-- 成就部分 -->
|
<!-- 成就部分 -->
|
||||||
<section class="achievement-section" v-motion-fade>
|
<section class="achievement-section" v-motion-fade>
|
||||||
<n-h2 class="section-title">{{
|
<h1 class="section-title">
|
||||||
$t("COMPANYOVERVIEW.TITLEFIVE.TITLE")
|
{{ $t("COMPANYOVERVIEW.TITLEFIVE.TITLE") }}
|
||||||
}}</n-h2>
|
</h1>
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<n-p style="font-size: 18px" class="section-content">{{
|
<n-p style="font-size: 18px" class="section-content">{{
|
||||||
@ -199,7 +198,7 @@ const stats = ref([
|
|||||||
.company-overview {
|
.company-overview {
|
||||||
max-width: 1200px;
|
max-width: 1200px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 0 20px;
|
/* padding: 0 20px; */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 顶部大图区域 */
|
/* 顶部大图区域 */
|
||||||
|
@ -6,9 +6,9 @@
|
|||||||
class="company-overview"
|
class="company-overview"
|
||||||
style="max-width: 1200px; margin: 60px auto"
|
style="max-width: 1200px; margin: 60px auto"
|
||||||
>
|
>
|
||||||
<h2 class="section-title">
|
<h1 class="section-title">
|
||||||
{{ $t("COMPANYOVERVIEW.TITLETWO.TITLE") }}
|
{{ $t("COMPANYOVERVIEW.TITLETWO.TITLE") }}
|
||||||
</h2>
|
</h1>
|
||||||
<div class="content-block">
|
<div class="content-block">
|
||||||
<div style="font-size: 18px">
|
<div style="font-size: 18px">
|
||||||
{{ $t("COMPANYOVERVIEW.TITLETWO.CONTENT") }}
|
{{ $t("COMPANYOVERVIEW.TITLETWO.CONTENT") }}
|
||||||
@ -20,12 +20,11 @@
|
|||||||
|
|
||||||
<!-- 使命愿景卡片 -->
|
<!-- 使命愿景卡片 -->
|
||||||
<section class="mission-section">
|
<section class="mission-section">
|
||||||
|
<h1 class="section-title">
|
||||||
|
{{ $t("COMPANYOVERVIEW.TITLETHREE.TITLE") }}
|
||||||
|
</h1>
|
||||||
<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">{{
|
|
||||||
$t("COMPANYOVERVIEW.TITLETHREE.TITLE")
|
|
||||||
}}</n-h3>
|
|
||||||
<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")
|
||||||
}}</n-p>
|
}}</n-p>
|
||||||
@ -41,9 +40,9 @@
|
|||||||
<!-- 里程碑时间轴 -->
|
<!-- 里程碑时间轴 -->
|
||||||
<!-- 里程碑时间轴 -->
|
<!-- 里程碑时间轴 -->
|
||||||
<section class="section timeline-section">
|
<section class="section timeline-section">
|
||||||
<n-h2 class="section-title">{{
|
<h1 class="section-title">
|
||||||
$t("COMPANYOVERVIEW.TITLEFOUR.TITLE")
|
{{ $t("COMPANYOVERVIEW.TITLEFOUR.TITLE") }}
|
||||||
}}</n-h2>
|
</h1>
|
||||||
<div class="timeline">
|
<div class="timeline">
|
||||||
<!-- 1977-2015 -->
|
<!-- 1977-2015 -->
|
||||||
<div class="timeline-item" v-motion-slide-visible-once-bottom>
|
<div class="timeline-item" v-motion-slide-visible-once-bottom>
|
||||||
@ -163,9 +162,9 @@
|
|||||||
|
|
||||||
<!-- 成就部分 -->
|
<!-- 成就部分 -->
|
||||||
<section class="achievement-section" v-motion-fade>
|
<section class="achievement-section" v-motion-fade>
|
||||||
<n-h2 class="section-title">{{
|
<h1 class="section-title">
|
||||||
$t("COMPANYOVERVIEW.TITLEFIVE.TITLE")
|
{{ $t("COMPANYOVERVIEW.TITLEFIVE.TITLE") }}
|
||||||
}}</n-h2>
|
</h1>
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<n-p style="font-size: 18px" class="section-content">{{
|
<n-p style="font-size: 18px" class="section-content">{{
|
||||||
@ -191,14 +190,14 @@ const stats = ref([
|
|||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.home-page {
|
.home-page {
|
||||||
background-image: url("@/assets/image/bg-mobile.png");
|
background-image: url("@/assets/image/bg.png");
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
.company-overview {
|
.company-overview {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 0 20px;
|
/* padding: 0 20px; */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 顶部大图区域 */
|
/* 顶部大图区域 */
|
||||||
|
Loading…
Reference in New Issue
Block a user