Commit 52bdf2d4 by doszhang

dos

parent 4ef53654
...@@ -89,6 +89,7 @@ input::-webkit-input-placeholder { ...@@ -89,6 +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;
} }
/* home-page */ /* home-page */
......
...@@ -47,8 +47,8 @@ if ($('div').length > 0) { ...@@ -47,8 +47,8 @@ if ($('div').length > 0) {
} }
}); });
} }
let rand =
$('.loading-page .loading-gif-block').append('<img class="loading-gif" src="' + picUrl + 'loading.gif" />'); $('.loading-page .loading-gif-block').append('<img class="loading-gif" src="' + picUrl + 'loading.gif" />');
$('.loading-page').show(); $('.loading-page').show();
preloadimages(preloadImageList, function () { preloadimages(preloadImageList, function () {
// let i = 0; // let i = 0;
...@@ -266,7 +266,7 @@ $(document).ready(function () { ...@@ -266,7 +266,7 @@ $(document).ready(function () {
}); });
// $('.logo').css('top',getTranslateDistance(15)); // $('.logo').css('top',getTranslateDistance(15));
$('.gif-block').append('<img class="musicgif" src="' + picUrl + 'music.gif" />'); $('.gif-block').append('<img class="musicgif" src="' + picUrl + 'music.gif" />');
$('.btn-music').css('top', 'auto').css('bottom', getTranslateDistance(10, true)); $('.btn-music').css('top', 'auto').css('bottom', getTranslateDistance(30, true));
$('.customize-frame').css('top', 'auto').css('bottom', getTranslateDistance(-40, true)); $('.customize-frame').css('top', 'auto').css('bottom', getTranslateDistance(-40, true));
...@@ -578,7 +578,7 @@ function showCountDownPage() { ...@@ -578,7 +578,7 @@ function showCountDownPage() {
showPosterPage(); showPosterPage();
$('#notification_area').remove(); $('#notification_area').remove();
my_notify('长按可保存图片哦'); my_notify('长按可保存图片哦');
}, 3000); }, 2500);
}); });
}, 999); }, 999);
} }
......
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