reconciliation.css 3.93 KB
.reconciliation-card-list{
    height: 102px;
    padding: 20px 0;
}
.variant-reconciliation{
    width: 62px;
    height: 62px;
    background: url("../../img/variant-reconciliation-icon.png") no-repeat;
    top:0;
    right:0;
}
.novariant-reconciliation{
    width: 90px;
    height: 62px;
    line-height: 26px;
    font-size: 12px;
    text-align: right;
    margin-right: 5px;
    /*background: url("../../img/novariant-reconciliation-icon.png") no-repeat;*/
    top:0;
    right:0;
    color: red;
}
.reconciliation-card-list-1{
    border-top: 2px solid #fe944d;
}
.reconciliation-card-list-1 li:nth-of-type(1){
    border-right: 1px solid #fe944d;
}
.reconciliation-card-list-2{
    border-top: 2px solid #5ed8af;
}
.reconciliation-card-list-2 li:nth-of-type(1){
    border-right: 1px solid #5ed8af;
}
.reconciliation-card-list-3{
    border-top: 2px solid #50c0f5;
}

.reconciliation-card-list-3 li:nth-of-type(1){
    border-right: 1px solid #50c0f5;
}
.reconciliation-card-list-1{
    border-top: 2px solid #fe944d;
}
.reconciliation-card-list-1 li:nth-of-type(1){
    border-right: 1px solid #fe944d;
}
.reconciliation-card-list-4{
    border-top: 2px solid #fed64d;
}
.reconciliation-card-list-4 li:nth-of-type(1){
    border-right: 1px solid #fed64d;
}
.reconciliation-card-detail{
    padding: 15px 0 3px;
}
.reconciliation-card-detail li{
    height: 18px;
    line-height: 18px;
    margin-bottom: 10px;
}
/*弹窗css*/
.ITD-alert-tab-wrap{
    padding-top: 7px;
}
.ITD-alertcon-tab-wrap{
    max-height: 500px;
    overflow-y: auto;
    padding-top: 18px !important;
}
.ITD-alert-tab-wrap li{
    cursor: pointer;
    float: left;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    margin-right: 70px;
}
.ITD-alert-tab-active{
    border-bottom: 3px solid #5fe98f;
}
.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:nth-of-type(3) {
    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;
}
/*new card*/
.ITD-cardlist-wrap ul{
    padding-top: 10px !important;
}
.ITD-complex-table thead tr:nth-of-type(2) th{
    border-top: 1px solid #e7ecf1 !important;
}
.card-dzwxmoney-icon{
    display: inline-block;
    height: 16px;
    width: 16px;
    background: url(../../img/card-dzwxmoney-icon.png) no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px;
}
.card-dzalipaymoney-icon{
    display: inline-block;
    height: 16px;
    width: 16px;
    background: url(../../img/card-dzalipaymoney-icon.png) no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px;
}
.wx-class-wid{
    width: 90%;
    color:#08BA07;
    background-color: #E0FAEB;
    height: 40px;
}
.alipay-class-wid{
    width: 90%;
    color:#1E95CD;
    background-color: #D5F0FC;
    height: 40px;
}
.pt-class-widl{
    width: 70%;
    width: calc(100% - 75px);
    width:-moz-calc(100% - 75px);
    width:-webkit-calc(100% - 75px);
    padding-left: 10px;
}
.pt-class-wid{
    width: 90%;
    /*color:#08BA07;*/
    /*background-color: #E0FAEB;*/
    height: 40px;
}
.pt-class-widr{
    width: 75px;font-size:12px;margin-top:5px;text-align: right;padding-right: 10px;
}
.rec-wid40{
    height: 40px;
    line-height: 40px;
}