字体,样式宽度修改

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

@@ -246,7 +246,7 @@ onMounted(() => {
margin-bottom: 24px;
.section-title {
font-family: 'PingFang SC';
font-family: 'Source Han Sans SC', sans-serif;
font-weight: 600;
font-size: 28px;
line-height: 38px;
@@ -262,7 +262,7 @@ onMounted(() => {
transition: color 0.3s;
span {
font-family: 'PingFang SC';
font-family: 'Source Han Sans SC', sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 24px;

View File

@@ -48,7 +48,7 @@ function handleNavigate(direction: 'prev' | 'next') {
}
.nav-link {
font-family: 'PingFang SC';
font-family: "Source Han Sans SC";
font-weight: 500;
font-size: 16px;
line-height: 24px;

View File

@@ -60,7 +60,7 @@ function handleCollect() {
}
span {
font-family: 'PingFang SC';
font-family: "Source Han Sans SC";
font-weight: 400;
font-size: 14px;
line-height: 24px;

View File

@@ -231,7 +231,7 @@ defineExpose({
}
.resource-title {
font-family: 'PingFang SC';
font-family: "Source Han Sans SC";
font-weight: 600;
font-size: 28px;
line-height: 28px;
@@ -251,7 +251,7 @@ defineExpose({
}
span {
font-family: 'PingFang SC';
font-family: "Source Han Sans SC";
font-weight: 400;
font-size: 14px;
line-height: 24px;
@@ -260,7 +260,7 @@ defineExpose({
}
.resource-summary {
font-family: 'PingFang SC';
font-family: "Source Han Sans SC";
font-weight: 400;
font-size: 16px;
line-height: 24px;
@@ -278,7 +278,7 @@ defineExpose({
.empty {
text-align: center;
padding: 20px;
font-family: 'PingFang SC';
font-family: "Source Han Sans SC";
font-size: 14px;
color: #979797;
}

View File

@@ -107,7 +107,7 @@ function handleCategoryClick(category: Tag) {
}
.category-name {
font-family: 'PingFang SC';
font-family: "Source Han Sans SC";
font-weight: 500;
font-size: 16px;
line-height: 24px;

View File

@@ -117,7 +117,7 @@ onMounted(async () => {
}
.title {
font-family: 'PingFang SC', sans-serif;
font-family: "Source Han Sans SC";
font-weight: 600;
font-size: 20px;
line-height: 28px;
@@ -130,7 +130,7 @@ onMounted(async () => {
background: rgba(198, 40, 40, 0.05);
border: 1px solid #C62828;
border-radius: 4px;
font-family: 'PingFang SC', sans-serif;
font-family: "Source Han Sans SC";
font-weight: 400;
font-size: 16px;
line-height: 24px;
@@ -178,7 +178,7 @@ onMounted(async () => {
}
.username {
font-family: 'PingFang SC', sans-serif;
font-family: "Source Han Sans SC";
font-weight: 600;
font-size: 20px;
line-height: 24px;
@@ -198,7 +198,7 @@ onMounted(async () => {
}
.gender-text {
font-family: 'PingFang SC', sans-serif;
font-family: "Source Han Sans SC";
font-weight: 400;
font-size: 14px;
line-height: 24px;
@@ -212,7 +212,7 @@ onMounted(async () => {
}
.info-item {
font-family: 'PingFang SC', sans-serif;
font-family: "Source Han Sans SC";
font-weight: 400;
font-size: 14px;
line-height: 22px;
@@ -226,7 +226,7 @@ onMounted(async () => {
}
.info-label {
font-family: 'PingFang SC', sans-serif;
font-family: "Source Han Sans SC";
font-weight: 400;
font-size: 14px;
line-height: 22px;
@@ -239,7 +239,7 @@ onMounted(async () => {
}
.level-text {
font-family: 'PingFang SC', sans-serif;
font-family: "Source Han Sans SC";
font-weight: 500;
font-size: 12px;
line-height: 24px;