http://static.kaiba315.com/layer.mobile2.0.css
http://static.kaiba315.com/layer.mobile2.0.js
1,提示信息
- layer.open({
- content: 'hello layer'
- ,skin: 'msg'
- ,time: 2 //2秒后自动关闭
- });
-
2,页面层
- layer.open({
- type: 1
- ,content: '可传入任何内容,支持html。一般用于手机页面中'
- ,anim: 'up'
- ,style: 'position:fixed; bottom:0; left:0; width: 100%; height: 200px; padding:10px 0; border:none;'
- });