美文网首页
HTML 中建立阴影,在弹框时不允许操作按钮

HTML 中建立阴影,在弹框时不允许操作按钮

作者: Mr菜头 | 来源:发表于2019-02-15 14:14 被阅读0次

    html

    <!--阴影层-->

        <div v-if="finaltips==true" class="shadow"></div>

    css

    .shadow{

        background-color:rgba(199, 199, 207, 0.5);

        width: 100%;

        height: 100%;

        z-index: 99;

        position: fixed;

        top: 0px;

        left: 0px;

    }

    相关文章

      网友评论

          本文标题:HTML 中建立阴影,在弹框时不允许操作按钮

          本文链接:https://www.haomeiwen.com/subject/hfgpeqtx.html