ios 固定定位 input获取焦点,ios 滚动条滚动 fixed固定定位失效,位置偏移

http://efe.baidu.com/blog/mobile-fixed-layout/


还发现一个问题就是ios input设置readonly  还是能看到光标,然后解决方法是在行内写了

onfocus="this.blur()"

<input type="text" class="detail-txt" name="USER_AGE" id="USER_AGE" readonly class="input" onfocus="this.blur()"  placeholder="请填写问题出现的时间" />

猜你喜欢

转载自blog.csdn.net/zhanghuanhuan1/article/details/80483529