maxiag

html代码片段

// 弹出框css代码样式
#tanchu {
        display: none;
        position: fixed;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 2010;
        opacity: 1;
    }

 

发表于 2020-09-09 08:32  我是一枚前端小菜鸟  阅读(303)  评论(0编辑  收藏  举报
 

分类:

技术点:

相关文章: