苹果手机上input的button按钮颜色显示问题

时间:2022-08-22 07:49:10

在苹果手机上的input按钮自带效果,需要加上outline:0px; -webkit-appearance:none; 清除原有样式,同时苹果手机上的input按钮自带圆角需要按需要去掉

input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; }