uiapp+vue3纵向轮播公告

uni-icons:需要下载,地址如下:https://uniapp.dcloud.net.cn/component/uniui/uni-icons.html

<template>
		<!-- 公告页面 -->
			<view class="notice">
				<view class="left">
					<uni-icons type="sound-filled" size="28" color="#29B28C"></uni-icons>
					<text class="text">公告</text>
				</view>
				<view class="center">
					<swiper vertical autoplay duration="500">
						<swiper-item>欢迎关注按时的绝对可靠333及就将计就计就将计就计</swiper-item>
						<swiper-item>虾米公众端口的流量才能看科罗拉多</swiper-item>
						<swiper-item>哈啊哈从尽快处理大量的方法烦烦烦烦烦烦vvvf</swiper-item>
					</swiper>
				</view>
				<view class="right">
					<uni-icons type="right" size="20" color="#29B28C"></uni-icons>
				</view>
			</view>	
</template>

<script>
	
	
</script>

<style lang="scss" scoped>
.notice{
			width: 690rpx;
			height: 80rpx;
			line-height: 80rpx;
			margin: 0 auto;
			background-color: #F9F9F9;
			border-radius: 20rpx;
			display: flex;
			
			.left{
				width: 150rpx;
				display: flex;
				align-items: center;
				justify-content: center;
				.text{
					color:#29B28C;
					font-size: 30rpx;
				}
			}
			.center{
				flex:1;
				swiper{
					height: 80rpx;
					&-item{
						height: 100%;
						white-space: nowrap;
						text-overflow: ellipsis;
						overflow: hidden;
						color: #848484;
						font-size: 35rpx;
					}
					
				}
				
			}
			
			.right{
				width: 75rpx;
				display: flex;
				align-items: center;
				justify-content: center;
			}
			
		}


</style>

  • 5
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值