vue2 无限滚动图片加文字

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

<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>

效果:this

相关文章
相关标签/搜索