uni-app吸顶效果 <view class="sticky"> <my-tabs :tabs="tabs" :defaultIndex="defaultIndex" @tabClick="tabClick"/> </view> .sticky{ position: -webkit-sticky; position: sticky; z-index: 999; top: 0; /* #ifdef H5 */ top: 44px; /* #endif */ }