﻿/* 表格样式 */
.table {
    width: 100%;
    height: auto;
    border: #eee solid 1px;
}

.table-row {
    border-bottom: #eee solid 1px;
}

.table-row:last-child {
    border-bottom: none;
}

.table-row::after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.table-col {
    border-left: #eee solid 1px;
    display: block;
    float: left;
    padding: 10px;
}

.table-col:first-child {
    border-left: none;
}

.table-col a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.col10 {
    width: 10%;
}

.col15 {
    width: 15%;
}

.col25 {
    width: 25%;
}

.col30 {
    width: 30%;
}

.col35 {
    width: 35%;
}

.col40 {
    width: 40%;
}

.col45 {
    width: 45%;
}

.col50 {
    width: 50%;
}

.col55 {
    width: 55%;
}

.col60 {
    width: 60%;
}

.col65 {
    width: 65%;
}

.col70 {
    width: 70%;
}

.col75 {
    width: 75%;
}

.col80 {
    width: 80%;
}

.col85 {
    width: 85%;
}

.col90 {
    width: 90%;
}