亚洲免费乱码视频,日韩 欧美 国产 动漫 一区,97在线观看免费视频播国产,中文字幕亚洲图片

      1. <legend id="ppnor"></legend>

      2. 
        
        <sup id="ppnor"><input id="ppnor"></input></sup>
        <s id="ppnor"></s>

        半透明遮罩實(shí)現(xiàn)全屏幕遮蓋css實(shí)現(xiàn)

        字號(hào):


            <style>
            *html body{height:100%}
            .mask{
            position:absolute;
            left:0;
            top:0;
            z-index:100;
            height:100%;
            width:100%;
            background:black;
            opacity:0.4;
            filter:alpha(opacity=40)
            }
            </style>
            <div></div>
            在ie67下如果不添加 *html body{height:100%} 的話有可能不起作用