我们来先看看效果图:
在这里插入图片描述

<view class="notice" v-if="noticeList.length">
	<text class="left">系统公告</text>
	<swiper class="swiper-nav" :circular="true" vertical="true" :autoplay="true" :interval="5000" :duration="1000">
		<swiper-item style="display: table;" @touchmove.stop='stopTouchMove' v-for="(item,index) in noticeList" :key="index">
				<view style="display: table-cell;vertical-align: middle;" class="right">{{item.messageContent}}</view>					
		</swiper-item>
	</swiper>
</view>
PS: display: table;display: table-cell;vertical-align: middle;
为了内容标题居中效果

是不是简单得雅痞。

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐