flat: 过期状态

This commit is contained in:
Apcallover
2025-11-27 21:45:15 +08:00
parent 4563fa90af
commit dfd79646d6
5 changed files with 108 additions and 67 deletions

View File

@@ -464,4 +464,8 @@ html {
/* 隐藏超出的文本 */
text-overflow: ellipsis;
/* 使用省略号 */
}
.grayscale {
filter: grayscale(100%) opacity(0.6);
}