通过thead 下的tr 设置样式以及 tbody 下的 tr 设置样式
避免冲突
<table> <thead> <tr> <td> </td> </tr> </thead> <tbody> <tr> <td> </td> </tr> </tbody> </table>