修改样式

This commit is contained in:
JACKYMYPERSON
2025-11-02 15:50:22 +08:00
parent 97dc115c7b
commit 8876b366f3
7 changed files with 33 additions and 31 deletions

View File

@@ -11,7 +11,7 @@
<!-- 叠加的标题文字 -->
<div class="cover-title">
<h1 class="main-title">基地概况</h1>
<p class="english-title">BASE OVERVIEW</p>
<p class="english-title">Base Overview</p>
</div>
</div>
@@ -251,6 +251,7 @@ const formattedWebsite = computed(() => {
}
.main-title {
font-family: 'Source Han Serif CN', '思源宋体 CN', serif;
font-size: 48px;
font-weight: 600;
margin: 0 0 10px 0;
@@ -258,13 +259,14 @@ const formattedWebsite = computed(() => {
}
.english-title {
font-size: 24px;
text-transform: uppercase;
font-family: 'Source Han Serif CN', '思源宋体 CN', serif;
font-size: 48px;
margin: 0;
letter-spacing: 2px;
}
.content-wrapper {
font-family: 'Source Han Serif CN', '思源宋体 CN', serif;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;