摘要: var html = document.getElementsByTagName("html")[0]; var rootResize = function() { var winClient = document.documentElement.clientWidth; var fontSize = winClient < 640 ? wi... 阅读全文
posted @ 2017-08-03 10:48 林育松 阅读(112) 评论(0) 推荐(0)
摘要: //根据屏幕设定html字体 // JavaScript Document (function (doc, win) { var docEl = doc.documentElement, resizeEvt = 'orientationchange' in window ? 'orientationchange' : 'resize', recalc = ... 阅读全文
posted @ 2017-08-03 10:47 林育松 阅读(143) 评论(0) 推荐(0)
摘要: input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; } 阅读全文
posted @ 2017-08-03 10:45 林育松 阅读(977) 评论(0) 推荐(0)
摘要: 0) exit(''); //判断是否手机 if(!isMobile()) exit(''); $cip=get_client_ip(); $filename = "http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=json&ip=".$cip; $json = json_decode(file_get_contents($fil... 阅读全文
posted @ 2017-08-03 10:43 林育松 阅读(348) 评论(0) 推荐(0)
摘要: 预约时间: 阅读全文
posted @ 2017-08-03 10:36 林育松 阅读(843) 评论(0) 推荐(0)