corporate informain模块 修改标题字体加粗

This commit is contained in:
liwenhao 2025-05-26 16:02:46 +08:00
parent 7c741962d4
commit 97fc7d966b
6 changed files with 50 additions and 42 deletions

View File

@ -4,9 +4,9 @@
<!-- 渐变背景标题区 -->
<section class="hero-section">
<div class="container">
<div style="font-size: 40px" class="hero-title">
<h1 style="font-size: 40px" class="hero-title">
{{ $t("BusinessiIntroduction.CONTAIN.TITLEONE.TITLE") }}
</div>
</h1>
<div style="font-size: 18px" class="hero-description">
{{ $t("BusinessiIntroduction.CONTAIN.TITLEONE.CONTENT") }}
</div>
@ -15,9 +15,9 @@
<!-- 业务核心解决方案 -->
<main style="margin-top: 40px" class="container">
<section>
<div style="font-size: 40px" class="hero-title">
<h1 style="font-size: 40px" class="hero-title">
{{ $t("BusinessiIntroduction.CONTAIN.TITLEONE.CONTENTTWO") }}
</div>
</h1>
</section>
<!-- 解决方案网格 - 响应式弹性布局 -->

View File

@ -4,9 +4,9 @@
<!-- 渐变背景标题区 -->
<section class="hero-section">
<div class="container">
<div style="font-size: 40px" class="hero-title">
<h1 style="font-size: 40px" class="hero-title">
{{ $t("BusinessiIntroduction.CONTAIN.TITLEONE.TITLE") }}
</div>
</h1>
<div style="font-size: 18px" class="hero-description">
{{ $t("BusinessiIntroduction.CONTAIN.TITLEONE.CONTENT") }}
</div>
@ -15,9 +15,9 @@
<!-- 业务核心解决方案 -->
<main style="margin-top: 40px" class="container">
<section>
<div style="font-size: 40px" class="hero-title">
<h1 style="font-size: 40px" class="hero-title">
{{ $t("BusinessiIntroduction.CONTAIN.TITLEONE.CONTENTTWO") }}
</div>
</h1>
</section>
<!-- 解决方案网格 - 响应式弹性布局 -->

View File

@ -160,16 +160,17 @@
</div>
</section>
<!-- 成就部分 -->
<section class="achievement-section" v-motion-fade>
<section class="mission-section">
<h1 class="section-title">
{{ $t("COMPANYOVERVIEW.TITLEFIVE.TITLE") }}
</h1>
<br />
<n-p style="font-size: 18px" class="section-content">{{
<div class="mission-cards">
<n-card hoverable class="mission-card" v-motion-pop>
<n-p style="font-size: 18px" class="card-content">{{
$t("COMPANYOVERVIEW.TITLEFIVE.CONTENT")
}}</n-p>
</n-card>
</div>
</section>
</div>
</div>
@ -230,7 +231,7 @@ const stats = ref([
}
.section-title {
font-size: 2.2rem;
font-size: 2.5rem;
margin-bottom: 30px;
position: relative;
display: inline-block;

View File

@ -161,15 +161,18 @@
</section>
<!-- 成就部分 -->
<section class="achievement-section" v-motion-fade>
<section class="mission-section">
<h1 class="section-title">
{{ $t("COMPANYOVERVIEW.TITLEFIVE.TITLE") }}
</h1>
<br />
<n-p style="font-size: 18px" class="section-content">{{
<div class="mission-cards">
<n-card hoverable class="mission-card" v-motion-pop>
<n-p style="font-size: 18px" class="card-content">{{
$t("COMPANYOVERVIEW.TITLEFIVE.CONTENT")
}}</n-p>
</n-card>
</div>
</section>
</div>
</div>
@ -230,7 +233,7 @@ const stats = ref([
}
.section-title {
font-size: 2.2rem;
font-size: 2.5rem;
margin-bottom: 30px;
position: relative;
display: inline-block;

View File

@ -6,9 +6,9 @@
class="company-overview"
style="max-width: 1200px; margin: 60px auto"
>
<h2 class="section-title">
<h1 class="section-title">
{{ $t("COMPANYOVERVIEW.TITLETWO.TITLE") }}
</h2>
</h1>
<div class="content-block">
<div style="font-size: 18px">
{{ $t("COMPANYOVERVIEW.TITLETWO.CONTENT") }}
@ -162,15 +162,17 @@
</section>
<!-- 成就部分 -->
<section class="achievement-section" v-motion-fade>
<n-h2 class="section-title">{{
$t("COMPANYOVERVIEW.TITLEFIVE.TITLE")
}}</n-h2>
<br />
<n-p style="font-size: 18px" class="section-content">{{
<section class="mission-section">
<h1 class="section-title">
{{ $t("COMPANYOVERVIEW.TITLEFIVE.TITLE") }}
</h1>
<div class="mission-cards">
<n-card hoverable class="mission-card" v-motion-pop>
<n-p style="font-size: 18px" class="card-content">{{
$t("COMPANYOVERVIEW.TITLEFIVE.CONTENT")
}}</n-p>
</n-card>
</div>
</section>
</div>
</div>
@ -230,7 +232,7 @@ const stats = ref([
}
.section-title {
font-size: 2.2rem;
font-size: 2.5rem;
margin-bottom: 30px;
position: relative;
display: inline-block;

View File

@ -161,15 +161,17 @@
</section>
<!-- 成就部分 -->
<section class="achievement-section" v-motion-fade>
<section class="mission-section">
<h1 class="section-title">
{{ $t("COMPANYOVERVIEW.TITLEFIVE.TITLE") }}
</h1>
<br />
<n-p style="font-size: 18px" class="section-content">{{
<div class="mission-cards">
<n-card hoverable class="mission-card" v-motion-pop>
<n-p style="font-size: 18px" class="card-content">{{
$t("COMPANYOVERVIEW.TITLEFIVE.CONTENT")
}}</n-p>
</n-card>
</div>
</section>
</div>
</div>
@ -229,7 +231,7 @@ const stats = ref([
}
.section-title {
font-size: 2.2rem;
font-size: 2.5rem;
margin-bottom: 30px;
position: relative;
display: inline-block;