gpt4 book ai didi

html - Bootstrap 3/Rails 网站上的一个页面不是移动响应的(其他的工作)

转载 作者:可可西里 更新时间:2023-11-01 13:30:43 25 4
gpt4 key购买 nike

多亏了我之前的 stackoverflow 问题的答案,我才能够让我的 Ruby on Rails 4 应用程序上的 bootstrap 3 布局大部分移动响应。

但是,我的 views/devise/sessions/new.html.erb 页面(又名登录页面)没有响应。相反,它在我的 iPhone 5s 上看起来像这样:

enter image description here enter image description here enter image description here

这是我的 new.html.erb 文件:

<div class="row">
<div class="col-xs-6">
<%= simple_form_for(resource, as: resource_name, url: session_path(resource_name), html: {class: "well"}) do |f| %>

<fieldset>
<legend>Log in</legend>
<%= f.input :email, label: 'Email' %>
<%= f.input :password, label: 'Password' %>

<% if devise_mapping.rememberable? -%>
<div class="field">
<%= f.input :remember_me, as: :boolean %>
</div>

</fieldset>
<% end -%>

<div class="actions">
<%= f.button :submit, "Log in" %>
</div>
<% end %>

<%= render "devise/shared/links" %>
</div>

<!-- Add the extra clearfix for only the required viewport -->
<div class="clearfix visible-xs"></div>

<div class="col-xs-6">
<center><h2>Signing in is easy and secure</h2>
<img src="http://static1.squarespace.com/static/54adc070e4b0c8f53bde4cf9/t/54ecfc98e4b0cc380c7af39a/1429903823657/?format=300w" /></center>
</div>
</div>

我稍后添加了viewport 试图修复它,但它仍然没有帮助。

图片会不会太大了?如果必须的话,我可以删除它,但是电子邮件和密码字段下方的灰色框是否仍然看起来像那样过于瘦弱?

如果您想自己尝试,这里是测试部署: https://wheels-registration-yamilethmedina.c9.io/

最佳答案

这是我的评论建议,对你有帮助!!!!

Just change the col-xs-6 to other class like container or container-fluid.This is because the col class divides gets the width as per the screen size . And we are forcing to make it col-xs-6 so this change happens to the screen.

关于html - Bootstrap 3/Rails 网站上的一个页面不是移动响应的(其他的工作),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30578130/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com