table 中的thead tbody

通过thead 下的tr 设置样式以及 tbody 下的 tr 设置样式

避免冲突

<table>
  <thead>

    <tr>
      <td>
      </td>
    </tr>
  </thead>



  <tbody>
    <tr>
      <td>
      </td>
    </tr>
  </tbody>

</table>

 

posted @ 2017-02-11 22:05  进击的小牛牛  阅读(748)  评论(0编辑  收藏  举报