1、input框无法获取焦点输入内容

input {
      -webkit-user-select: auto;
    }

2、div里面放img标签有3px的距离

div {
  font-size: 0;  
}
img {
  display: block;    
}