序号 名字 年龄 性别 测试1
.box { /* 最外层可显示的高度 */ height:200px; overflow:hidden; } .table { width:600px } .thead,.tbody { position:relative; } .thead { z-index:1; background:darkgray; } .tbody { z-index:0; }