提交 d9adb7c9 编写于 作者: chendeli's avatar chendeli

add

上级 91012cfa
......@@ -51,7 +51,7 @@ export default {
//跳转
goToPage(item,parm){
alert(jumpWebPageUrl);
//alert(jumpWebPageUrl);
let _this = this;
//let url = location.protocol+'//'+location.host+'/#/'
......
......@@ -119,7 +119,7 @@ export default {
speedSwiper:20,
stopPropagation:true,
isIntStyle:'',
listSwiper:[{},{}],//轮播图数据
listSwiper:[],//轮播图数据
listMiddle:[],//中间栏数据
scrollTimer:null,
scrollTop:0,
......@@ -238,14 +238,13 @@ export default {
swiperFun(){
var swiper = new Swiper('.swiper-container', {
// autoplay: {
// delay: 6000,
// stopOnLastSlide: false,
// disableOnInteraction: false,
// },
pagination: {
el: '.swiper-pagination',
},
speed: 500,
            loop: true,
            observer:true,
            observeParents:true,
            autoplayDisableOnInteraction : false,
            autoplay:3000,
pagination: '.pagination'
});
......@@ -756,6 +755,41 @@ export default {
opacity: 1;
}
.mint-loadmore-top .mint-loadmore-text{font-size: 12px;}
.banner-container.swiper-container-horizontal>.swiper-pagination-bullets{
width: 2px;
left: inherit;
transform: translateY(-50%);
position: absolute;
right: 6px;
top:50%;
}
.banner-container.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
width: 2px;
height: 8px;
background: #fff;
margin:6px 0 0 0;
float: left;
opacity: 0.4;
}
.banner-container .swiper-pagination-bullet-active{
opacity: 1
}
.banner-pagination{
width: 2px;
background: #fff;
right: 10px;
top:10px;
position: absolute;
}
.swiper-pagination-bullet{
}
.swiper-slide img{
width: 100%;
height: 100%;
}
</style>
<style lang="scss" scoped>
@import '../../style/mixin';
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册