最佳答案
在编写CSS媒体查询时,是否有任何方法可以用“或”逻辑指定多个条件?
我正在尝试这样做:
/* This doesn't work */
@media screen and (max-width: 995px OR max-height: 700px) {
...
}