贴点代码出来瞧瞧
是不是有个focus状态,改变以下:focus伪类的border或者outline。
如果是touchstart事件:
function touchStart(event) { event.preventDefault();
......
}