42) { $(this).css("lineHeight", "normal"); } else if ($(this).height() < 42) { $(this).css("lineHeight", "40px"); } }); */ $("#weixin").powerFloat({ eventType: "hover", targetMode: null, target: $("#weixinQrCode"), position: "7-5" }); $("#app").powerFloat({ eventType: "hover", targetMode: null, target: $("#appQrCode"), position: "7-5" }); }); function submitForm() { if(confirm()){ if (document.loginForm.password.value.length != 32) { document.loginForm.password.value=calcMD5(document.loginForm.password.value); } document.loginForm.actionType.value = "login"; document.loginForm.submit(); } } function reset(){ document.loginForm.reset(); document.loginForm.account.focus(); } function changeUserType() { var userType = document.loginForm.userType.value; if (userType == "2") { docume