jquery 移动水平控制组无法在移动设备上正确显示

标签 jquery html css jquery-mobile

我试图让这个控制组保持在一条线上。当我在移动设备或浏览器的最小宽度上查看时,我得到以下图像。我如何对齐它们,如果 radio 太大,请将其移到下一行。

jqm offcenter iamge

<form id="myResourcesResourceTypes">
                    <div class="ui-field-contain">
                    <fieldset data-role="controlgroup" data-type="horizontal" data-mini="true" >
                        <legend>Resources:</legend>
                        <input type="radio" name="radio-choice-h-2" id="radio-choice-h-2a" value="games" checked="checked">
                        <label for="radio-choice-h-2a">Games</label>
                        <input type="radio" name="radio-choice-h-2" id="radio-choice-h-2b" value="teams">
                        <label for="radio-choice-h-2b">Teams</label>
                        <input type="radio" name="radio-choice-h-2" id="radio-choice-h-2c" value="league">
                        <label for="radio-choice-h-2c">Leagues</label>
                        <input type="radio" name="radio-choice-h-2" id="radio-choice-h-2d" value="tournaments">
                        <label for="radio-choice-h-2d">Tournaments</label>
                    </fieldset>
                </div>
                </form>

最佳答案

当我从 jquerymobile 网站复制示例时,它们在复制时位于剪贴板中。我删除了所有间距...

关于jquery 移动水平控制组无法在移动设备上正确显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31866847/

相关文章:

html - css 3D变换元素在垂直于观察者时消失

javascript - 删除所有以字符串开头的类

jquery - 从 MVC4 中的 @Html.ValidationSummary() 中删除项目符号

javascript - 试图滑开/以 jquery 效果

javascript - 跟随jQuery的功能代码有什么错误?

javascript - 如何让WebWorker调用HTTPS URL

css - 如何使一个div出现在另一个css之下

javascript - 使用 css-classes 中的样式将富文本复制到剪贴板

javascript - 当我在 Angular 6 中将其设置为可编辑内容时,如何将焦点设置在该元素上?

html - CSS 表单样式设计的困难