【问题标题】:Bootstrap form input looks out of order on iPhone but good on androidBootstrap 表单输入在 iPhone 上看起来有问题,但在 android 上很好
【发布时间】:2017-01-23 13:48:10
【问题描述】:

我的网站表单在桌面和安卓浏览器上看起来不错,但在 iphone 上看起来有点乱。我正在使用引导程序“col-xs-12”使其在小屏幕上占用整行,但在 iPhone 上占用半行在 y 轴上略低。

<span class="col-xs-12">Datum prijave</span>
<input name="checkin" class="col-xs-12" type="date" value="2016-01-12" required="">

<span class="xol-xs-12">Datum odjave</span>
<input name="checkout" class="col-xs-12" type="date" value="2016-01-12" required="">

website link

【问题讨论】:

    标签: android html css iphone twitter-bootstrap


    【解决方案1】:

    注意你的课堂通话

    <span class="xol-xs-12">Datum odjave</span>
    

    应该是

    <span class="col-xs-12">Datum odjave</span>
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2013-06-24
      • 1970-01-01
      • 2021-06-12
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多