invoicemanage.css 1.82 KB
/*搜索栏----*/
.invoice-parking-l {
    float: left;
    width: 105px;
    height: 34px;
    line-height: 34px;
}
.invoiceper-parking-l {
    float: left;
    width: 80px;
    height: 34px;
    line-height: 34px;
}
.invoice-topbar{
    width: 83px;
    height: 34px;
    background: rgba(255,255,255,1);
    border-radius: 4px !important;
    line-height: 34px;
    border: 1px solid #d8e2e5;
    text-align: center;
    float: left;
    color: rgba(0,0,0,0.7);
    margin-right: 6px;
    cursor: pointer;
}
/*弹窗 sta */
.ITD-form-padleft5-read div.checker,.ITD-form-padleft5-read div.radio {
    margin-top: -9px;
    margin-left: 0 !important;
}
div.checker,div.radio{
    margin-left: 0 !important;
}
#resetmodel .modal-footer{
    border-top: 0;
    text-align: center !important;
}
#write_rule,#writeoper_rule{
    color: #ff0000;
}
.form-group-ul{
    height: 180px;
    width: 95%;
    overflow-y:auto;
}
.berthAreaList{
    padding-left: 25px;
}
.berthAreaList li{
    float: left;
    padding-left: 20px;
    width: 110px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0px 25px 5px 0;
    cursor: pointer;
    background: url("../../img/input-checkexActive.png") no-repeat 0 center;
}
.berthAreaList li.checkexActive{
    background: url("../../img/input-checkbox.png") no-repeat 0 center;
}

.radio-list .radio{
    /*margin-right: 0 !important;*/
    /*margin-left: 0px !important;*/
    /*margin-top: -4px !important;*/
}
.resetMsg-cont{
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 16px;
}

/*-----------------------------------搜索*/






/*-----------------------------------表格*/
#recordtable tbody tr:not(.no-records-found) td:nth-of-type(1){
    width: 267px;
    background: url("../../img/fapiao-icon.png") no-repeat 0 5px;
    background-size:100% 99% ;
}