gpt4 book ai didi

仅针对 firefox pc 的 css 媒体查询

转载 作者:太空狗 更新时间:2023-10-29 15:37:43 27 4
gpt4 key购买 nike

我想在我的页面上添加一个特定的样式,但只能在 PC 上运行的 Firefox 上添加。我使用此代码仅针对 mac,但 Windows 的等价物是什么?有没有办法只用媒体查询而不是 javascript 来做到这一点?

var FF = !(window.mozInnerScreenX == null);

if(FF) {
if(navigator.platform.indexOf('Mac')>=0)
{
// is a mac and on firefox
}

最佳答案

Firefox 的 Css 破解

@-moz-document url-prefix() { 
.cssSelector {
font-size: 14px;
}
}

Reference

关于仅针对 firefox pc 的 css 媒体查询,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25268941/

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