样式
This commit is contained in:
@@ -320,7 +320,7 @@ export default {
|
||||
defaultOption5 () {
|
||||
return {
|
||||
step: 0.4, // 数值越大速度滚动越快
|
||||
limitMoveNum: 5, // 开始无缝滚动的数据量 this.dataList.length
|
||||
limitMoveNum: 2, // 开始无缝滚动的数据量 this.dataList.length
|
||||
hoverStop: true, // 是否开启鼠标悬停stop
|
||||
direction: 1, // 0向下 1向上 2向左 3向右
|
||||
openWatch: true, // 开启数据实时监控刷新dom
|
||||
@@ -1017,6 +1017,18 @@ export default {
|
||||
width 8% !important
|
||||
&:nth-child(3), &:nth-child(7)
|
||||
width 10% !important
|
||||
.content-block-scroll-ul_5 li
|
||||
padding-top .04rem
|
||||
padding-bottom .04rem
|
||||
height auto
|
||||
min-height .36rem
|
||||
overflow hidden
|
||||
.content-block-scroll-ul_5 li .scroll-ul_1_div
|
||||
height auto
|
||||
min-height .36rem
|
||||
line-height .18rem
|
||||
.content-block-scroll-ul_5 li .scroll-ul_1_div:nth-child(4)
|
||||
white-space normal
|
||||
.num_items
|
||||
_wh(100%, 100%)
|
||||
_fj(space-evenly)
|
||||
|
||||
Reference in New Issue
Block a user