hhhhh

您好,以下是用vue2实现您的需求的代码: ``` <template> <div class="container" style="width: 400px; height: 600px; overflow: hidden;"> <div class="list" style="width: 400px; height: 2000px; position: relative; top: 0;"> <div class="item" v-for="(item, index) in list" :key="index" style="width: 400px; height: 200px; position: absolute; top: {{index * 200}}px;"> <div>{{item.name}}</div> <div>{{item.event}}</div> </div> </div> </div> </template> <script> export default { data() { return { list: [ { name: 'csw1', event: 'hhhhh' }, { name: 'csw2', event: 'hhhhh' }, { name: 'csw3', event: 'hhhhh' }, { name: 'csw4', event: 'hhhhh' }, { name: 'csw5', event: 'hhhhh' }, { name: 'csw6', event: 'hhhhh' }, { name: 'csw7', event: 'hhhhh' }, { name: 'csw8', event: 'hhhhh' }, { name: 'csw9', event: 'hhhhh' }, { name: 'csw10', event: 'hhhhh' }, ], timer: null, currentIndex: 0, }; }, mounted() { this.startCarousel(); }, methods: { startCarousel() { this.timer = setInterval(() => { this.currentIndex += 1; if (this.currentIndex >= this.list.length) { clearInterval(this.timer); setTimeout(() => { this.list.push( { name: 'csw11', event: 'hhhhh' }, { name: 'csw12', event: 'hhhhh' }, { name: 'csw13', event: 'hhhhh' }, { name: 'csw14', event: 'hhhhh' }, { name: 'csw15', event: 'hhhhh' }, { name: 'csw16', event: 'hhhhh' }, { name: 'csw17', event: 'hhhhh' }, { name: 'csw18', event: 'hhhhh' }, { name: 'csw19', event: 'hhhhh' }, { name: 'csw20', event: 'hhhhh' }, ); this.startCarousel(); }, 10000); } else { this.$refs.list.style.top = `-${this.currentIndex * 200}px`; } }, 2000); }, }, }; </script> ``` 请注意,这只是一个简单的实现,可能还有一些细节需要您自己去完善。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值