* {
margin:0px;
padding:0px;
}
.tb_table {
width:500px;
table-layout:fixed;
border-collapse:collapse;
}
.tb_table thead {
background:#CCCCCC;
color:#fff;
}
.tb_table tbody {
display:block;
width:100%;
overflow:auto;
height:100px;
}
.tb_table thead tr {
display:block;
}
.tb_table th,.tb_table td {
text-align:center;
width:200px;
}
更新时间:2021-08-15 22:31:37
表格的全选,单选,删除等操作