layer.mobile 弹出框插件(2.0版)

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;'
  });
相关文章
相关标签/搜索