Commit 719e1c7e by doszhang

dos

parent 15dc2f1d
...@@ -89,7 +89,7 @@ input::-webkit-input-placeholder { ...@@ -89,7 +89,7 @@ input::-webkit-input-placeholder {
font-size: 1.6rem; font-size: 1.6rem;
z-index: 1; z-index: 1;
font-weight: bolder; font-weight: bolder;
opacity: 0.7; opacity: 0.5;
} }
/* home-page */ /* home-page */
......
...@@ -63,13 +63,13 @@ preloadimages(preloadImageList, function () { ...@@ -63,13 +63,13 @@ preloadimages(preloadImageList, function () {
// clearInterval(timer); // clearInterval(timer);
// } // }
// }, 100); // }, 100);
// setTimeout(function () { setTimeout(function () {
// $('.loading-page').fadeOut(); $('.loading-page').fadeOut();
// $('.home-page').fadeIn(300); $('.home-page').fadeIn(300);
// $('.home-page .candle-block').addClass('animate'); $('.home-page .candle-block').addClass('animate');
// $('.home-page .btn-next').addClass('animate'); $('.home-page .btn-next').addClass('animate');
// $('.wrap-inner').prepend($('<div class="font">1</div>')); $('.wrap-inner').prepend($('<div class="font">1</div>'));
// }, 700); }, 700);
}, function (progress) { }, function (progress) {
$('.loading-page .loading-text').text(Math.floor(progress * 100) + '%'); $('.loading-page .loading-text').text(Math.floor(progress * 100) + '%');
......
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