.gSys-msg .mask
{
background-color: #000000;
height: 100%;
left: 0;
filter:alpha(opacity=30);
opacity:0.3;
overflow: hidden;
position: absolute;
top: 0;
width: 100%;
z-index: 900;
}
在其中 filter:alpha(opacity=30); 适用IE的遮罩实际效果
opacity:0.3; 适用Firefox的遮罩实际效果