gpt4 book ai didi

css - Rails `button_to` CSS 样式不起作用

转载 作者:行者123 更新时间:2023-11-28 13:40:30 24 4
gpt4 key购买 nike

一直在尝试设计我的 button_to按钮,但是没有运气。我查看了 CSS 文件并使用了 #button {color:red;} , button {color:red;}.button {color:red;}但对他们所有人都无济于事。我的 HTML.ERB 文件中也有这个 <%= button_to 'Compare DB',:action => "compare", :id => 'button'但这没有帮助。

为什么这不起作用?

CSS 样式表链接到 Rails 应用程序,因为我尝试更改表的值,所以这不是问题。现在已经尝试了一段时间,仍然无法找出解决方案。

最佳答案

您可以使用内联样式

<%= button_to 'Compare DB',:action => "compare", :id => 'button', {:style => "background: color:red; } %> 

或者你可以像这样使用 css 类

<%= button_to 'Compare DB',:action => "compare", :id => 'button', {:class => "button"} %> 

关于css - Rails `button_to` CSS 样式不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7806181/

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