Commit 8a56dac4 authored by liyadong's avatar liyadong

update

parent e85b1fa9
...@@ -156,7 +156,7 @@ textarea { ...@@ -156,7 +156,7 @@ textarea {
background-size: 100% auto; background-size: 100% auto;
} }
.postcard-container { .postcard-container {
min-height: 1800px; min-height: 2100px;
padding-bottom: 1rem; padding-bottom: 1rem;
background: url("../images/body_bg2.jpg") no-repeat center top, url("../images/bg.jpg") repeat-y center; background: url("../images/body_bg2.jpg") no-repeat center top, url("../images/bg.jpg") repeat-y center;
background-size: 100% auto; background-size: 100% auto;
......
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
} }
.postcard-container { .postcard-container {
min-height: 1800px; min-height: 2100px;
padding-bottom: 1rem; padding-bottom: 1rem;
background: url("../images/body_bg2.jpg") no-repeat center top,url("../images/bg.jpg") repeat-y center; background: url("../images/body_bg2.jpg") no-repeat center top,url("../images/bg.jpg") repeat-y center;
background-size: 100% auto; background-size: 100% auto;
......
...@@ -236,11 +236,12 @@ ...@@ -236,11 +236,12 @@
$('.btn-save').click(function () { $('.btn-save').click(function () {
$('.loading').show(); $('.loading').show();
$('.btn-save,.btn-share').hide(); $('.btn-save,.btn-share,.login-info').hide();
$('html,body').animate({ $('html,body').animate({
scrollTop: 0 scrollTop: 0
}, 0); }, 0);
baseImageUrl(); baseImageUrl();
$('.postcard-container').addClass('fixed');
}); });
$('.dialog-img,.share-img').click(function () { $('.dialog-img,.share-img').click(function () {
$(this).fadeOut(); $(this).fadeOut();
......
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 to comment