Commit 67318e83 by doszhang

dos

parent b347ce8a
...@@ -260,9 +260,13 @@ input::-webkit-input-placeholder { ...@@ -260,9 +260,13 @@ input::-webkit-input-placeholder {
-webkit-animation: tips 1.5s linear forwards 3; -webkit-animation: tips 1.5s linear forwards 3;
} }
.flagadd.animate { .flagadd {
opacity: 0; opacity: 0;
z-index: 4; z-index: 4;
}
.flagadd.animate {
animation: flagadd 2s ease-in both; animation: flagadd 2s ease-in both;
-webkit-animation: flagadd 2s ease-in both; -webkit-animation: flagadd 2s ease-in both;
} }
......
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