Commit ca9431b3 by doszhang

dos

parent fb44542a
...@@ -294,12 +294,13 @@ input::-webkit-input-placeholder { ...@@ -294,12 +294,13 @@ input::-webkit-input-placeholder {
@keyframes fadeInOut1 { @keyframes fadeInOut1 {
0%, 0%,
100% { 80% {
opacity: 1; opacity: 1;
} }
50% { 81%,
opacity: 0.3; 100% {
opacity: 0;
} }
} }
......
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