reset.css 2 KB
body{
    display: none;
    /*opacity: 0;*/
}
@media (max-width: 800px) {
    .top-nav{
        display: none;
    }
}
body,ul,li{
    list-style:none;
}
button{
    outline:none;
}
.clearfix:after{
    display:block;
    clear:both;
    content:"";
    visibility:hidden;
    height:0
}
.clearfix{
    zoom:1;
}
.fixed-table-container tbody td .th-inner, .fixed-table-container thead th .th-inner{
    padding: 2px !important;
}
.bootstrap-table .table:not(.table-condensed), .bootstrap-table .table:not(.table-condensed)>tbody>tr>td, .bootstrap-table .table:not(.table-condensed)>tbody>tr>th, .bootstrap-table .table:not(.table-condensed)>tfoot>tr>td, .bootstrap-table .table:not(.table-condensed)>tfoot>tr>th, .bootstrap-table .table:not(.table-condensed)>thead>tr>td{
    padding: 2px !important;
}
.table thead{
    background: #eef1f5 !important;
}
.table thead tr th {
    font-size: 12px !important;
}
.table td{
    vertical-align: middle!important;
}
.fixed-table-container thead th {
     /*border-left: none !important;*/
}
.fixed-table-container tbody td {
     /*border-left: none !important;*/
}
ul.dropdown-menu.inner li:hover{
    background-color: #36c6d3 !important;

}
.table-striped>tbody>tr{
    /*background-color:#fff !important;*/
    white-space: nowrap;
}
.table>tbody>tr:nth-of-type(even) {
    background-color:rgba(50,197,210,0.1) !important;
}
/*.page-content-white .page-bar{*/
    /*margin: -20px -20px 0 !important;*/
/*}*/
.line4 {
    float: left;
    display: inline-block;
    width: 5px;
    height: 55px;
    background: #2abb9b;
}
a:link{
    text-decoration:none;
}
a:visited{
    text-decoration:none;
}
a:hover{
    text-decoration:none;
}
a:active{
    text-decoration:none;
}
.title{
    /*font-size: 16px;*/
    /*color: #fff;*/
    font-weight: 500;
}
/*数据表格加载样式 公共*/
/*.fixed-table-loading{
    margin-top: 50px;
    margin-bottom: 50px;
}*/
/*
.page-content-white .page-bar .page-breadcrumb>li>i.fa-circle {
    top: 0;
}*/
.page-content{
    min-height: 900px !important;
}