Commit 680c2645 by doszhang

dos

parent 7e0767c1
......@@ -406,3 +406,22 @@ input[name=signature]::-webkit-input-placeholder {
text-align: center;
color: #fff;
}
.countdown-num.animate {
animation: numScale 1s linear infinite;
-webkit-animation: numScale 1s linear infinite;
}
@keyframes numScale {
0%,
30% {
transform: scale(1);
opacity: 1;
}
100% {
transform: scale(1.05);
opacity: 0.7;
}
}
\ No newline at end of file
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