1.移動端隱藏scroll滾動條
//不出現滾動條
::-webkit-scrollbar {
width: 0;
height: 0;
background-color: transparent;
}
2.使用這個需要注意以下幾個方面:
<scroll-view scroll-y="true" class="scroll-Y">
<view class=" scroll-view-item"> </view>
<view class=" scroll-view-item"> </view>
</scroll-view>
里面包裹的類名一定要有這個
使用豎向滾動的時候,需要給<scroll-view> 一個固定的高度,通過css設置height