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

add

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