document.write(''); $(function () { layui.use('carousel', function () { var carousel = layui.carousel; carousel.render({ elem: '#sec_bann_17' , width: '100%' //设置容器宽度 , height:'180' , arrow: 'always' //始终显示箭头 //,anim: 'updown' //切换动画方式 }); }); })