注:移动端页面,如需用在PC端请自行调整样式
需要引入的代码
="https://cdn.suoluomei.com/common/js/jquery-2.1.4.min.js">
="https://cdn.suoluomei.com/common/js2.0/swiper/v4.3.0/swiper.min.js">
html代码
script代码
="https://cdn.suoluomei.com/common/js2.0/swiper/v4.3.0/swiper.min.js">>
var swiper = new Swiper('.swiper-container', {
spaceBetween: 30,
loop: true,//实现无缝轮播
autoplay: {
delay: 2500,//每一次跳转的时间
disableOnInteraction: false,
},
pagination: {
el: '.swiper-pagination',
clickable: true,
},
//左右按钮
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
},
});
style代码
html,
body {
position: relative;
height: 100%;
background-color: #F1F1F5;
}body {
margin: 0;
padding: 0;
}.srceem {
width: 100%;
margin: 0;
}.swiper-container {
width: 100%;
height: 12rem;
background-color: black;
display: flex;
}.swiper-slide {
text-align: center;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
z-index: 99;
}.lunboimg {
width: 100%;
height: auto;
}
【html5应用swiper实现无缝轮播】效果图
文章图片
推荐阅读
- layui.flow流加载图标和样式的修改案例
- 热门前端开发面试题及答案汇总(一)(HTML经典面试题和答案分析)
- 有关设置margin外边距没有效果的问题——已解决
- 如何更容易地快速学会网格布局(CSS Grid Layout内容补充(四))
- 如何更容易地快速学会网格布局(响应式网格布局高阶实战(模仿SegmentFault首页(三)))
- 如何更容易地快速学会网格布局(CSS Grid Layout进阶设计实战(模仿京东女装首页(二)))
- 如何更容易地快速学会网格布局(CSS Grid Layout基本设置入门教程详解(一))
- 最好用的轮播插件框架都在这里了,Github流行轮播框架
- 前端进阶开发实战教程,使用Flexbox模仿Github项目详情页实现响应式布局详解(二)