时间:2019-05-03 来源:小程序工厂
.trans{
height: 100%;
width: 100%;
overflow: hidden;
position: fixed;
bottom: 0;
background: #000;
opacity: 0.5;
z-index: 999;
}
noneshade: function () {
this.setData({
trans: false,
trans1: false,
asd: false,
canvasImgShow: false,
shade:false
})
},
这是这遮挡层
.add{
width:525rpx;
height:275rpx;
background:#fff;
position:fixed;
font-size:24rpx;
top:40%;
left:15%;
display:flex;
color:#fff;
z-index:999999 !important;
text-align:center;
border-radius:10rpx;
}
// 加好友
add : function(e){
this.setData({
shades:true,
asd: true
})
},
这是显示层
可能你用了啥iPhone不兼容的样式
来个代码片段,复现一下,不然很难明白你的问题,而且可能理解的不对。