fix:optimize the input method for article practice

This commit is contained in:
zyronon
2025-08-31 01:24:47 +08:00
parent 411052b08d
commit 5bfabd24f7
9 changed files with 323 additions and 655 deletions

View File

@@ -49,6 +49,28 @@
transform: translate3d(4px, 0, 0);
}
}
@keyframes shakeBottom {
10%,
90% {
transform: translate3d(-1px, 0.3rem, 0);
}
20%,
80% {
transform: translate3d(2px, 0.3rem, 0);
}
30%,
50%,
70% {
transform: translate3d(-4px, 0.3rem, 0);
}
40%,
60% {
transform: translate3d(4px, 0.3rem, 0);
}
}
.go-enter-from {
transform: translate3d(100%, 0, 0);