小程序吸顶效果position: sticky的用法
position: sticky;
top: 0px;
left: 0;
z-index: 9;
top:距离顶部的吸顶距离
注意:
1.吸顶元素的父元素必须是page元素
2.父元素page不能设置heigth:100% 否则滑动过程中会消失
3.以上若不能满足需求 可使用小程序拓展组件sticky(https://developers.weixin.qq.com/miniprogram/dev/extended/component-plus/sticky.html)