.sticky {
height: 80rpx;
background: #fff;
position: sticky;
top: 0;
z-index: 999;
margin-bottom: 8rpx;
}
微信小程序tab栏吸顶功能
最新推荐文章于 2025-04-15 11:19:37 发布
.sticky {
height: 80rpx;
background: #fff;
position: sticky;
top: 0;
z-index: 999;
margin-bottom: 8rpx;
}