Html
    Css
    Js

    
                        
* {
	margin:0;
	padding:0;
}
ul,li {
	list-style:none;
	display:block;
}
#scrollBox {
	height:150px;
	width:300px;
	margin:100px auto;
	background:#ff0;
	overflow:hidden;
}
#scrollBox #con1,#con2 {
	width:280px;
	float:left;
}
#scrollBox li {
	height:15px;
	line-height:15px;
	text-align:center;
	margin-bottom:15px
}

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

js文字无限循环向上滚动轮播

更新时间:2019-12-30 09:22:02

0