遮罩层

//遮罩层
$("<div id='shade'></div>").css({
position:'absolute',
top:0,
left:0,
backgroundColor:"red",
opacity:0.1,
zIndex:300,
}).height($(document).height()).width($(document).width()).hide().appendTo("#all_query_table");

 

#all_query_table是目标div

posted @ 2021-03-30 11:18  rearboal  阅读(135)  评论(0编辑  收藏  举报