自定义组件绝对定位在底部,组件中有个textarea和view,当滚动页面时textarea会随着页面而滚动,而view就不会滚动, textarea换成input后,也不会滚动。微信小程序实际所提供的服务属于尚未开放的服务类目。
.commentinput{
position: fixed;
z-index: 1000;
bottom: 0;
width: 100%;
height: 300rpx;
background: #fff;
}
.commentinput input{
width: 680rpx;
box-sizing: border-box;
margin: 35rpx auto;
border: 1px solid #dedede;
height: 130rpx;
font-size: 28rpx;
border-radius: 5px;
padding: 35rpx;
}
.commentinput .btn{
height: 70rpx;
margin: auto;
width: 680rpx;
color: #fff;
font-size: 30rpx;
background: #9d1f61;
border-radius: 5px;
text-align: center;
line-height: 70rpx;
}
.shade{
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0.5;
background: #000;
z-index: 1;
}
本文网址:http://www.91bianli.com/kaifazhinan/71319.html