字体,样式宽度修改

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

@@ -530,7 +530,7 @@ function formatDuration(minutes?: number): string {
}
.course-title {
font-family: 'PingFang SC';
font-family: "Source Han Sans SC";
font-weight: 600;
font-size: 20px;
line-height: 1.4;
@@ -539,7 +539,7 @@ function formatDuration(minutes?: number): string {
}
.course-desc {
font-family: 'PingFang SC';
font-family: "Source Han Sans SC";
font-weight: 400;
font-size: 14px;
line-height: 1.57;
@@ -568,7 +568,7 @@ function formatDuration(minutes?: number): string {
}
span {
font-family: 'PingFang SC';
font-family: "Source Han Sans SC";
font-weight: 400;
font-size: 14px;
line-height: 1.57;
@@ -590,7 +590,7 @@ function formatDuration(minutes?: number): string {
gap: 14px;
.progress-label {
font-family: 'PingFang SC';
font-family: "Source Han Sans SC";
font-weight: 500;
font-size: 14px;
line-height: 1.71;
@@ -620,7 +620,7 @@ function formatDuration(minutes?: number): string {
}
.progress-percent {
font-family: 'PingFang SC';
font-family: "Source Han Sans SC";
font-weight: 500;
font-size: 14px;
line-height: 1.71;
@@ -637,7 +637,7 @@ function formatDuration(minutes?: number): string {
:deep(.el-button) {
height: 42px;
border-radius: 8px;
font-family: 'PingFang SC';
font-family: "Source Han Sans SC";
font-weight: 500;
font-size: 16px;
padding: 8px 24px;
@@ -727,7 +727,7 @@ function formatDuration(minutes?: number): string {
}
.title-text {
font-family: 'PingFang SC';
font-family: "Source Han Sans SC";
font-weight: 600;
font-size: 16px;
line-height: 1.5;
@@ -772,7 +772,7 @@ function formatDuration(minutes?: number): string {
}
.chapter-name {
font-family: 'PingFang SC';
font-family: "Source Han Sans SC";
font-weight: 500;
font-size: 16px;
line-height: 1.5;
@@ -806,7 +806,7 @@ function formatDuration(minutes?: number): string {
flex: 1;
.node-number {
font-family: 'PingFang SC';
font-family: "Source Han Sans SC";
font-weight: 400;
font-size: 14px;
line-height: 1.57;
@@ -825,7 +825,7 @@ function formatDuration(minutes?: number): string {
}
.node-name {
font-family: 'PingFang SC';
font-family: "Source Han Sans SC";
font-weight: 400;
font-size: 14px;
line-height: 1.57;
@@ -836,7 +836,7 @@ function formatDuration(minutes?: number): string {
.node-right {
.node-status {
font-family: 'PingFang SC';
font-family: "Source Han Sans SC";
font-weight: 400;
font-size: 14px;
line-height: 1.57;