菜鸟教程小白 发表于 2022-12-13 13:50:29

css - 停用默认a :active behaviour on ios


                                            <p><p>在带有 ios 的 safari 中单击链接时,链接周围会出现一个灰色的半透明矩形。是否可以停用此行为?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>当然可以,最简单的方法是使用以下方法:</p>

<pre><code>-webkit-tap-highlight-color: transparent;
      tap-highlight-color: transparent;</code></pre>

<p>您也可以将其更改为您想要的任何颜色。请记住,指示已按下链接对用户很有帮助。</p></p>
                                   
                                                <p style="font-size: 20px;">关于css - 停用默认a :active behaviour on ios,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/10694258/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/10694258/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: css - 停用默认a :active behaviour on ios