This commit is contained in:
刘正航
2026-04-21 22:45:19 +08:00
commit b5237f9038
159 changed files with 7769 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
page {
animation: slideIn 260ms ease;
}
@keyframes slideIn {
from { opacity: 0; transform: translateY(8rpx); }
to { opacity: 1; transform: translateY(0); }
}