微信小程序view顶部固定或底部固定
时间:2020-03-03 01:56:27
收藏:0
阅读:1137
顶端固定
<view class="page__hd" style="position:fixed; top:0;width: 750rpx;"> </view>
底端固定
<view class="page__hd" style="position:fixed; bottom:0;width: 750rpx;"> </view>
原文:https://www.cnblogs.com/QW-lzm/p/12399193.html
评论(0)