小编the*_*777的帖子

如何删除 Safari / iOS 上的默认按钮和表单样式?

在搜索并尝试了一切之后,我无法摆脱表单上的 iOS 样式。

这是我在 PC / Android 上的内容

在 Iphone 11 (iOs 14.x) 上

HTML 代码:

<form method="post" >
        <fieldset style= "border-width: 0px;" >             

        
    <input style="font-size : 30px; height:48px; width:50px;" type="text" name="pone" id="pone" autocomplete="off">&nbsp;
            <input style="font-size : 30px; height:48px; width:50px;" type="text" name="ptwo" id="ptwo" autocomplete="off">&nbsp;
                    <input style="font-size : 30px; height:48px; width:50px;" type="text" name="pthree" id="pthree" autocomplete="off">&nbsp;
                            <input style="font-size : 30px; height:48px; width:50px;" type="text" name="pfour" id="pfour" autocomplete="off">&nbsp;
                                    <input style="font-size : 30px; height:48px; width:50px;" type="text" name="pfive" id="pfive" autocomplete="off">&nbsp;
            
            
            
            <label>
                <INPUT style="width:250px; height:50px; font-size : …
Run Code Online (Sandbox Code Playgroud)

css iphone button ios

1
推荐指数
1
解决办法
8965
查看次数

标签 统计

button ×1

css ×1

ios ×1

iphone ×1