<脚本>
layui.use('carousel', function(){
var carousel =layui.carousel;
// 构建实例
carousel.render({
elem: '#test1'
,width: ' 100%' //设置容器宽度
,arrow: 'always' //始终显示箭头
,anim: 'default' / / 切换动画方式
});