layui.use(['carousel', 'form'], function(){ var carousel = layui.carousel ,form = layui.form ,layer = layui.layer; //建造实例 // carousel.render({ // elem: '#test1' // ,width: '100%' //设置容器宽度 // ,arrow: 'always' //始终显示箭头 // ,autoplay: 'false' //始终显示箭头 // //,full: 'true' //切换动画方式 // }); // //监听提交 // form.on('submit(formdemo)', function(data){ // console.log(json.stringify(data.field)); // let url=''; // if(data.field.keyword){ // url+='keyword='+data.field.keyword // } // if(data.field.labelcode){ // url+='labelcode='+data.field.labelcode // } // if(data.field.areacode){ // url+='areacode='+data.field.areacode // } // if(url.length){ // location.href ='${cms.geturl("recruit")}?'+url // }else{ // location.href =${cms.geturl('application')} // } // return false; // }); var width = $(window).width(); $(".layui-carousel").height(width/6.19); $(document).on("onresize",function(event,resizedwinwidth, resizedwinheight, scale){ $(".layui-carousel").height(resizedwinwidth/6.19); }); }); function openlay(id){ }