会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
i'mpossible
博客园
首页
新随笔
联系
订阅
管理
1
2
3
下一页
2017年8月3日
文字的向上滚动
摘要: .gundong{ height: 50px; overflow: hidden; } .gundong ul{ list-style: none; width: 100%; display: block; height: 50px; } .gundong ul li{ height: 50px;
阅读全文
posted @ 2017-08-03 10:58 i'mpossible
阅读(130)
评论(0)
推荐(0)
2017年7月31日
转盘的抽奖特效
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,
阅读全文
posted @ 2017-07-31 11:57 i'mpossible
阅读(150)
评论(0)
推荐(0)
2017年7月25日
前端刮刮乐特效
摘要: <!doctype html><html> <head> <meta charset="UTF-8"> <title></title> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,
阅读全文
posted @ 2017-07-25 14:01 i'mpossible
阅读(262)
评论(0)
推荐(0)
2017年7月7日
关于body添加position:fixed会返回到网页顶部的问题
摘要: 做网页免不了遇到弹窗,遮罩层这些页面,当有遮罩层的时候需要禁止底层页面滑动,本来使用event.stopPropagation();阻止事件冒泡在安卓端就是可以实现的,但是在ios上这个并不起作用。 所以为了方便在弹出遮罩层的同时给body设置'position':'fixed';'top':'负的
阅读全文
posted @ 2017-07-07 11:37 i'mpossible
阅读(1292)
评论(0)
推荐(0)
2017年5月3日
微信个人信息的接口
摘要: weixin://dl/scan 扫一扫 weixin://dl/feedback 反馈 weixin://dl/moments 朋友圈 weixin://dl/settings 设置 weixin://dl/notifications 消息通知设置 weixin://dl/chat 聊天设置 we
阅读全文
posted @ 2017-05-03 11:30 i'mpossible
阅读(2198)
评论(4)
推荐(0)
无缝滚动+定时器
摘要: <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=n
阅读全文
posted @ 2017-05-03 10:55 i'mpossible
阅读(254)
评论(0)
推荐(0)
判断各种浏览器的内核和 移动端的类型
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> </body> <script type="text/javascript"> //判断访问终端 var browser={ ver
阅读全文
posted @ 2017-05-03 10:55 i'mpossible
阅读(414)
评论(0)
推荐(0)
laery.js提示层结束之后自动跳转到新页面
摘要: <!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>Document</title> <link rel="stylesheet" type="text/css" href="layer_mobile/nee
阅读全文
posted @ 2017-05-03 10:54 i'mpossible
阅读(1500)
评论(0)
推荐(0)
支持火狐的文本超出隐藏以省略号显示
摘要: <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=n
阅读全文
posted @ 2017-05-03 10:53 i'mpossible
阅读(2727)
评论(0)
推荐(1)
2017年4月20日
多个列表同时进行倒计时
摘要: <div class="wait"><span>10:13:16</span><input type="button" name="" id="" value="暂停" /> </div> <div class="wait"><span>10:12:14</span><input type="but
阅读全文
posted @ 2017-04-20 19:33 i'mpossible
阅读(282)
评论(21)
推荐(0)
1
2
3
下一页
公告