这个是wxss
.xr-control {
position: absolute;
left: 50%;
width: 720rpx;
height: 200rpx;
margin-left: -360rpx;
margin-top: -220rpx;
text-align: center;
}
.button {
position: absolute;
top: 10px;
left: 20px;
width: 100px;
height: 50px;
}
.back-icon{
position: absolute;
width: 60rpx;
height: 60rpx;
top: 100rpx;
left: 30rpx;
z-index: 30;
}
.pintuButton
{
position: absolute;
width: 404rpx;
left: 0;
right: 0;
bottom: 0;
margin: 0 auto;
z-index: 2;
}
.pintuBtnImg {
padding-bottom: 30%;
width: 404rpx;
height: 98rpx;
}
是有覆盖嘛?
你是不是配置了自定义顶部导航
自定义导航栏不会显示返回按键的,只有系统默认的才显示