文章分类 -  CSS

摘要:如果是IE10+浏览器:@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){…….} 如果是IE9+浏览器: /* IE9+ */ @media all and (min-width:0) { …..} 如果是 /* Chrome 和 opera */ @media all and (min-width... 阅读全文
posted @ 2019-02-21 15:23 梁云涛 阅读(2425) 评论(0) 推荐(0)