是否可以z-index
通过css方法添加思想对象:
jQuery('<div/>').css({
z-index: 1000,
opacity: 0.7,
width: jQuery(window).width(),
height: jQuery(document).height(),
top:0,
left:0,
position: 'absolute'}).appendTo('body');