<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style>
* {
margin: 0;
padding: 0;
}
.cme-table {
margin: 50px 0 0 50px;
}
.cme-table table {
border-collapse: collapse;
}
.cme-table thead tr th {
border: 1px solid #ddd;
width: 120px;
height: 50px;
background: #f5f5f5;
font-weight: bold;
font-size: 12px;
color: #333;
}
.cme-table tbody tr td {
border: 1px solid #ddd;
text-align: center;
font-size: 12px;
color: #333;
height: 30px;
}
.cme-table tbody tr:hover {
background: #f8f8f8;
}
body a {
color: #000;
text-decoration: none;
}
</style>
</head>
<body>
<div class='cme-table'>
<div class='cme-fixed-table-container'>
<table cellspacing="0" cellpadding="0">
<thead>
<tr>
<th>序号</th>
<th>姓名</th>
<th>人员属性</th>
<th>年度</th>
<th>月份</th>
<th>日期</th>
<th>操作</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>1</td>
<td>1</td>
<td>1</td>
<td>1</td>
<td>1</td>
<td class='t