Commit b80ea5b5 by doszhang

dos

parent 6ad785bc
...@@ -67,6 +67,7 @@ preloadimages(preloadImageList, function () { ...@@ -67,6 +67,7 @@ preloadimages(preloadImageList, function () {
$('.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>'));
}, 700); }, 700);
}, function (progress) { }, function (progress) {
...@@ -432,7 +433,7 @@ function showPage1() { ...@@ -432,7 +433,7 @@ function showPage1() {
// $('.page1').show(); // $('.page1').show();
// }, 3000); // }, 3000);
} }
$('.wrap-inner').prepend($('<div class="font">1</div>'));
} }
function calculationWrap() { function calculationWrap() {
......
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