去除firefox中 submit button 中文章的虚线
1 button::-moz-focus-inner, 2 input::-moz-focus-inner { 3 padding: 0; 4 border: 0; 5 }
ie之中
1 :focus{outline:none;}