天天看點

遮罩的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