Commit 1a066fae by doszhang

dos

parent 00e52c79
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
#notification_area { #notification_area {
z-index: 20000; z-index: 20000;
padding: 0; padding: 0;
text-align: center;
} }
.notify_center { .notify_center {
......
...@@ -598,7 +598,7 @@ function showCountDownPage() { ...@@ -598,7 +598,7 @@ function showCountDownPage() {
setTimeout(function () { setTimeout(function () {
showPosterPage(); showPosterPage();
$('#notification_area').remove(); $('#notification_area').remove();
my_notify('长按可保存图片哦'); my_notify('晒出您的心愿吧!<br>长按可以保存图片哦');
}, 2000); }, 2000);
}); });
}, 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