引导复选框不会显示在 IOS 中



我有一个基于引导程序构建的响应式页面。由于某种原因,我无法在iOS构建的设备中显示复选框。 这些复选框适用于所有可以想象的浏览器,甚至可以在 chrome(模拟 iOS 设备(的开发人员模块中工作,甚至可以在 iOS 阅读器中工作。它只是不会显示在iPhone上。它是否隐藏在另一个元素后面?

提前感谢!

http://www.johnstoncc.edu/FA/2/depnbrhhc.html

将列大小更改为以下内容可以修复它。

<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>

最新更新