天天看点

遮罩的CSS样式

.shade{

width: 100%;

height: 100%;

position: absolute;

top: 0px;

left: 0px;

z-index: 5000;

background: #000;

opacity: 0.7;

}

本文转自  素颜猪  51CTO博客,原文链接:http://blog.51cto.com/suyanzhu/1891128