现在弹框model样式
.model {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0,0,0,0.2);
z-index: 2147483647;
}
现在弹框model样式
.model {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0,0,0,0.2);
z-index: 2147483647;
}
打开调试中的 layer 看看是页面中的层级关系。然后再分析定位原因。
