css中@media screen and (-webkit-min-device-pixel-ratio:0)解析
来源:清泛原创
2016-06-27 17:52:40 人气:
我有话说( 人参与)
@media screen and (-webkit-min-device-pixel-ratio:0) {.down_info caption h5{height:60px; line-height:60px;}}Webkit内核浏览...
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浏览器。
css
media
screen
上一篇:去掉Chrome浏览器input、textarea输入框默认的边框和背景
下一篇:为啥 ol 标签不显示数字,而是显示点?