diff --git a/src/main/webapp/publish/js/content.js b/src/main/webapp/publish/js/content.js index 3bb20dad..f6ec2b34 100644 --- a/src/main/webapp/publish/js/content.js +++ b/src/main/webapp/publish/js/content.js @@ -1452,7 +1452,7 @@ function sendPhoneFixed() { }); } else if (t > ofsT) { $('.send_top .send_right .phone').css({ - 'top': h - pH + 100, + 'top': h - pH + 30, 'transition': 'all 0.2s' }); } else if (t <= ofsT) {