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;
}
1 回复
麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)