wxml
//使用scroll-view包裹 scrolly-y要写
[scroll-view scroll-y class="mask-box" catchtouchmove='ture']
[view class="box"]
[view]
[scroll-view]
wxss //样式
.mask-box{
width: 300rpx;
height: 300rpx;
position: fixed;
top: 50%;
left: 50%;
margin-top: -250rpx;
margin-left: -130rpx;
background: pink;
}
//可以滚动
.box{
width: 100%;
height: 600rpx;
}

相关文章:

  • 2021-11-04
  • 2021-12-19
  • 2021-12-19
  • 2022-12-23
  • 2022-01-23
  • 2021-12-14
  • 2022-12-23
  • 2021-09-02
猜你喜欢
  • 2021-06-23
  • 2022-12-23
  • 2021-12-19
  • 2021-12-19
  • 2022-12-23
  • 2022-02-25
相关资源
相似解决方案