标签:
css
<style> .div-bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: initial; z-index: 88; } </style>
div
<div class="div-bg"></div>
透明div遮罩
原文地址:http://www.cnblogs.com/wudicaidou/p/4613893.html