/*单选复选美化*/ .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; } /*弹窗 add */ .chargegroup-daytitImg { width: 26px; height: 24px; top: 5px; left: 60px; background: url(img/chargegroup_smallIcon.png) no-repeat; background-position: -140px -30px; } .chargegroup-nighttitImg { width: 26px; height: 24px; top: 5px; left: 60px; background: url(img/chargegroup_smallIcon.png) no-repeat; background-position: -105px -30px; } .chargegroup-width80{ width: 80px; } .chargegroup-pad5{ padding-left: 5px; padding-right: 5px; } .chargegroup-poptime{ padding: 0 10px }