Commit 7f6be3da by doszhang

dos

parent 07a79493
...@@ -303,6 +303,8 @@ input::-webkit-input-placeholder { ...@@ -303,6 +303,8 @@ input::-webkit-input-placeholder {
bottom: 0; bottom: 0;
} }
.personal-page .flag-list { .personal-page .flag-list {
overflow: scroll; overflow: scroll;
} }
......
...@@ -50,9 +50,10 @@ if ($('div').length > 0) { ...@@ -50,9 +50,10 @@ if ($('div').length > 0) {
preloadimages(preloadImageList, function () { 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');
showCountDownPage();
// $('.poster-page').fadeIn(300); // $('.poster-page').fadeIn(300);
...@@ -453,12 +454,11 @@ function showCountDownPage() { ...@@ -453,12 +454,11 @@ function showCountDownPage() {
createPoster(); createPoster();
$('.countdown-page').show(); $('.countdown-page').show();
// $('.suggest-page .suggest-wrap').addClass('animate'); $('.suggest-page .suggest-wrap').addClass('animate');
$('.suggest-page').hide();
signature = val; signature = val;
setTimeout(function () { setTimeout(function () {
$('.suggest-page').fadeOut(300);
countDown(function () { countDown(function () {
$('.countdown-page').fadeOut(300); $('.countdown-page').fadeOut(300);
$('.effect-page').css('background', bgColor).show(); $('.effect-page').css('background', bgColor).show();
......
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