Compare commits

...

2 Commits

  1. 16
      src/components/seamless/index.vue

16
src/components/seamless/index.vue

@ -38,16 +38,11 @@ export default {
}, },
data() { data() {
return { return {
optionSetting: {
}
},
computed: {
optionSetting() {
return {
step: 0.5, // step: 0.5, //
limitMoveNum: 2, // this.dataList.length limitMoveNum: this.listData.length, // this.dataList.length
hoverStop: false, // stop hoverStop: false, // stop
direction: 1, // 0 1 2 3 direction: 0, // 0 1 2 3
// autoPlay: false, // autoPlay: false,
openWatch: true, // dom openWatch: true, // dom
singleHeight: 0, // (0) direction => 0/1 singleHeight: 0, // (0) direction => 0/1
@ -55,6 +50,9 @@ export default {
waitTime: 1000 // (1000ms) waitTime: 1000 // (1000ms)
} }
} }
},
computed: {
}, },
mounted() { mounted() {
@ -87,7 +85,7 @@ export default {
font-size: 0.25rem; font-size: 0.25rem;
color: #fff; color: #fff;
background: url(../../assets/img/brand/parkIngo.png) no-repeat; background: url(../../assets/img/brand/parkIngo.png) no-repeat;
background-size: 9.8rem 0.7rem; background-size: 9.8rem 0.7rem;
} }
.sn-body { .sn-body {

Loading…
Cancel
Save