通过thead 下的tr 设置样式以及 tbody 下的 tr 设置样式
避免冲突
<table> <thead> <tr> <td> </td> </tr> </thead> <tbody> <tr> <td> </td> </tr> </tbody> </table>
table 中的thead tbody
原文:http://www.cnblogs.com/zzd0916/p/6390090.html