<link rel="stylesheet" type="text/css" href="css/mobile.css" media="screen and (max-height: 500px)" />
<link rel="stylesheet" type="text/css" href="css/mobile.css" media="screen and (orientation:portrait)" />
我有上述媒体查询来定位纵向和窗口高度 < 500 的用户,有没有办法在媒体查询中使用 OR 将它们合并到一个链接标签中?