css中@media screen and (-webkit-min-device-pixel-ratio:0)解析
清泛原创
css">@media screen and (-webkit-min-device-pixel-ratio:0) {
.down_info caption h5{height:60px; line-height:60px;}
}
Webkit内核浏览器(chrome and safari)@media screen and (-webkit-min-device-pixel-ratio:0) { Selector { property: value; } }
上面写法主要是针对Webkit内核的浏览器,如Google Chrome 和 Safari浏览器。
上一篇:去掉Chrome浏览器input、textarea输入框默认的边框和背景
下一篇:为啥 ol 标签不显示数字,而是显示点?