1,z-index:9999;position:absolute;top:0;100%;height:100%;background-color: #ccc;opacity: 0.7;////页面整体高度,包含滚动条未到位置
2,var height = $(document).height();//页面整体高度,包含滚动条未到其他位置
3,$('body').css("overflow","hidden")//隐藏遮罩层下滚动条