您好,登錄后才能下訂單哦!
整理:
rails中link_to的字符如何改變顏色
<%= link_to "my test", :controller=> 'test', :action => 'test' %>
默認顏色是藍色的,想要改成白色的,哪位知道怎么改
答:<%= link_to "mytest", {:controller => 'test', :action =>'test'},:style=>"color:red" %>
<div style="background-p_w_picpath: url('/user/p_w_picpaths/mypage/live_order_btn_1.jpg'); width: 166px; height: 30px">
<p style = "padding-left: 35px;padding-top: 6px;">
<%=link_to(t('mypage.live_order_btn'),{:action => "course_order", :id => @course.id, :back_action => params[:action]},:style=>"color:white;font-weight: bold")%>
</p>
</div>
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。