Commit 7f6be3da by doszhang

dos

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