【发布时间】: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="">
【问题讨论】:
标签: android html css iphone twitter-bootstrap