在苹果手机上的input按钮自带效果,需要加上outline:0px; -webkit-appearance:none; 清除原有样式,同时苹果手机上的input按钮自带圆角需要按需要去掉
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; }