我有一个基于bootstrap的响应式页面。出于某种原因,我无法在iOS构建的设备中显示该复选框。复选框适用于每个可以想象的浏览器,甚至可以在chrome的开发者模块(模拟iOS设备)中工作,甚至可以在iOS阅读器中使用。它只是不会在iPhone上显示。它被隐藏在另一个元素后面吗?
提前致谢!
答案 0 :(得分:0)
将列大小更改为以下内容会将其修复。
<div>
<div class="col-xs-2 col-sm-2 col-lg-1" style="margin-top:20px;">
<input id="OBKey_Signed_1" type="checkbox" name="OBKey_Signed_1"
value="Y" required="" data-com.agilebits.onepassword.user-edited="yes"
style="-webkit-appearance: radio;">
</div>
<div class="col-xs-10 col-sm-10 col-lg-11">
By checking this box, I ratify the use of my typed name and
Student ID number as an electronic representation of my signature.
</div>
</div>