查看: 2000|回复: 1
打印 上一主题 下一主题

关于loop为true

[复制链接]

该用户从未签到

1

主题

1

帖子

7

积分

新手上路

Rank: 1

积分
7
跳转到指定楼层
楼主
发表于 2017-4-20 23:09:09 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
<div class="swiper-container">
        <div class="swiper-wrapper">
                  <div class="swiper-slide">Slide 1</div>
                  <div class="swiper-slide">Slide 2</div>
                  <div class="swiper-slide">Slide 3</div>
        </div>
</div>
<style type="text/css">
                        .swiper-container {
                            width: 600px;
                            height: 300px;
                        }
                        .swiper-slide{
                                font-size: 50px;
                        }
                        .swiper-slide:nth-of-type(1){
                                background: red;
                        }
                        .swiper-slide:nth-of-type(2){
                                background: yellow;
                        }
                        .swiper-slide:nth-of-type(3){
                                background: blue;
                        }
                       

</style>
<script>        
           var mySwiper = new Swiper ('.swiper-container', {
                              direction: 'horizontal',
                              loop: true,
             })        
</script>
当loopd等于true时,slide1背景色为黄色了 而且滑到后面背景为空白,求解

分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享分享 分享淘帖
回复

使用道具 举报

  • TA的每日心情

    2017-4-27 18:42
  • 签到天数: 3 天

    [LV.2]偶尔看看I

    1

    主题

    8

    帖子

    11

    积分

    新手上路

    Rank: 1

    积分
    11
    沙发
    发表于 2017-4-26 14:23:16 | 只看该作者
    我今天最想说:「该会员没有填写今日想说内容.」.
    回复 支持 反对

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    Archiver|手机版|小黑屋|Swiper中文网 ( 粤ICP备15001020号

    GMT+8, 2024-11-24 05:26 , Processed in 0.080989 second(s), 26 queries .

    Powered by Discuz! X3.2

    © 2001-2013 Comsenz Inc.

    快速回复 返回顶部 返回列表