workordermanage.css 3.68 KB
.parking-l{
    float: left;
    width: 60px;
    height: 34px;
    line-height: 34px;
}
.workorder-input78{
    width: 78%;
    height: 34px;
    line-height: 34px;
}
.workorder-input{
    padding-left: 5px;
    width: 120px;
    height: 34px;
    line-height: 34px;
    background-color: #f3f3f3;
}
.workorder-perBtn{
    border-radius: 4px!important;
    cursor: pointer;
    width: 55px;
    height: 32px;
    text-align: center;
    /*font-size: 14px;*/
    color: #fff;
}
/*add tree*/
.workorder-form-group-ul {
    background: #fff;
    width: 320px;
    height: 320px;
    overflow: auto;
    padding-left: 24px;
}
.workorder-comMsg{
    width: 180px;
    height: 135px;
    line-height: 20px;
    padding-left: 5px;
    /*margin-left: 5px;*/
}
/*单选复选美化*/
.ITD-form-group input[type=checkbox],
.ITD-form-group input[type=radio ]{
    width   : 28px;
    height  : 24px;
    margin  : 0;
    padding : 0;
    opacity : 0;
    filter: "alpha(opacity=0)"; /* IE 8 */
}

.ITD-form-group input[type=checkbox]+ label{
    display      : inline-block;
    margin-left  : -28px;
    padding-left : 28px;
    background   : url('../../../img/input-checkexActive.png') no-repeat  0 center;
    line-height  : 24px;
    opacity : 1;

}
.ITD-form-group input[type=checkbox]:hover + label{
    background: url('../../../img/input-checkexActive.png') no-repeat 0 center;

}
.ITD-form-group input[type=checkbox]:checked + label{
    background: url('../../../img/input-checkbox.png') no-repeat 0 center;

}

.ITD-form-group input[type=checkbox]:checked:hover + label{
    background: url('../../../img/input-checkbox.png') no-repeat 0 center;

}

.ITD-form-group input[type=radio] + label{
    /*margin-right: 14px;*/
    display      : inline-block;
    margin-left  : -28px;
    padding-left : 20px;
    background   : url('../../../img/input-radio.png') no-repeat 0 center ;
    line-height  : 24px;

}
.ITD-form-group input[type=radio]:hover + label{
    background: url('../../../img/input-radio.png') no-repeat 0 center;
}
.ITD-form-group input[type=radio]:checked + label{
    background   : url('../../../img/input-radio-active.png') no-repeat 0 center;

}
.ITD-form-group input[type=radio]:checked:hover + label{
    background: url('../../../img/input-radio-active.png') no-repeat 0 center;

}
.fixed-table-container .bs-checkbox .th-inner {
    padding-left: 30px !important;
}

/*处理进度 弹窗*/
.detail_cont{
    height: 400px;
    width: 635px;
    margin-left: 24px;
    overflow-y: auto;
}
.detail_cont .cont_Msgdiv{
    width: 400px;
    height: 90px;
    margin-left: 100px;
    /*padding-top: 10px;*/
}
.cont_Msgdivleft{
    height: 100px;
    margin-left: 50px;
    width: 50px;
    padding-top: 4px;
}
.comspan_style{
    width: 16px;
    height: 16px;
    border:2px solid #24c496;
    border-radius: 50% !important;
}
.last-comspan{
    width: 16px;
    height: 16px;
    border-radius: 50% !important;
    background-color: #24c496;
}
.success-comspan{
    width: 16px;
    height: 16px;
    border-radius: 50% !important;
    background:url("../../../img/success-icon.png") no-repeat;
    background-size: 16px 16px;
}
.comspan_line{
    width: 2px;
    height: 80px;
    background-color: #e4e3e8;
    margin-left: 7px;
}
.cont_Msgdivright{
    width: 300px;
    height: 100px;
}
.handle-top{
    height: 24px;
    line-height: 24px;
}
.workcont_per{
    margin-right: 30px;
}
.workcont_msg{
    /*display: inline-block;*/
    height: 40px;
    line-height: 18px;
    width: 220px;
    padding-left: 5px;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.maxwidth200{
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}