incomecasier.css 2.15 KB
.common-parking-l{
    float: left;
    width: 70px;
    height: 34px;
    line-height: 34px;
}


/*收入汇总*/
.incomecasier-caption{
    padding-top: 20px;
}
.incomecasier-caption-date{
    padding-bottom: 20px;
}
.common-display-bfb {
    width: 100%;
    height: 164px;
}
.common-display-bfb-li {
    float: left;
    width: 20%;
    /* height: 165px; */
}
.incomecasier-ul-wrap{
    border: 1px solid #E8E8E8;
}
.incomecasier-ul-wrap li{
    border-right: 1px solid #E8E8E8;
    /*box-shadow: 1px 0px 1px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 1px 0px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 0px 1px 0px rgba(0,0,0,0.1);*/
}
.incomecasier-ul-wrap li:last-child{
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.incomecasier-li-top{
    border-bottom: 1px solid #E8E8E8;
}
.incomecasier-ul-wrap li:nth-of-type(1) .incomecasier-li-top{
    padding:21px 18px;
    background-color:#FFF1DB;
}
.li-left-1{
    width: 56px;
    height: 56px;
    /*padding-top: 3px;*/
}
.li-left-1 img{
    width: 56px;
    height: 56px;
}
.incomecasier-ul-wrap li:nth-of-type(2) .incomecasier-li-top{
    padding:21px 18px;
    background-color:#DFF9EB;
}
.li-left-2{
    width: 56px;
    height: 56px;
    padding-top: 4px;
}
.li-left-2 img{
    width: 56px;
    height: 56px;
}
.incomecasier-ul-wrap li:nth-of-type(3) .incomecasier-li-top{
    padding:21px 18px;
    background-color:#FFF9DB;
}
.li-left-3{
    width: 56px;
    height: 56px;
}
.li-left-3 img{
    width: 56px;
    height: 56px;
}
.incomecasier-li-top .float-right{
    min-width: 80px;
}
.incomecasier-ul-wrap li:nth-of-type(4) .incomecasier-li-top{
    padding:21px 18px;
    background-color:#DFF3F4;
}
.li-left-4{
    width: 56px;
    height: 56px;
}
.li-left-4 img{
    width: 56px;
    height: 56px;
}
.incomecasier-ul-wrap li:nth-of-type(5) .incomecasier-li-top{
    padding:21px 18px;
    background-color:#FFF1DB;
}
.li-left-5{
    width: 56px;
    height: 56px;
}
.li-left-5 img{
    width: 56px;
    height: 56px;
}
.incomecasier-li-bottom{
    padding:16px 20px;
    height: 47px;
}
.incomefixwid{
    max-width: 124px;
}
.card-b-r{
    width: calc(100% - 60px);
    text-align: right;
}