|
@@ -99,13 +99,29 @@ $(function(){
|
|
|
$(this).val('请输入密码').css({color:'#cccccc'})
|
|
|
}
|
|
|
});
|
|
|
- $('#checks').attr('checked',false)
|
|
|
- $('.login_check label input').click(function(){
|
|
|
- var Cheack=$(this).prop('checked')
|
|
|
- if(Cheack){
|
|
|
- $(this).parent().css({"background":"url(../img/check_lo.png) no-repeat center left","background-size":"25% 40%"})
|
|
|
+ $('#checks').attr('checked',true)
|
|
|
+ $('#checks').click(function(){
|
|
|
+ var Cheack=$(this).prop('checked')
|
|
|
+ if(Cheack){
|
|
|
+ $(this).parent().css({"background":"url(../img/check_lo.png) no-repeat center left","background-size":"34% 40%"})
|
|
|
+ $('#checkst').prop('checked',false)
|
|
|
+ $('#checkst').parent().css({"background":"url(../img/check_lono.png) no-repeat center left","background-size":"34% 40%"})
|
|
|
}else{
|
|
|
- $(this).parent().css({"background":"url(../img/check_lono.png) no-repeat center left","background-size":"25% 40%"})
|
|
|
+ $('#checkst').prop('checked',true)
|
|
|
+ $('#checkst').parent().css({"background":"url(../img/check_lo.png) no-repeat center left","background-size":"34% 40%"})
|
|
|
+ $(this).parent().css({"background":"url(../img/check_lono.png) no-repeat center left","background-size":"34% 40%"})
|
|
|
+ }
|
|
|
+ })
|
|
|
+ $('#checkst').click(function(){
|
|
|
+ var Cheack_no=$(this).prop('checked')
|
|
|
+ if(Cheack_no){
|
|
|
+ $(this).parent().css({"background":"url(../img/check_lo.png) no-repeat center left","background-size":"34% 40%"})
|
|
|
+ $('#checks').prop('checked',false)
|
|
|
+ $('#checks').parent().css({"background":"url(../img/check_lono.png) no-repeat center left","background-size":"34% 40%"})
|
|
|
+ }else{
|
|
|
+ $('#checks').prop('checked',true)
|
|
|
+ $('#checks').parent().css({"background":"url(../img/check_lo.png) no-repeat center left","background-size":"34% 40%"})
|
|
|
+ $(this).parent().css({"background":"url(../img/check_lono.png) no-repeat center left","background-size":"34% 40%"})
|
|
|
}
|
|
|
})
|
|
|
//点击x
|