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

html

   

css

.shadow{

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

    width: 100%;

    height: 100%;

    z-index: 99;

    position: fixed;

    top: 0px;

    left: 0px;

}

你可能感兴趣的:(HTML 中建立阴影,在弹框时不允许操作按钮)