swiper轮播图引用

RT

更多设置官网入口:https://www.swiper.com.cn/api/index.html

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width:device-width; user-scalable=0; initial-scale=1.0;">
    <title></title>
    <link rel="stylesheet" type="text/css" href="css/swiper.min.css"/>
    <script src="js/swiper.min.js" type="text/javascript" charset="utf-8"></script>
    <style type="text/css">
    	*{
    		margin: 0;
    		padding: 0;
    	}
    	.blue-slide{
    		background-color: blue;
    	}
    	.red-slide{
    		background-color: red;
    	}
    	.orange-slide{
    		background-color: orange;
    	}
    	.swiper-slide{
    		line-height: 300px;
    		color: white;
    		font-size: 40px;
    		text-align: center;
    	}
    	.swiper-pagination-bullet-active{
    		background-color: white;
    	}
    </style>
  </head>
  <body>
  	<div class="swiper-container">
  		<div class="swiper-wrapper">
  			<!--一张图一个swiper-slide  DIV-->
  			<div class="swiper-slide blue-slide">slide1</div>
  			<div class="swiper-slide red-slide">slide2</div>
  			<div class="swiper-slide orange-slide">slide3</div>
  		</div>
  		
  		<div class="swiper-pagination"></div>	
  	</div>
  </body>
</html>
<script type="text/javascript">
	var mySwiper = new Swiper('.swiper-container',{
//		循环
		loop:true,
//		播放速度
		autoplay:2000,
//		设置小点
		pagination:'.swiper-pagination',
//		切换效果
		effect:''
		
	});
</script>

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值