html Soundcloud风格的“播放”按钮
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html Soundcloud风格的“播放”按钮相关的知识,希望对你有一定的参考价值。
<!--SoundCloud Style "Play" Button-->
<button class="sc-button-play sc-button sc-button-xlarge" tabindex="0" title="Play">Play</button>
<!--CSS: Rounded Button-->
<style>
.sc-button-play }
background-color: #f50;
border-radius: 50%;
}
<!--CSS: Arrow-->
.sc-button-xlarge.sc-button-play:before {
background-size: undefinedpx undefinedpx;
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDggMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHRpdGxlPlBsYXkgMjg8L3RpdGxlPjxwYXRoIGQ9Ik0wIDE0bDEuODQ2LTdMMCAwbDggNy04IDd6IiBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
background-size: 12px 18px
}
</style>
以上是关于html Soundcloud风格的“播放”按钮的主要内容,如果未能解决你的问题,请参考以下文章
使用 Apple Remote 播放/暂停 Soundcloud 选项卡的脚本
Soundcloud 自定义播放器无法播放
SoundCloud嵌入小部件,希望每次都能随机播放一首歌
如何使用 Soundcloud api 获取流到 html5 音频播放器?
风格 vimeo 播放栏和播放按钮
Soundcloud HTML5 播放器未在 IE9 中显示