css引用連接css
http://static.kaiba315.com/layer.mobile2.0.css
js引用連接html
http://static.kaiba315.com/layer.mobile2.0.js
layer彈窗ui
1,提示信息code
layer.open({ content: 'hello layer' ,skin: 'msg' ,time: 2 //2秒後自動關閉 });
2,頁面層htm
layer.open({ type: 1 ,content: '可傳入任何內容,支持html。通常用於手機頁面中' ,anim: 'up' ,style: 'position:fixed; bottom:0; left:0; width: 100%; height: 200px; padding:10px 0; border:none;' });