微信小程序view顶部固定或底部固定
顶端固定
<view class="page__hd" style="position:fixed; top:0;width: 750rpx;"> </view>
底端固定
<view class="page__hd" style="position:fixed; bottom:0;width: 750rpx;"> </view>
顶端固定
<view class="page__hd" style="position:fixed; top:0;width: 750rpx;"> </view>
底端固定
<view class="page__hd" style="position:fixed; bottom:0;width: 750rpx;"> </view>