Commit 3be7ff1e by doszhang

dos

parent b9208b7e
......@@ -49,6 +49,19 @@ input::-webkit-input-placeholder {
overflow: hidden;
}
.leafContainer > div {
position: absolute;
width: 2.55rem;
height: 2.55rem;
/* We use the following properties to apply the fade and drop animations to each leaf.
Each of these properties takes two values. These values respectively match a setting
for fade and drop.
*/
-webkit-animation-iteration-count: infinite, infinite;
-webkit-animation-direction: normal, normal;
-webkit-animation-timing-function: linear, ease-in;
}
input[name='tel'] {
text-align: center;
font-size: 1.3rem;
......
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