提交 eeb2eee6 authored 作者: lihuihui's avatar lihuihui

update

上级 aa7c440a
......@@ -31,11 +31,12 @@ export default {
listData: [],
swiperOption: {
speed: 400,
autoplay: true,
// autoplay: true,
delay: 3000,
observer: true,
loop: true,
observerParent: true,
autoHeight: true,
navigation: {
nextEl: '.next-button',
prevEl: '.prev-button'
......@@ -64,7 +65,7 @@ export default {
this.swiper.autoplay.stop()
},
swiperStart() {
this.swiper.autoplay.start()
// this.swiper.autoplay.start()
},
goPage(item) {
if (item.source === '') {
......@@ -111,6 +112,7 @@ export default {
line-height: 34px;
color: #9B9B9B;
cursor: pointer;
// transform: translateY(-34px);
}
}
.swiper-content{
......@@ -133,6 +135,7 @@ export default {
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
transform: translateY(-76px);
}
}
.prev-button{
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论