var data = {
area:["1240px","700px"],
resize:false,
shadeClose:false,
shade:false,
maxmin:true,
zIndex:123456,
callback:function(data){
},
min: function(layero) {
layero.find('.layui-layer-max').show();
},
restore: function(layero) {
layero.find('.layui-layer-max').hide();
},
success:function(layero){
layero.find('.layui-layer-max').hide();
},
};
window.top.Fast.api.open(url, ['标题','font-size:14px;font-weight:400'], data);