字体,样式宽度修改

This commit is contained in:
2025-12-01 18:37:43 +08:00
parent 241807325b
commit 9570745a94
24 changed files with 94 additions and 86 deletions

View File

@@ -540,7 +540,7 @@ onMounted(() => {
margin-top: 46.66px;
p {
font-family: 'Taipei Sans TC Beta', 'PingFang SC', sans-serif;
font-family: 'Source Han Sans SC', sans-serif;
font-weight: 700;
font-size: 50px;
line-height: 1.42;
@@ -606,7 +606,7 @@ onMounted(() => {
}
.login-title {
font-family: 'PingFang SC', sans-serif;
font-family: "Source Han Sans SC";
font-weight: 600;
font-size: 16px;
line-height: 1.5;
@@ -762,7 +762,7 @@ onMounted(() => {
border: none;
border-radius: 12px;
color: #FFFFFF;
font-family: 'PingFang SC', sans-serif;
font-family: "Source Han Sans SC";
font-weight: 500;
font-size: 16px;
line-height: 1.4;
@@ -774,7 +774,7 @@ onMounted(() => {
}
.agreement-text {
font-family: 'PingFang SC', sans-serif;
font-family: "Source Han Sans SC";
font-weight: 400;
font-size: 10px;
line-height: 1.8;
@@ -788,7 +788,7 @@ onMounted(() => {
width: 100%;
.register-link {
font-family: 'PingFang SC', sans-serif;
font-family: "Source Han Sans SC";
font-weight: 600;
font-size: 12px;
line-height: 1.83;
@@ -806,7 +806,7 @@ onMounted(() => {
}
.copyright {
font-family: 'PingFang SC', sans-serif;
font-family: "Source Han Sans SC";
font-size: 12px;
line-height: 2;
color: #D9D9D9;