textbox会穿透到弹层里
点击所在地前:
点击所在地后:textbox里录入的详细地址会穿透到弹层里,没被遮住
textbox会穿透到弹层里,我弹层已经设了z-index为9999,把textbox换成input就好的
2.弹层代码:
.cascade_box {
font-size: 32rpx;
width: 100%;
height: 100vh;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 99999;
}
