摘要: .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 阅读(126) 评论(0) 推荐(0) 编辑
摘要: <!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 阅读(139) 评论(0) 推荐(0) 编辑
摘要: <!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 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 做网页免不了遇到弹窗,遮罩层这些页面,当有遮罩层的时候需要禁止底层页面滑动,本来使用event.stopPropagation();阻止事件冒泡在安卓端就是可以实现的,但是在ios上这个并不起作用。 所以为了方便在弹出遮罩层的同时给body设置'position':'fixed';'top':'负的 阅读全文
posted @ 2017-07-07 11:37 i'mpossible 阅读(1235) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(2119) 评论(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 阅读(247) 评论(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 阅读(395) 评论(0) 推荐(0) 编辑
摘要: <!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 阅读(1491) 评论(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 阅读(2705) 评论(0) 推荐(1) 编辑
摘要: <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 阅读(265) 评论(21) 推荐(0) 编辑