有时候利用input框触发弹框往往会出现以下情况:
input 框隐藏光标问题

解决的方法:

<input type="text" value="" placeholder="请输入"  readonly unselectable="on" >

相关文章: