Html
    Css
    Js

    
                        
    * {
	margin:0px;
	padding:0px;
}
.table-tbody td {
	width:180px;
	text-align:center;
	/* background-color:bisque;
	*/
}
table tr {
	height:40px;
}
#box {
	height:200px;
	width:720px;
	overflow:hidden;
	/* border:1px solid red;
	*/
}
.table-thead {
	position:sticky;
	top:0;
	background-color:#eee;
}

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

原生js表格内容向上滚动轮播

更新时间:2023-11-13 08:15:22

一看就会,一写就会,简单~

0