年度报告优化 #720

This commit is contained in:
cc
2026-04-19 19:28:14 +08:00
parent bc2e7d616a
commit 682f43bf2f
6 changed files with 93 additions and 16 deletions

View File

@@ -447,6 +447,25 @@
letter-spacing: -0.04em;
margin-top: 10vh;
text-shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
max-width: 90vw;
overflow-wrap: anywhere;
}
#scene-0 .title-year--numeric {
font-size: clamp(6.8rem, 21vw, 18rem);
letter-spacing: -0.04em;
}
#scene-0 .title-year--text {
font-size: clamp(4.8rem, 14vw, 10rem);
letter-spacing: 0.01em;
line-height: 1.08;
}
#scene-0 .title-year--text-long {
font-size: clamp(3.8rem, 10.5vw, 7.5rem);
letter-spacing: 0.02em;
line-height: 1.12;
}
#scene-0 .title-year-wrap {