本文实例为大家分享了vue实现数字滚动的具体代码,供大家参考,具体内容如下
- 0
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
,
.num-block
width: 100%
height: auto
&_show
display: flex
justify-content: center
height: 30px
overflow: hidden
&_numbers
position: relative
width: 14px
&_numbers.ellipsis
width: 6px
&_ul>li
height: 30px
line-height: 30px
&_ellipsis
position: absolute
left: 0
top: 0
width: 6px
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持考高分网。



