輪播圖橫向和縱向同時(shí)滾動(dòng):文章來(lái)源:http://www.zghlxwxcb.cn/news/detail-702754.html
<view>
<swiper v-if="noticeList.length > 0" style="margin-left: 20rpx;position: fixed;margin-top: 10rpx;z-index: 9999;width: 710rpx;border-radius: 20rpx !important;
overflow: hidden;transform: translateY(0);height: 70rpx;" :vertical="true" :interval="10000" :autoplay="true"
:circular="true">
<swiper-item v-for="(item, i) in noticeList" :key="i">
<u-notice-bar direction='row' color='#ff0000' bgColor='#fff' :text="item"></u-notice-bar>
</swiper-item>
</swiper>
</view>
橫向和縱向同時(shí)滾動(dòng)文章來(lái)源地址http://www.zghlxwxcb.cn/news/detail-702754.html
到了這里,關(guān)于輪播圖橫向和縱向同時(shí)滾動(dòng)的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!