
显示页面的全部内容
打开弹框
//页面的遮罩层
//页面的弹出框
关闭弹框
#cover{
position:absolute;left:0px;top:0px;
background:rgba(0, 0, 0, 0.4);
width:100%;
height:100%;
filter:alpha(opacity=60);
opacity:0.6;
display:none;
z-Index:999;
}
#modal{
position:absolute;
width:500px;
height:300px;
top:50%;
left:50%;
background-color:#fff;
display:none;
cursor:pointer;
z-Index:9999;
}