Commit 5815294b authored by Maofei94's avatar Maofei94

feat: 登录页新增动画效果

parent 0d9379ee
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
.top { .top {
margin-top: 20vh; margin-top: 20vh;
text-align: center; text-align: center;
animation: drop 0.8s;
} }
.header { .header {
...@@ -69,3 +70,12 @@ ...@@ -69,3 +70,12 @@
color: @text-color-secondary; color: @text-color-secondary;
font-size: @font-size-base; font-size: @font-size-base;
} }
@keyframes drop{
from {
margin-top: 0;
}
to {
margin-top: 20vh;
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment