This commit is contained in:
2026-02-05 10:45:02 +08:00
parent 29baa2f786
commit 42f62d9cd6
6 changed files with 20 additions and 3 deletions

View File

@@ -5,6 +5,7 @@
overflow: hidden;
padding: 2.5rem;
display: flex;
user-select: none;
>.left {
flex: 1;
@@ -32,6 +33,7 @@
>span {
font-weight: 600;
font-size: 3.3rem;
font-family: SemiBold;
}
}
}