参考:uni-app 页面顶部栏固定悬浮的 css 兼容方法
.page-top {position: sticky;left: 0;right: 0;/* #ifdef H5 */top: 44px;/* #endif *//* #ifndef H5 */top: 0px;/* #endif */z-index: 999;}
参考:uni-app 页面顶部栏固定悬浮的 css 兼容方法
.page-top {position: sticky;left: 0;right: 0;/* #ifdef H5 */top: 44px;/* #endif *//* #ifndef H5 */top: 0px;/* #endif */z-index: 999;}
让时间为你证明