使用idangerous swiper,请参阅Slide1让我们去谷歌.如果Slide1位于原始位置(框中的第一个左侧),则谷歌的链接将始终有效.但是,如果我们滑动(或鼠标左右拖放)并且Slide1位于第2或第3位,则点击将不起作用.
Meta charset="UTF-8">
4040;
}
.blue-slide {
background: #4390ee;
}
.orange-slide {
background: #ff8604;
}
.green-slide {
background: #49a430;
}
.pink-slide {
background: #973e76;
}
.swiper-slide .title {
font-style: italic;
font-size: 42px;
margin-top: 80px;
margin-bottom: 0;
line-height: 45px;
}
.pagination {
position: absolute;
z-index: 20;
left: 10px;
bottom: 10px;
}
.swiper-pagination-switch {
display: inline-block;
width: 8px;
height: 8px;
border-radius: 8px;
background: #222;
margin-right: 5px;
opacity: 0.8;
border: 1px solid #fff;
cursor: pointer;
}
.swiper-visible-switch {
background: #aaa;
}
.swiper-active-switch {
background: #fff;
}
最佳答案
原文链接:https://www.f2er.com/html/426477.html