﻿
/**web分页*/
.table_footer {
    padding: 15px;
}

    .table_footer span {
        display: inline-block;
        margin: 0 10px;
        color: #999;
    }

    .table_footer b {
        display: inline-block;
        margin: 0 5px;
        font-weight: normal;
        color: #444;
    }

    .table_footer a {
        display: inline-block;
        color: #444;
        background-color: #FFF;
        border: solid 1px #DDD;
        padding: 2px 10px;
        margin: 0 5px;
        text-decoration: none;
    }

        .table_footer a:hover {
            color: #FFF;
            border-color: #3273DD;
            background-color: #3273DD;
        }

/**mobile分页*/
.comm_list_pages {
    text-align: center;
}

    .comm_list_pages s {
        display: inline;
        float: none;
        margin-right: 5px;
        font-size: .8rem;
        color: #BBB;
        font-size: .8rem;
        text-decoration: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .comm_list_pages s u {
            color: #FF8000;
            font-style: normal;
            text-decoration: none;
        }

    .comm_list_pages a {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        color: #444;
        font-size: .7rem;
        font-weight: normal;
        margin: 0 3px;
        padding: 0 10px;
        text-align: center;
        background-image: none;
        background-color: #E9E9E9;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        text-decoration: none;
    }

