字体,样式宽度修改

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

@@ -348,7 +348,7 @@ function handleDialogClose() {
.title {
margin: 0;
font-family: 'Inter', 'PingFang SC', sans-serif;
font-family: "Source Han Sans SC";
font-weight: 400;
font-size: 16px;
line-height: 1.5em;
@@ -366,7 +366,7 @@ function handleDialogClose() {
border: none;
border-radius: 8px;
color: #FFFFFF;
font-family: 'Inter', 'PingFang SC', sans-serif;
font-family: "Source Han Sans SC";
font-weight: 500;
font-size: 14px;
line-height: 1.43em;
@@ -409,7 +409,7 @@ function handleDialogClose() {
.category-title {
margin: 0;
font-family: 'Inter', 'PingFang SC', sans-serif;
font-family: "Source Han Sans SC";
font-weight: 500;
font-size: 18px;
line-height: 1.5em;
@@ -417,7 +417,7 @@ function handleDialogClose() {
}
.category-count {
font-family: 'Inter', 'PingFang SC', sans-serif;
font-family: "Source Han Sans SC";
font-weight: 400;
font-size: 14px;
line-height: 1.5em;
@@ -462,7 +462,7 @@ function handleDialogClose() {
}
.tag-name {
font-family: 'Inter', 'PingFang SC', sans-serif;
font-family: "Source Han Sans SC";
font-weight: 400;
font-size: 16px;
line-height: 1.5em;
@@ -478,7 +478,7 @@ function handleDialogClose() {
background: #ECEEF2;
border: 1px solid transparent;
border-radius: 8px;
font-family: 'Inter', 'PingFang SC', sans-serif;
font-family: "Source Han Sans SC";
font-weight: 500;
font-size: 12px;
line-height: 1.33em;
@@ -501,7 +501,7 @@ function handleDialogClose() {
background: #FFFFFF;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 8px;
font-family: 'Inter', 'PingFang SC', sans-serif;
font-family: "Source Han Sans SC";
font-weight: 500;
font-size: 14px;
line-height: 1.43em;