在编写CSS 媒体查询时,有什么方法可以使用“OR”逻辑指定多个条件? 我正在尝试做这样的事情: /* This doesn't work */ @media screen and (max-width: 995px OR ...
確定! 回上一頁