paybacknew.css 3.31 KB
.out-btn{
    position: absolute;
    right: 10px;
    bottom:10px;

}
.outpay-btn{
    position: absolute;
    right: 10px;
    bottom:10px;
    width: 70px;
    height: 25px;
    margin-top: 20px;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    background: url(../img/arrears-bg.png) no-repeat;
    background-size: 70px 25px;
}
.tab-wrap{
    display: flex;
    margin-bottom: 4px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    text-align: center;
}
.tab-wrap >li{
    flex: 1;
}
.tab-wrap >li span{
    height: 30px;
    display: inline-block;
    padding: 0 15px;
}
.tab-wrap >li.active span{
    color: #0474D7;
    position: relative;
    border-bottom: 4px solid #0474D7;
}

.tab-main{
    margin-bottom: 67px;
    overflow-y: auto;
}

.pay-wrap{
    background: #fff;
    padding-left: 15px;
    border-top:1px solid #e1e1e1;
    cursor: pointer;
}
.pay-header{
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    justify-content: space-between;
}
.pay-header span:last-child {
    color: #D40202;
    margin-right: 15px;
}
.pay-body{
    padding: 10px 0;
    position: relative;
}
.pay-money{
    position: absolute;
    top:50%;
    right: 15px;
    transform: translateY(-50%);
    color: #333;
}
.arrears-wrap{
    display: none;

}

.allMoneyWrap{
    padding-left: 15px;
    height: 27px;
    background: #FAF6EA;
    color: #333;
}
.allMoneyWrap span{
    /*margin-left: 15px;*/
    color: #D40202;
}

.arrears-list{
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 67px; /*距离底部的距离为底部盒子的高度,自己也可以设置*/
    overflow-y: scroll;
    width: 100%;
    height: auto;
    -webkit-overflow-scrolling: touch;   /*这句是为了滑动更顺畅*/
}
.arrears-list>li{
    padding-left: 40px;
    margin-bottom: 11px;
    border-top:1px solid #e1e1e1;
    background: #fff url("../img/arrearsCheck.png") no-repeat 9px center;
    cursor: pointer;
}
.arrears-list>li.active{
    padding-left: 40px;
    margin-bottom: 11px;
    border-top:1px solid #e1e1e1;
    background: #fff url("../img/arrearsChecked.png") no-repeat 9px center;
    cursor: pointer;
}
.arrears-header{
    height: 30px;
    line-height: 30px;
    border-bottom:1px solid #e1e1e1;
    display: flex;
    justify-content: space-between;
}
.arrears-header span:last-child{
    color: #D40202;
    margin-right: 15px;
}
.arrears-body{
    padding: 10px 0;
    position: relative;
}
.arrears-money{
    position: absolute;
    top:50%;
    right: 15px;
    transform: translateY(-50%);
    color: #333;
}
.arrears-statistics{
    height: 67px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #efeff4;
}
.statistics-title{
    height: 32px;
    line-height: 32px;
    padding-left: 15px;
    background: #E6FAFA;
    color: #333;
}

.statistics-title span{
    color:#D20000 ;
}
.statistics-opr{
    height: 35px;
    line-height: 35px;
    display: flex;
    justify-content: space-between;
}
.opr-btn{
    padding: 0 10px;
    color: #fff;
    background: #0260B8;
    cursor: pointer;
}
.check-btn{
    padding-left: 40px;
    background: url("../img/arrearsCheck.png") no-repeat 9px center;
    cursor: pointer;
}
.check-btn.checkedActive{
    background: url("../img/arrearsChecked.png") no-repeat 9px center;
}