2016年10月24日

摘要: -webkit-appearance: none,可以去除浏览器默认样式。 阅读全文

posted @ 2016-10-24 16:25 叫我酱油君好了 阅读(225) 评论(0) 推荐(0)

2016年10月18日

摘要: ajax请求: var data ='{"useName":"'+name+'",}' $.ajax({ type:"post", url:"", data:"", datatype:"json", contentType:"application/json", success:function(d 阅读全文

posted @ 2016-10-18 10:56 叫我酱油君好了 阅读(183) 评论(2) 推荐(0)

2016年10月17日

摘要: *{ -webkit-tap-highlight-color: rgba(0,0,0,0);} html, body { -webkit-font-smoothing: antialiased; -webkit-touch-callout: none; -webkit-user-select: no 阅读全文

posted @ 2016-10-17 14:54 叫我酱油君好了 阅读(151) 评论(0) 推荐(0)

摘要: 1、<meta name="viewport" id="viewport" content="width=device-width, initial-scale=1">网页手机wap2.0网页的head里加入下面这条元标签,在iPhone的浏览器中页面将以原始大小显示,并不允许缩放。 说到移动平台m 阅读全文

posted @ 2016-10-17 14:45 叫我酱油君好了 阅读(108) 评论(0) 推荐(0)