取消chrome输入框高亮的办法

/* remember to define focus styles! */
:focus {
	outline: 0;
}

编程技巧