feat: comprehensive UI/UX refactor for TimestampPage with performance optimizations

This commit is contained in:
雨霖铃
2026-03-22 14:09:32 +08:00
parent 1fdbd22167
commit c70b5d1ab5
4 changed files with 442 additions and 166 deletions
+5 -6
View File
@@ -28,14 +28,13 @@ body {
}
.app {
max-width: 800px;
margin: 0 auto;
padding: 20px;
font-family: Arial, sans-serif;
width: 380px;
min-width: 320px;
width: 400px;
min-height: 100%;
margin: 0 auto;
box-sizing: border-box;
font-family:
-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
overflow-x: hidden;
}
@keyframes fadeIn {