我无法弄清楚什么是通过我的@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上,我希望有人可以克隆回购,并成为哦,“你白痴”你没有这样做。 –