pc tag search finish

This commit is contained in:
mubai
2023-07-08 00:10:58 +08:00
parent 92a853a196
commit 21e1a00bd4
17 changed files with 630 additions and 42 deletions

View File

@@ -79,4 +79,21 @@ button:focus-visible {
}
}
/*通用样式*/
.primary{
color: #99DBF5;
}
.dark {
color: rgba(0,0,0,0.68);
}
.light {
color: rgba(255,255,255,0.68);
}
.silver{
color: rgba(255,255,255,0.75);
}