我可以给出一个例子:
.nightly{ z-index: 9000; position: fixed; height: 100%; width: 100%; background-color: rgba(0,0,0,0.5); }
Test Test 1
想知道div.nightly点击的"透明" 怎么样,或者可以点击下面的按钮,链接等?
div.nightly
在你的CSS添加中pointer-events : none;,点击将通过.
pointer-events : none;