博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
layer.mobile 弹出框插件(2.0版)
阅读量:6712 次
发布时间:2019-06-25

本文共 425 字,大约阅读时间需要 1 分钟。

hot3.png

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;'  });

转载于:https://my.oschina.net/u/2393989/blog/3026330

你可能感兴趣的文章
使用kubeadm部署k8s1.8
查看>>
再也不学AJAX了!(一)AJAX概述
查看>>
我为什么从Redux迁移到了Mobx
查看>>
解读生产环境为何避免使用console.log
查看>>
高性能MySQL读书笔记 (一)
查看>>
传统Http服务与SpringCloud微服务的整合
查看>>
Anaconda使用总结
查看>>
浅析HTTP/2的多路复用
查看>>
leetcode 530. Minimum Absolute Difference in BST | inorder
查看>>
Lodash 源码分析(三)Array
查看>>
ZooKeeper安装部署
查看>>
从Vue.js源码角度再看数据绑定
查看>>
linux cgroup代码学习(2)——数据结构整理
查看>>
postcss-lazysprite: 一种生成CSS 雪碧图的懒惰姿势
查看>>
SpreadJS 在 Angular2 中支持哪些事件?
查看>>
[LeetCode] Shortest Distance from All Buildings
查看>>
spring-boot 自定义解析器实现参数绑定
查看>>
SegmentFault 官方翻译功能上线
查看>>
Node.js和Socket.IO搭建Web Chat application
查看>>
Java入门姿势
查看>>