This commit is contained in:
qsc
2026-09-04 22:38:16 +08:00
parent 3845950862
commit 9c9808adf7
30 changed files with 658 additions and 510 deletions
+5 -5
View File
@@ -19,7 +19,7 @@
.time {
width: 70px;
text-align: center;
font-size: 26px;
font-size: 30px;
font-weight: 700;
color: #2563eb;
flex-shrink: 0;
@@ -32,19 +32,19 @@
}
.stage {
font-size: 22px;
font-size: 25px;
font-weight: 700;
margin-bottom: 6px;
}
.meta {
font-size: 18px;
font-size: 20px;
color: #666;
margin-bottom: 6px;
}
.desc {
font-size: 20px;
font-size: 22px;
color: var(--jx3-text-secondary);
line-height: 1.5;
}
@@ -58,7 +58,7 @@
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
font-size: 20px;
font-weight: 700;
color: var(--jx3-blue);
}