您的位置:首页 > 产品设计 > UI/UE

vue2 无限滚动图片加文字

2017-08-21 00:00 211 查看
摘要: vue2无限滚动

之前一直在找组件完成。实验多次未找到。最后用<marquee>标签解决:上代码

<marquee direction="left" behavior="scroll" scrollamount="5" scrolldelay="0" loop="-1" width="1000" height="130" hspace="10" vspace="10" onMouseOut="this.start()" onMouseOver="this.stop()">
<a href="" style="margin-left: 2%;float: left"><img src="../../static/images/Koala.jpg"  width="120" height="100" border="0"><div>test1</div></a>
<a href="" style="margin-left: 2%;float: left"><img src="../../static/images/Lighthouse.jpg"  width="120" height="100" border="0"><div>test2</div></a>
</marquee>

效果:

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  vue2 无限滚动