HTML 固定Table表头

 

table {
  text-align: left;
  position: relative;
  border-collapse: collapse; 
  }
 
 
   thead th {
     text-align: center;
   }
  th {
   
  position: sticky;
  background-color: #fff;
  top: 0; /* Don't forget this, required for the stickiness */
   
  }

 

posted @ 2023-06-06 16:33  悬剑丶  阅读(128)  评论(0编辑  收藏  举报