table {
    width: 100%;
    border-collapse: collapse; /* 边框合并 */
}
    th, td {
    border: 1px solid black;
    padding: 8px;
    text-align: left;
}
th {
    background-color: #f2f2f2;
}
h2 {
    font-weight: bold;
}