Commit 36e9f340 by doszhang

dos

parent fbafe0f9
...@@ -210,10 +210,11 @@ input::-webkit-input-placeholder { ...@@ -210,10 +210,11 @@ input::-webkit-input-placeholder {
} }
@keyframes tips { @keyframes tips {
0% { 50% {
opacity: 0.1; opacity: 0.1;
} }
0%,
100% { 100% {
opacity: 1; opacity: 1;
} }
......
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