Commit 3c28e410 by doszhang

dos

parent 9e0e3eb4
......@@ -49,6 +49,45 @@ input::-webkit-input-placeholder {
overflow: hidden;
}
input[name='tel'] {
text-align: center;
font-size: 1.3rem;
color: #333;
}
video {
width: 100%;
height: 200%;
position: absolute;
top: -50%;
}
.bj-block,.sh-block,.sy-block,.heb-block {
animation: scale 1s 2.4s linear infinite;
-webkit-animation: scale 1s 2.4s linear infinite;
}
@keyframes scale {
0%,100% {
transform: scale(0.9);
}
50% {
transform: scale(1.1);
}
}
@-webkit-keyframes scale {
0%,100% {
transform: scale(0.9);
}
50% {
transform: scale(1.1);
}
}
.leafContainer img {
width: auto;
height: auto;
......@@ -109,15 +148,3 @@ input::-webkit-input-placeholder {
100% { -webkit-transform: scale(-1, 1) rotate(-50deg); }
}
input[name='tel'] {
text-align: center;
font-size: 1.3rem;
color: #333;
}
video {
width: 100%;
height: 200%;
position: absolute;
top: -50%;
}
\ No newline at end of file
......@@ -53,7 +53,7 @@
Copyright (C) 2008 Apple Inc. All Rights Reserved.
*/
/* Define the number of leaves to be used in the animation */
const NUMBER_OF_LEAVES = 50;
const NUMBER_OF_LEAVES = 100;
/*
Called when the "Falling Leaves" page is completely loaded.
*/
......
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