Browse Source

留言滚动位置

luyanan 8 years ago
parent
commit
0ff7fee7f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/html/professorArticle.html

+ 1 - 1
app/html/professorArticle.html

@ -126,7 +126,7 @@
126 126
		<script src="../js/public/jquery-1.11.1.js"></script>
127 127
		<script type="text/javascript"> 
128 128
			document.getElementById("listenClick").addEventListener("tap",function(){
129
				$(".mui-content").animate({"scrollTop": document.getElementById("olisten").offsetTop-30+"px"}, 400); 
129
				$(".mui-content").animate({"scrollTop": document.getElementById("olisten").offsetTop-20+"px"}, 400); 
130 130
			})
131 131
			//处理iOS下弹出软键盘后头部会随页面的滚动条消失问题
132 132
		    iosheader();