Quellcode durchsuchen

文章留言定位

luyanan vor 8 Jahren
Ursprung
Commit
c1ac482a40
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1 1
      app/css/app.css
  2. 1 1
      app/html/professorArticle.html

+ 1 - 1
app/css/app.css

@ -1058,7 +1058,7 @@ ul.tagList>li .h2Font{color: #666; -webkit-user-select:text;}
1058 1058
.commentBlock .flexCenter{min-height:38px;}
1059 1059
.commentBlock .commenttime{margin-right:18px;}
1060 1060
.commentBlock .operateSpan{margin:8px 0 0;color:#9d9ea8;font-size: 13px;color: #999;cursor: pointer;}
1061
.commentBlock .madiaInfo .h2Font{ -webkit-user-select:text;}
1061
.commentBlock .madiaInfo .h2Font{ -webkit-user-select:text;word-break:break-word;}
1062 1062
/*资源文章底部操作栏*/
1063 1063
.mui-bar-tab.footbox .artfoot.mui-row{padding:2px 15px 0;text-align: center;}
1064 1064
.mui-bar-tab.footbox .artfoot.mui-row>[class*=mui-col-]{}

+ 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+"px"}, 400); 
129
				$(".mui-content").animate({"scrollTop": document.getElementById("olisten").offsetTop-30+"px"}, 400); 
130 130
			})
131 131
			//处理iOS下弹出软键盘后头部会随页面的滚动条消失问题
132 132
		    iosheader();