
        table {
            border-collapse: collapse;
            margin: 0 auto;
        }

        th, td {
            border: 1px solid #ccc; /* 修改为灰色边框 */
            padding: 8px;
        }

        thead th {
            color: white;
            background-color: blue;
        }
    