﻿/*重写layui*/
.layui-table thead tr {
    background-color: #175E9D;
    color: white;
    height: 50px;
}
.layui-table tbody tr {
    height: 50px;
    line-height: 50px;
}
    .layui-table tbody tr:nth-child(odd) {
        background-color: #f2f2f2;
    }
    .layui-table tbody tr:hover {
        background: #FDE1CE;
    }
.layui-table-sort[lay-sort=asc] .layui-table-sort-asc {
    border-bottom-color: #fff;
}
.layui-table-sort[lay-sort=desc] .layui-table-sort-desc {
    border-top-color: #fff;
}
.layui-table-cell {
    height: 35px;
    line-height: 35px;
    padding: 0 8px;
}
    .layui-table-cell a {
        color: #175E9D;
    }
.layui-table img {
    max-width: 60px;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #175E9D;
}
/* 隐藏layui分页中的省略号 */
.layui-laypage .layui-laypage-spr {
    display: none;
}