【发布时间】:2021-02-16 13:32:22
【问题描述】:
我有:
@media all and (-ms-high-contrast:none), (-ms-high-constrast:avtive) { css code here }
我也希望它通过:
@media only screen and (max-width:768px){}
这在 CSS 中是否可行
【问题讨论】:
-
不确定,但这行不通吗? @media only screen and (max-width:768px) and (-ms-high-contrast:none), (-ms-high-constrast:avtive) {这里的css代码}
-
是的,这行得通。谢谢??????
标签: html css media stylesheet