@media screen and (-webkit-min-device-pixel-ratio:0) {
button{
padding-top:1px;
}
button{
padding-top:1px;
}
}
只会被 苹果和chrome webkit内核的浏览器读取
padding-top:3px\9;
只会被IE6 7 8读取 \9 连着前边写
}
只会被 苹果和chrome webkit内核的浏览器读取
padding-top:3px\9;
只会被IE6 7 8读取 \9 连着前边写