<style>
        table {
            border-collapse: collapse;
            text-align: center;
        }
        table td, table th {
            border: 1px solid #cad9ea;
            color: #666;
            height: 30px;
            line-height:30px;
        }
        table thead th {
            background-color: #CCE8EB;
            width: 100px;
        }
        table tr:nth-child(odd) {
            background: #fff;
        }

        table tr:nth-child(even) {
            background: #F5FAFA;
        }
    </style>

实际效果如下
WX20220708-110826.png

最后修改:2022 年 12 月 23 日
如果觉得我的文章对你有用,请随意赞赏