.z_mask{
font-size: 13px;
100%;
height: 100%;
background: rgba(0,0,0,.5);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000)";
color: #fff;
position: absolute;
top: 0;
text-align: center;
display: table;
display: none;
}
阴影不兼容IE8,所以一般情况下我们会这对IE8 在box-shadow的基础上再加一个:
border:1px solid #ccc9; //只兼容IE8