微信小程序之顶部固定和底部固定

顶部固定

<view style="position:fixed;top:0;">
......
</view>

底部固定

<view style="position:fixed;bottom:0;">
......
</view>

转 : https://blog.csdn.net/junling_xhu/article/details/82844315

原文地址:https://www.cnblogs.com/fps2tao/p/10180096.html