项目要求:
如图所示,当页面滚动到导航条到达搜索栏下方时固定,向上滚动到导航条位置时又恢复原样。
以下是代码展示:
1.wxml
<scroll-view style="width:100%;height: 100%;" scroll-y="true" bindscroll="scrollTopFun">
<view class="{
{top>130 ? 'topnav' : ''}}">
<--这里写大于130,表示距离顶部130rpx时固定,可根据需要修改-->
...
</view>
</scroll-view>
2.wxss
.