优化前端代码语义.

This commit is contained in:
lijiahang
2024-11-07 10:46:17 +08:00
parent 8db677684d
commit 562052b868
34 changed files with 136 additions and 312 deletions

View File

@@ -371,6 +371,22 @@ body {
font-size: 16px;
}
.fs17 {
font-size: 17px;
}
.fs18 {
font-size: 18px;
}
.fs19 {
font-size: 19px;
}
.fs20 {
font-size: 20px;
}
.text-ellipsis {
overflow: hidden;
text-overflow: ellipsis;