/* 设置文档的两端对齐 */
body{
    text-align: justify;
}
/* 表格的表头样式 */
table thead tr th{
    background-color: black;
    color: white;
}