inspectionreport.css 1.72 KB
.toll-basic-ifo-park-height {
    height: 34px;
    line-height: 34px;
}
.toll-basic-borderbototm {
    border-bottom: 1px solid #f0f0f0;
}
.carflowpic-icon span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    vertical-align: middle;
    /* margin-top: -3px; */
    background-image: url(caryard-basic-ifo.png);
    background-repeat: no-repeat;
    background-position: -64px 0;
}
.toll-basic-ifo-type {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    vertical-align: sub;
    /* margin-top: -3px; */
    background-image: url(../../../img/person-icon.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.business-icon{
    margin-right: 10px;
}
.toll-basic-ifo-park-wrap li {
    padding-left: 23px;
}
.business-icon{
    margin-right: 10px;
}
.toll-basic-ifo-park-wrap li div:nth-of-type(1) {
    width: 50%;
}
.patrol-con-wrap{
    height: 170px;
    background-color: #f6f5f5;

}
.patrol-con-wrap-title{
    padding: 16px 10px;
    text-indent: 24px;
    overflow-y: auto;
    /*overflow : hidden;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 9;*/
    /*-webkit-box-orient: vertical;*/
}
.patrol-con-wrap-pic{
    height: 170px;
    width: 100%;
    /*background-image: url("patrol-con-wrap-pic.png");*/
    /*background-repeat:no-repeat ;*/
    /*background-position:center center ;*/
}
.patrol-con-wrap-pic img{
    height:100%;
    width: 100%;
    /*background-image: url("patrol-con-wrap-pic.png");*/
    /*background-repeat:no-repeat ;*/
    /*background-position:center center ;*/
}
.maxwidth200{
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}