摘要: 1.IOS下调取键盘后position:fixed;失效问题解决办法: 方法一: $(function(){ $('#phone').bind('focus',function(){ $('.bottom_fix').css('position','static'); //需要fixed定位的元素 阅读全文
posted @ 2016-10-31 09:30 简单就好zyx 阅读(127) 评论(0) 推荐(0)