摘要: /*input框的自动登录的填充颜色*/input:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px #fff inset;}/*去掉ie自带的叉叉和密码显示(ie10+)*/::-ms-clear, ::-ms-reveal{displa... 阅读全文
posted @ 2015-11-17 10:18 Vonson 阅读(214) 评论(0) 推荐(0) 编辑
摘要: function isPlaceholder(){ var input = document.createElement('input'); return 'placeholder' in input; } if (!isPlaceholder()) {//不支持placeholder 用jquer 阅读全文
posted @ 2015-11-17 10:15 Vonson 阅读(4653) 评论(1) 推荐(1) 编辑