<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body{
    height: 100%;
}
.imgCode{
    cursor: pointer;
}
/*.btn.disabled, .btn[disabled], fieldset[disabled] .btn{*/
    /*background: #b5b5b5;*/
    /*color: #fff;*/
/*}*/
.bootstrap-table .pagination-detail{
    display: none;
}
.inline-top{
    line-height: 100%;
    vertical-align: top;
}
.inline-middle{
    line-height: 100%;
    vertical-align: middle;
}
.inline-bottom{
    line-height: 100%;
    vertical-align: bottom;
}
.inner-footer{
    border-top: 1px solid #eee;
    background: #fff;
    text-align: center;
    color: #98a4ab;
    padding: 30px 0px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
input,input:active,input:visited,input:focus{
    outline: none;
}
input{
    outline: none!important;
}
.emp{
    color: #e74031;
    font-weight: bold;
}
.has-error{
    color: #a94442;
}
.margin-30{
    margin-top: 30px;
}
.form-control[readonly]{
    background: #fff;
}
.warp{
    width: 1200px;
    margin: 0 auto;
    overflow: auto;
}
.a-link{
    text-decoration: underline;
    color: #e74031;
    cursor: pointer;
}
.tsign-radio{
    position: relative;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #e74031;
    border-radius: 50%;
}
.tsign-radio:after{
    content: " ";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;

    left: 3px;
    top: 3px;
}
.tsign-radio:checked:after{
    background: #e74031;
}
.table-content input[type=checkbox],.tsign-checkBox{
    -webkit-appearance: none;
    background: #ffffff;
    height: 16px;
    width: 16px;
    border: 1px solid #ddd;
    position: relative;
}
.table&gt;tbody&gt;tr&gt;td{
    vertical-align: middle;
}
.table-content input[type=checkbox]:checked,.tsign-checkBox:checked{
    position: relative;
    background: #fff;
}
.table-content  input[type=checkbox]:checked::after,.tsign-checkBox:checked::after{
    content: url(/static/images/pub_icon/check.png);
    width: 100%;
    height: 100%;
    line-height: 16px;
    position: absolute;
    top: -2px;
    left: 2px;
}
.bootstrap-dialog-message{
    text-align: center;
}
.bootstrap-table .fixed-table-container{
    padding-top: 10px;
}
.tsign-bootstrap-pagination{
    font-size: 14px;
    font-weight: bold;
    color: #5c5c5c;
}
.float-middle{
    line-height: 200%;
}</pre></body></html>