摘要: 1.ios按钮变灰色,给按钮加样式:-webkit-appearance: none;2.有圆角话.button{ border-radius: 0; } 3.去除Chrome等浏览器文本框默认发光边框input:focus, textarea:focus { outline: none;}4... 阅读全文
posted @ 2015-12-24 17:24 思思博士 阅读(701) 评论(0) 推荐(0)