Commit 8f2b08b5 by doszhang

dos

parent bf14ad9e
......@@ -127,7 +127,7 @@ input::-webkit-input-placeholder {
}
100% {
transform: scale(1.42) translateY(4rem) translateX(-0.07rem);
transform: scale(1.2) translateY(4rem) translateX(-0.07rem);
}
}
......
......@@ -419,13 +419,13 @@ function showPage1() {
$('.home-hide').fadeOut(500);
$('.home-scale').addClass('animate');
$('.home-page .btn-next').removeClass('animate');
// setTimeout(function () {
// $('.home-page .candle').css('opacity', 1);
// setTimeout(function () {
// $('.home-page').fadeOut(300);
// $('.page1').show();
// }, 2000);
// }, 1500);
setTimeout(function () {
$('.home-page .candle').css('opacity', 1);
setTimeout(function () {
$('.home-page').fadeOut(300);
$('.page1').show();
}, 2000);
}, 1500);
// $('.home-page .candle').css('opacity', 1);
// $('.home-page .btn-next').removeClass('animate');
......
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