﻿/*分页数据样式*/
 .page-table {
    margin-bottom: -1px;
    width: 100%;
    background-color: #fff;
    color: #666;
    border-collapse: inherit;
    margin: 0px 0px 15px 0;
}

.page-search {
    padding: 0px 0px 16px 0px;
}



table {
    border-collapse: collapse;
    border-spacing: 0;
    border-top:1px solid #e6e6e6;
    border-left:1px solid #e6e6e6;
}

.page-table tr {
    transition: all .3s;
    -webkit-transition: all .3s;
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

    .page-table tr:hover
    {
        background:#f2f2f2;
    }

    .page-table td, .page-table th {
        position: relative;
        padding: 8px;
        min-height: 20px;
        line-height: 20px;
        border: 1px solid #e6e6e6;
        border-top: none;
        border-top-width: initial;
        border-top-style: none;
        border-top-color: initial;
        border-left: none;
        border-left-width: initial;
        border-left-style: none;
        border-left-color: initial;
    }

.page-table th {
    text-align: center;
    padding: 8px 0;
    background-color: #f2f2f2;
}

/**排序标签*/
.page-table th span{
    cursor:pointer;
}


/*分页页面样式*/
#PageId{
    padding:0px;
    width:100%;
    overflow:hidden;
}

    #PageId>div {
        float:left;
        height:28px;
        line-height:28px;
    }
    #PageId > div:last-child {
        text-align:right;
    }
        .page-btn {
            display: inline-block;
            *display: inline;
            *zoom: 1;
            vertical-align: middle;
            padding: 0 12px;
            height: 28px;
            line-height: 28px;
            margin: 0 -1px 5px 0;
            background-color: #fff;
            color: #333;
            border: 1px solid #e2e2e2;
        }
    .page-btn:hover {
        background-color: #ececec;
        text-decoration-line: none;
    }
.page-btn-active {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    padding: 0 12px;
    height: 28px;
    line-height: 28px;
    margin: 0 -1px 5px 0;
    background-color: #fff;
    color: #fff;
    border: solid 1px #2e6da4;
    background-color: #337ab7;

}