字体,样式宽度修改

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

@@ -256,7 +256,7 @@ function handleLogout() {
}
.logo-text {
font-family: 'PingFang SC', sans-serif;
font-family: "Source Han Sans SC";
font-weight: 700;
font-size: 20.6px;
line-height: 1.31;
@@ -328,7 +328,7 @@ function handleLogout() {
gap: 2px;
padding: 26px 21px;
color: #141F38;
font-family: 'PingFang SC', sans-serif;
font-family: "Source Han Sans SC";
font-weight: 500;
font-size: 16px;
line-height: 1.5;
@@ -380,7 +380,7 @@ function handleLogout() {
gap: 8px;
padding: 12px 16px;
color: #333;
font-family: 'PingFang SC', sans-serif;
font-family: "Source Han Sans SC";
font-weight: 400;
font-size: 14px;
line-height: 1.5;
@@ -425,7 +425,7 @@ function handleLogout() {
border: none;
outline: none;
padding: 7px 20px;
font-family: 'PingFang SC', sans-serif;
font-family: "Source Han Sans SC";
font-weight: 400;
font-size: 14px;
line-height: 1.57;