Html
    Css
    Js
 * {
	margin:0;
	padding:0;
	font-family:'微软雅黑';
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
li {
	list-style:none
}
img {
	border:none
}
a {
	text-decoration:none;
}
.apple a {
	display:block;
	text-decoration:none;
}
.apple,.aa {
	width:90%;
	height:50px;
	overflow:hidden;
	margin:30px auto;
	border:1px solid #1B96EE;
}
.apple ul {
	height:50px;
}
.apple a,.aa a {
	width:100%;
	height:50px;
	line-height:50px;
	text-indent:20px;
	color:#1B96EE;
}
.aa {
	word-wrap:break-word;
	line-height:50px;
	color:#1B96EE;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.9.1
 立即下载

jQuery字体向上滚动

1
      天之蓝0
      2017/3/14 11:14:04

      很好,解决了我的问题。

      回复