ios 软键盘顶起这个页面
Posted 黄鹂
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ios 软键盘顶起这个页面相关的知识,希望对你有一定的参考价值。
1 html { overflow: hidden; } 2 .body { position: absolute; top: 0; right: 0; bottom: 0; left: 0; } 3 .header { height: 62px; position: absolute; top: 0; right: 0; left: 0; } 4 .content { position: absolute; top: 62px; right: 0; bottom: 0; left: 200px; overflow: auto;}
行内的滚动条。
以上是关于ios 软键盘顶起这个页面的主要内容,如果未能解决你的问题,请参考以下文章