我正在使用 podsnack mp3 播放器。但是,每次页面刷新,都会刷新随机的数字 div ID 代码,例如id="cover#some-random-number#
所以它会像这样出现
covercontainer80191
covercontainer36190
等等。我想做的是 display:none 来隐藏封面,只显示歌曲标题。有没有办法在 CSS 中做到这一点?
我使用的代码实际上是一个<iframe/>
.
<iframe style="border:none;margin-bottom: 5px" src="http://files.podsnack.com/iframe/embed.html?hash=ah3fblli&t=1369709402" width="425" height="320" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true" ></iframe>