Commit a2855414 by doszhang

dos

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