添加刷新按钮

This commit is contained in:
CN-JS-HuiBai
2026-04-06 23:13:50 +08:00
parent 1bfee2026f
commit c94b697319
4 changed files with 55 additions and 10 deletions

View File

@@ -1873,6 +1873,11 @@ input:checked+.slider:before {
}
/* ---- Animations ---- */
@keyframes spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
@keyframes fadeInUp {
from {
opacity: 0;