h5页面解决软键盘与100%X100%的页面的冲突

解决的方式是修改html的样式,然后里面元素的top位置采用百分比

html, body {
  font-family: "MicroSoft YaHei","sans-serif";
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

 

posted @ 2017-08-04 11:30  九间房  阅读(293)  评论(0编辑  收藏  举报