gpt4 book ai didi

css - 使用或在媒体查询中?

转载 作者:行者123 更新时间:2023-11-28 18:29:01 27 4
gpt4 key购买 nike

<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 将它们合并到一个链接标记中?

最佳答案

将 , 用于 OR 运算符。

引用:CSS media queries

因此,您的代码将是:

<link rel="stylesheet" type="text/css" href="css/mobile.css" media="screen and (max-height: 500px), screen and (orientation:portrait)" />

关于css - 使用或在媒体查询中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14845755/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com