移动端input输入框无法输入及不能聚焦问题 在css样式添加以下代码: { -webkit-user-select:auto !important; -khtml-user-select:auto !important; -moz-user-select:auto !important; - }