the effect is as follows:
these three arrows scroll to the right in turn, and I use the background image, which is added to the span tag, so how to achieve the most convenient?
HTML:
<div class="arrowDiv" v-show="showArrowDiv">
<span></span>
<span></span>
<span></span>
</div>