gpt4 book ai didi

html - 电话图标仅出现在移动 View 中

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

在我的网站上,我有一个电话图标,所以在移动 View 中,他们可以点击电话图标并调用某个业务,我不知道如何让它只出现在移动 View 中。

<style type="text/css">
#tel {display:none;}
@media all and (max-width: 1000px) {
#tel {display:block;}
}
</style>

<div class="tel">
<a href="tel:555-555-5555"><img src="images/phone.png" /></a>
</div>

最佳答案

#tel 

指的是一个id,你要用

.tel 

在 CSS 中

关于html - 电话图标仅出现在移动 View 中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32855456/

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