﻿
.goodsTable {
    margin: 15px 0;
}

    .goodsTable table {
        width: 100%;
        border-collapse: collapse;
    }

        .goodsTable table th {
            background-color: #f8f9fd;
        }

        .goodsTable table th, .goodsTable table td {
            border: 1px solid #e7eaf2;
            height: 45px;
            font-size: 13px;
            color: #666;
            text-align: left;
            padding: 0 10px;
        }

        .goodsTable table td {
            padding: 5px 10px;
        }

            .goodsTable table th.tright, .goodsTable table td.tright {
                padding-right: 10px;
                text-align: right;
            }

        .goodsTable table select {
            display: inline-block;
        }


table a.add, a.induce {
    color: #94918e;
    font-size: 24px;
    margin: 0 2px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

table .goods-input {
    padding: 0 5px;
}

    table .goods-input .select-input {
        font-size: 13px;
        width: 90%;
        height: 34px;
        line-height: 34px;
        border: none;
    }

    table .goods-input .i-select {
        color: #333;
        float: right;
        font-size: 24px;
        margin-right: 10px;
        margin-top: -5px;
    }



.listTable {
    border-collapse: collapse;
    border: 0;
    display: inline-table;
    width: 100%;
}

    .listTable thead th {
        height: 40px;
        background-color: #f2f2f2;
        text-align: left;
        padding-left: 20px;
        color: #333333;
        font-size: 13px;
        font-weight: normal;
    }

    .listTable tbody td {
        height: 40px;
        text-align: left;
        padding-left: 20px;
        color: #333;
        font-size: 13px;
        border-bottom: 1px solid #e7e7e7;
    }

        .listTable thead th span, .listTable tbody td span {
            color: #333;
            font-size: 13px;
        }

span.l_read, span.l_unread {
    cursor: pointer;
}

.listTable tbody td span.l_read:before {
    content: ' ';
    display: inline-block;
    position: relative;
    top: -3px;
    width: 5px;
    height: 5px;
    background-color: #d4d4d4;
    border-radius: 50%;
    margin-right: 5px;
}

.listTable tbody td span.l_unread:before {
    content: ' ';
    display: inline-block;
    position: relative;
    top: -3px;
    width: 5px;
    height: 5px;
    background-color: #ff0000;
    border-radius: 50%;
    margin-right: 5px;
}

.listTable tbody td span.r_read:after {
    content: ' ';
    display: inline-block;
    position: relative;
    top: -3px;
    left: 5px;
    width: 5px;
    height: 5px;
    background-color: #d4d4d4;
    border-radius: 50%;
}

.listTable tbody td span.r_unread:after {
    content: ' ';
    display: inline-block;
    position: relative;
    top: -3px;
    left: 5px;
    width: 5px;
    height: 5px;
    background-color: #ff0000;
    border-radius: 50%;
}

.listTable tbody td .btn-operator {
    color: #00A5F4;
    font-size: 13px;
    padding-left: 0;
    margin-right: 10px;
}

.listTable tbody td span.line {
    display: inline-block;
    position: relative;
    top: 2px;
    height: 12px;
    border-left: 1px solid #00A5F4;
    margin-right: 10px;
}
