Leo*_*nho 0 javascript jquery html5 css3
我可以给出一个例子:
.nightly{
z-index: 9000;
position: fixed;
height: 100%;
width: 100%;
background-color: rgba(0,0,0,0.5);
}Run Code Online (Sandbox Code Playgroud)
<div class="nightly">
</div>
<div class="body">
<button>Test</button>
<a href="#">Test 1</a>
</div>Run Code Online (Sandbox Code Playgroud)
想知道div.nightly点击的"透明" 怎么样,或者可以点击下面的按钮,链接等?