在iOS系统下input submit会有圆角,如果添加有背景色,背景色错误,在安卓系统是没有这些问题,可以在input样式加上这段样式
input{ -webkit-appearance: none; border-radius: 0; }