美文网首页
安卓input输入时背景压缩

安卓input输入时背景压缩

作者: 戒烟少年 | 来源:发表于2019-06-20 18:34 被阅读0次
    //有固定高度,给背景图设置固定高
    //没有固定高,用js设置背景图的高度
    let h = document.body.clientHeight || document.documentElement.clientHeight
     // 解决背景图变形
    document.getElementsByClassName('all')[0].style.height = h + 'px';
    //all为body下最外层容器

    相关文章

      网友评论

          本文标题:安卓input输入时背景压缩

          本文链接:https://www.haomeiwen.com/subject/iiujqctx.html