gpt4 book ai didi

html - 媒体查询无响应

转载 作者:行者123 更新时间:2023-11-28 16:30:13 25 4
gpt4 key购买 nike

好的,我已经有一段时间没有使用媒体查询了,但我相信我做对了。我没有使用 sass 或更少,只是普通的旧 css。

.btn-test {
border-radius: 2px;
border: 1px solid #2e70a4;
color: #fff;
font-size: 12px;
background: #2c83c9;
position: relative;
transition: all .2s ease;
display: inline-block;
text-decoration: none;
margin: 18px 9px 0 0;
padding: 5px 9px 0 9px;
height: 37px;
line-height: 16px;
text-align: center;
}


@media only screen
and (min-device-width: 850px)
and (max-device-width: 1050px)
{
.btn-test {
line-height: 34px;
font-size: 8px;
}

.arrow-call-to-action {
font-size: 8px;
}

.call-to-action-list p {
font-size: 8px;
}
}

所以我将我的屏幕设置为 900,媒体查询应该处于事件状态,但是我没有看到任何变化,我这样做正确吗?

谢谢。

已添加更新 HTML

 <li>
<div class="t4 arrow-call-to-action">
somthing
</div>

<div class="t5">
<p>text
<br>more text<br>
</p>
</div>

<div class="t6">
<a href="#" class="btn-test"
id="some-tracking-id">Buy Now
</a>
</div>
</li>

最佳答案

如果您想通过调整浏览器窗口的大小来进行测试,请使用min-widthmax-widthMin-device-width 不会受到调整大小的影响,因为设备不会改变大小。

关于html - 媒体查询无响应,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38304782/

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