摘要:
1 /*Chrome浏览器 点击input 黄色边框 禁用*/ .NoOutLine:focus{outline: none} 设置后就没有黄色边框了 或者我们也可以自行设置外边框的样式 例如 灰色,1像素 虚线 .NoOutLine:focus{ outline:#ccc dashed 1px;} ... 阅读全文
posted @ 2013-08-26 09:37
梨花驿路
阅读(617)
评论(0)
推荐(0)
浙公网安备 33010602011771号