页面透明遮罩代码 点击超链接
<a class="mask" href="xxxxxx.com"></a> <style> .mask { position: fixed; z-index: 9999; top: 0; bottom: 0; left: 0; right: 0; } </style>
页面透明遮罩代码 点击超链接
<a class="mask" href="xxxxxx.com"></a> <style> .mask { position: fixed; z-index: 9999; top: 0; bottom: 0; left: 0; right: 0; } </style>