<div class="spotlight-item width-2 height-2">
<a href="#" class="spotlight-info">
<h2 class="large">
Random text
</h2>
</a>
<img src="../images/background.jpg"> //actual image
<a href="#" onClick="alert(111)">
<img class="play-button" src="<%THEME%>images/play.png" style="width: 100px; height: 100px; margin-top: 30%; margin-left: 40%; display: none;">
</a>
</div>
具有播放按钮类的图像设置为 display: none; 默认。但是,当用户悬停“spotlight-item” div 时,播放按钮图像应设置为 display: show;
我怎样才能做到这一点?