1.顶端固定
核心代码如下:
<view class="page__hd" style="position:fixed; top:0;width: 750rpx;"> ...... </view>
最终效果图:
2.底端固定
<!-- 底部固定 --> <view class="page__hd" style="position:fixed; bottom:0;width: 750rpx;"> ...... </view>