Commit 5815294b authored by Maofei94's avatar Maofei94

feat: 登录页新增动画效果

parent 0d9379ee
......@@ -38,6 +38,7 @@
.top {
margin-top: 20vh;
text-align: center;
animation: drop 0.8s;
}
.header {
......@@ -68,4 +69,13 @@
margin-bottom: 40px;
color: @text-color-secondary;
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