Commit acbb2d97 by doszhang

dos

parent 6a32682b
...@@ -95,6 +95,7 @@ input::-webkit-input-placeholder { ...@@ -95,6 +95,7 @@ input::-webkit-input-placeholder {
} }
.home-page .title { .home-page .title {
transform: scale(0.95);
transform-origin: 62.29% 81.8%; transform-origin: 62.29% 81.8%;
animation: scale 0.5s 0.6s ease-out backwards; animation: scale 0.5s 0.6s ease-out backwards;
-webkit-animation: scale 0.5s 0.6s ease-out backwards; -webkit-animation: scale 0.5s 0.6s ease-out backwards;
...@@ -131,7 +132,7 @@ input::-webkit-input-placeholder { ...@@ -131,7 +132,7 @@ input::-webkit-input-placeholder {
} }
100% { 100% {
transform: scale(1); transform: scale(0.95);
} }
} }
......
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 sign in to comment