自己的轮播2项目widh

时间:2018-09-21 18:05:13

标签: jquery owl-carousel

我如何拥有轮播项目宽度80px 当我使用这样的代码

<style>
        .owl-carousel .owl-item  {
            width: 80px !important;
            height:auto;
        }
    </style>

 $(".owl-carousel").owlCarousel({
            items: 1,
            slideSpeed: 1000,
            nav: false,
            autoplay: true,
            dots: false,
            loop: true,
            responsiveRefreshRate: 200,
            "responsive": { "0": { "items": 1 }, "600": { "items": 3 }, "1000": { "items": 6 } },
            navText: ["<i class='fa fa-chevron-left'></i>", "<i class='fa fa-chevron-right'></i>"]
        });

当我使用css循环不起作用时。当删除CSS代码循环工作。我该怎么办

0 个答案:

没有答案