@@ -12,7 +12,7 @@ $(function(){
//菜单展开收起
sureChangeWord()
$(".main").css({
- height:$(window).height()+'px'
+ height:$(window).height()-51+'px'
})
$("body").on('focus',".modalAction input",function(){
$(this).attr("type","password")