Commit a6fdd27a by doszhang

dos

parent 36e9f340
......@@ -204,14 +204,18 @@ input::-webkit-input-placeholder {
opacity: 0;
}
.flag-choose-tip {
opacity: 0;
}
.flag-choose-tip.active {
animation: tips 1.5s linear forwards 3;
-webkit-animation: tips 1.5s linear forwards 3;
animation: tips 1.5s 2s linear forwards 3;
-webkit-animation: tips 1.5s 2s linear forwards 3;
}
@keyframes tips {
50% {
opacity: 0.1;
opacity: 0;
}
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