<table id="tableArea" cellspacing="0" cellpadding="0">
<thead id="tableHead">
<!--内容-->
</thead>
<tbody id="tableBody">
<!--内容-->
</tbody>
</table>
#tableArea{
border-radius:10px 10px 0 0;
overflow: hidden;
font-size:14px;
}
重点:给table加border-radius和overflow:hidden;