layer.open({
type:,//基本層類型:0(信息框,默認)1(頁面層)2(iframe層)3(加載層)4(tips層)
title:'標題',//或給標題加樣式:['文本', 'font-size:18px;']
closeBtn: 0, //不顯示關閉按鈕
content :'內容',
area :'500px',//彈框設置大小,或 ['500px', '300px']
offset:‘auto’,//坐標:默認垂直水平居中、'100px'只定義top坐標,水平保持居中、 ['100px', '50px']同時定義top、left坐標
fixed: false, //取消固定定位,因為固定定位是相對body的
closeBtn: 0,//關閉按鈕不顯示
shadeClose:false,//禁止點擊陰影關閉窗口
move:false,//禁止點擊標題拖動
moveType: 1 //拖拽模式,0或者1
anim:0,//彈出動畫:默認0(平滑放大),1(從上掉落),2(從最底部往上滑入),3(左滑入),4(左翻滾) ,5(漸顯),6(抖動)
maxmin:true,//開啟最大化和最小化按鈕
shade: 0, //不顯示遮罩
btn: ['火速圍觀', '殘忍拒絕'],
btnAlign: 'c' ,//按鈕居中
yes:function(){
layer.closeAll();//關閉窗口
},
btn2:fucntion(){
layer.closeAll();//關閉窗口
},
style: 'position:fixed; left:0; top:0; width:100%; height:100%; border: none; -webkit-animation-duration: .5s; animation-duration: .5s;'//可設置窗口位置、大小、出現動畫方式
})
【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!