layui.use("layer",function(){
var layer=layui.layer;
layer.open({
title:" ",//标题
type:1,
area:["80%px","80%px"],//探框宽高
content:"",//内容
btn:["确定","取消"];
})