我無法弄清楚什麼是通過我的@posts循環的軌道方式,並讓我的link_to用於有一個綠色背景的鼠標懸停或懸停 - 顏色與字體真棒圖標,然後鼠標移開時有它回到我post.image滑軌方式鼠標懸停或懸停,然後鼠標移回post.image
*鼠標懸停-background變綠與字體真棒圖標
*鼠標移開時 - 回覆正常,post.image顯示
<!-- Portfolio Grid Section -->
<section id="portfolio">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Portfolio</h2>
<hr class="star-primary">
</div>
</div>
<div class="row col-md-8 col-md-offset-2">
<% @posts.each do |post| %>
<div class="col-sm-4 portfolio-item">
<%= link_to image_tag(post.image, class: "img-circle", size: "200x200"), post_path(post) %>
</div>
<% end %>
</div>
</div>
</section>
只使用CSS懸停 – Fallenhero
github上https://github.com/Mnapper3/portfolio懸停背景我要的是顯示IMG向上背後在活動管理員創建,並保存在S3上,我希望有人可以克隆回購,併成爲哦,「你白癡」你沒有這樣做。 –