table表格
thead表格头
tbody表格主体
tr 表格行
th 元素定义表头
td 元素定义表格单元
table{border-collapse:collapse;} 单元格间隙合并
th,td {padding:0;} 重置单元格默认填充