您当前的位置: 首页 > 

壹小俊

暂无认证

  • 1浏览

    0关注

    885博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

遮罩层的小demo,拿来即用

壹小俊 发布时间:2019-06-14 15:30:25 ,浏览量:1




    
    

    
        *{padding: 0; margin: 0}
        /*遮罩层*/
        .box{
            position: fixed;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.2);
            display: none;
        }
        /*弹出层*/
        .box1{
            width: 500px;
            height: 500px;
            position: fixed;left: 50%; top: 25%;
            background: red;
            margin-left: -250px;
            border: 1px solid #000000;
        }
        .box2{
            width: 500px;
            height: 500px;
            position: fixed;left: 50%; top: 25%;
            background: green;
            margin-left: -250px;
            border: 1px solid #000000;
        }
    



关闭
关闭
显示 显示

 

关注
打赏
1664335782
查看更多评论
立即登录/注册

微信扫码登录

0.0394s