wxml
<scroll-view>
<view class="item-wrap">
//...
</view>
</scroll-view>
wcss
.item-wrap {
position: fixed; // /* 轉(zhuǎn)化為 position: absolute */
}
注:在 scroll-view 子組件使用 position: fixed 不會生效。scroll-view 會將 position: fixed 轉(zhuǎn)化為 position: absolute