手机键盘弹起 背景图问题 输入框屎黄色问题

键盘弹起后,背景图会被顶上去,解决方法

 <div clss="login" :style="{ height: bodyHeight + 'px' }">

 mounted () {
    this.bodyHeight=document.documentElement.clientHeight
  }

 chrome表单自动填充后,input文本框的背景会变成偏黄色的 解决 可在reset.css中全局设置

input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0px 1000px #FCF1F5 inset;
  }

 

posted @ 2019-04-17 13:29  夏小沫a  阅读(476)  评论(0)    收藏  举报