$("#novip").show();
}else{
$("#notime").show();
}
}
}/*function结束*/
});/*ajax结束*/
}/*else结束*/
}
});
2、兼容性说明
.mask开始如下,用的是rgba,但是IE8不兼容,改为使用png图片background:url(images/mask.png) no-repeat;
.mask {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background-color: rgba(252,211,4,0.5);
display: none
}










