.xx-list table {
    border-top: #e1e2e2 1px solid;
    border-left: #e1e2e2 1px solid;
    width: 100%;
    margin: 0.6rem 0;
}

.xx-list td {
    border-bottom: #e1e2e2 1px solid;
    border-right: #e1e2e2 1px solid;
    text-align: center;
    padding: 0.25rem 0.1rem;
    font-size: 0.2rem;
    color: #545454;
}

.xx-list td:first-child {
    text-align: left;
    padding-left: 0.25rem;
}

.xx-list .bt td {
    text-align: center;
    font-size: 0.26rem;
}

.xx-list tr:nth-last-child(odd) {
    background: #ecedf0;
}<!--0.00015592575073242-->