此技巧适用于最新的Opera:
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) { #id {css rule} }
据我测试,它并没有碰到任何其他浏览器,但是随着网络技术的繁荣等,这可能会持续几个月。
欢迎分享,转载请注明来源:内存溢出
此技巧适用于最新的Opera:
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) { #id {css rule} }
据我测试,它并没有碰到任何其他浏览器,但是随着网络技术的繁荣等,这可能会持续几个月。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)