apprelease.css 1.66 KB
/*单选复选美化*/
input[type=checkbox],
input[type=radio ]{
    width   : 28px;
    height  : 24px;
    margin  : 0;
    padding : 0;
    opacity : 0;
    filter: "alpha(opacity=0)"; /* IE 8 */
}

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;

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

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

}

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

}

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;

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

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

}

/*新增 弹窗*/
.workorder-comMsg {
    width: 180px;
    height: 80px;
    line-height: 16px;
    padding-left: 5px;
    /* margin-left: 5px; */
}
.apprel-marl100{
    margin-left: 100px;
}
.appqrcode{
    width:100px;
    height:100px;
    margin-top:15px;
    margin-left: 139px;
    margin-bottom: 24px;
}
.appl_Msg{
    max-width: 200px;
}