标签:and pre style one ie11 color 样式 active 开始
ie11浏览器:
@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none){ //这里开始写样式 }
火狐浏览器:
@-moz-document url-prefix() {
//这里开始写样式
}
标签:and pre style one ie11 color 样式 active 开始
原文地址:http://www.cnblogs.com/javenlee/p/7267110.html