Commit a2855414 by doszhang

dos

parent d6958fc5
...@@ -96,7 +96,7 @@ const guardian = [ ...@@ -96,7 +96,7 @@ const guardian = [
] ]
$(document).ready(function () { $(document).ready(function () {
$('.bg,.posterimg').css({ $('.bg').css({
'height': fixHeight + 'px' 'height': fixHeight + 'px'
}); });
$("input").on("blur", function () { $("input").on("blur", function () {
...@@ -220,8 +220,9 @@ function createPoster(resultFlag) { ...@@ -220,8 +220,9 @@ function createPoster(resultFlag) {
$('.page7').show(); $('.page7').show();
$('#notification_area').remove(); $('#notification_area').remove();
my_notify('请长按页面保存海报'); my_notify('请长按页面保存海报');
$('.posterimg').css({ $('#posterCanvas').css({
'height': fixHeight + 'px' 'position': 'absolute',
'bottom': 0
}); });
createPosterLock = false; createPosterLock = false;
}, 200); }, 200);
......
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