Meteor博客

随笔记录点滴

页面透明遮罩代码 点击超链接

页面透明遮罩代码 点击超链接


<a class="mask" href="xxxxxx.com"></a>
<style>
    .mask {
        position: fixed;
        z-index: 9999;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
</style>


发表评论:

Copyright Dmkiss.com Rights Reserved. 阿里云提供支持

Powered By Z-BlogPHP 1.6.4 Valyria