iphone、ipad上文本框内外阴影无效的解决方法加上这句就可以了亲~ 这是去除webkit浏览器内核默认对元素标签的默认样式,加上之后阴影就出来啦~ -webkit-appearance:none;加上属性后的文本框 未加属性的文本框文本框样式:.login_txt{ width:120px;height:35px;line-height:35px; border:transparent; border-radius:.4em; -webkit-border-radius:.4em; box-shadow:inset 0 2... Read More
posted @ 2012-09-15 17:09 ﹏風﹖﹍ Views(1589) Comments(1) Diggs(2)