whitelist.css 3.27 KB

/*//新样式*/
.whitelist-parking-l{
    width: 70px;
}



/*弹窗新样式*/
/*---------------详情弹窗------------------*/
.whitelist-chooseDivread{
    width: 670px;
    height: 34px;
    line-height: 34px;
}
.whitelist-width70{
    float: left;
    margin-left: 20px;
    width: 550px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*---------------新增弹窗------------------*/
.whitelist-findPark {
    position: absolute;
    top: 0;
    right: 0;
    height: 34px;
    width: 34px;
    background: url(../img/find_icon.png) no-repeat;
    background-size: 17px 17px;
    background-position: 6px 8px;
    cursor: pointer;
}
.whitelist-group{
    width: 315px;
    height: 390px;
    margin-left: 12px;
    background-color: #f5f7f8;
    margin-bottom: 24px;
}
.whitelist-form-group-ul {
    height: 220px;
    margin-left: 13px;
    width: 300px;
    padding-top: 15px;
}
.whitelist-line1 {
    width: 280px;
    height: 1px;
    background-color: #c2cad8;
    margin-left: 17px;
}
.whitelist-form-grup-checked{
    padding-top: 5px;
    height: 165px;
    width: 310px;
    overflow-y: auto;
}

.treeview-checkable_org {
    height: 205px;
    margin-left: 30px;
    width: 250px;
    overflow-y: auto;
    overflow-x: auto;
    float: left;
}
.whitelist-parkCheck, .whitelist-editParkCheck {
    height: 28px;
    width: 142px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 28px;
    padding: 0 24px 0 12px;
    display: inline-block;
    border-radius: 4px !important;
    background-color: #fff;
    position: relative;
    border: 1px solid #d8e2e5;
    margin-left: 8px;
}
.closex, .editclosex {
    position: absolute;
    top: 8px;
    right: 9px;
    height: 9px;
    width: 9px;
    background: url(../img/parkclose_icon.png) no-repeat;
    background-size: 9px 9px;
    cursor: pointer;
}
.whitelist-padtop8{
    padding-top: 8px !important;
}


/*单选复选美化*/
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;

}