菜鸟教程小白 发表于 2022-12-13 08:44:49

ios - iPhone : Left Border Cut Off 上的复选框


                                            <p><p>在 <a href="https://berthamaesbrownies.com/product/milk-chocolate-toffee-cookies/" rel="noreferrer noopener nofollow">this</a> 等页面上遇到问题我的复选框的左边框似乎被切断了。看起来真的很不专业。似乎只发生在 iOS 上。我以为我可以在 div (或边距)中添加一些填充,但事实并非如此。这种情况常见吗?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>试试这个。</p>

<pre><code>input, input {
    -webkit-transform: translate(0px); /*Earlier than iOS 9.0*/
    transform: translate(0px);
}
</code></pre></p>
                                   
                                                <p style="font-size: 20px;">关于ios - iPhone : Left Border Cut Off 上的复选框,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/31102436/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/31102436/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - iPhone : Left Border Cut Off 上的复选框