billmanage.css 1.33 KB
.reconciliation-card-detail{
    padding: 15px 0 3px;
}
.reconciliation-card-detail li{
    height: 18px;
    line-height: 18px;
    margin-bottom: 10px;
}
/*复合表头样式*/
.ITD-complex-table thead tr:nth-of-type(2) th{
    border-top: 1px solid #e7ecf1!important;
}
.billFixwid{
    max-width: 155px;
}
/*tab 切换*/
.tab-btn-wrap li {
    float: left;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    background: rgba(255,255,255,1);
    text-align: center;
    margin-bottom: 18px;
}
.tab-btn-wrap li:nth-of-type(1) {
    border-left: 1px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    border-radius: 4px 0 0 4px !important;
}
.tab-btn-wrap li:nth-of-type(2) {
    border-right: 1px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    border-radius: 0 4px 4px 0 !important;
}
.tab-btn-wrap li.tabAction {
    border: 1px solid #1E95CD;
    color: #1E95CD;
}
/* ? title*/
.question-money-icon {
    top: 3px;
    right: 20px;
    /* display: inline-block; */
    /* height: 18px; */
    /* width: 18px; */
    background: url(../../../img/question-money-icon.png) no-repeat;
    background-size: 100% 100%;
    z-index: 1000;
    /* vertical-align: middle; */
    /* margin-left: 10px; */
}