uniapp:公告上下轮播

html 复制代码
<view class="notice df-aic-jusb" @click="$go(2,'/pages/index/messageList')">
	<view class="df-aic">
		<image src="../../static/newimg/3.png" mode="" class="icon-40"></image>
		<swiper class="notice-box" :autoplay="true" :vertical="true" :disable-touch="true" :circular="true">
			<swiper-item v-for="(item,index) in noticesList" :key="index">
				<view class="fsz-26 u-line-1 color-f">{{item.title}}</view>
			</swiper-item>
		</swiper>
	</view>
	<image src="../../static/newimg/4.png" mode="" class="icon-34"></image>
</view>
css 复制代码
.notice{
	height: 80rpx;
	background: #1866F2;
	padding: 0 30rpx;
	.icon-40{
		width: 40rpx;
		height: 40rpx;
	}
	.icon-34{
		width: 34rpx;
		height: 34rpx;
	}
	.notice-box{
		width: 520rpx;
		height: 80rpx;
		line-height: 80rpx;
		margin-left: 20rpx;
	}
}
相关推荐
一笑的小酒馆1 小时前
Android launcher3实现简单的负一屏功能
android
xuyin12042 小时前
【Android】Flow基础知识和使用
android
李新_3 小时前
基于Markwon封装Markdown组件
android·aigc·markdown
Non-existent9875 小时前
Flutter + FastAPI 30天速成计划自用并实践-第10天-组件化开发实践
android·flutter·fastapi
@老蝴7 小时前
MySQL数据库 - 约束和联合查询
android·数据库·mysql
ljt27249606617 小时前
Compose笔记(六十一)--SelectionContainer
android·笔记·android jetpack
有位神秘人8 小时前
Android中Compose系列之按钮Button
android
AI科技摆渡8 小时前
GPT-5.2介绍+ 三步对接教程
android·java·gpt
csdn12259873369 小时前
Android12 新启动页到底该怎么做
android·启动页
aaajj10 小时前
【Android】关于MY_PACKAGE_REPLACED广播
android