使用CSS更改HTML5中的音频背景颜色 [英] Change audio background color in HTML5 using css

查看:71
本文介绍了使用CSS更改HTML5中的音频背景颜色的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我搜索了很多东西,但是没有找到任何有用的文档..我想更改音频标签的背景颜色,因为我知道 background-color 就足够了,但是它不起作用.更改它的解决方案还是可以更改?我不想使用任何插件.仅通过CSS更改即可.

I searched so many thing but didnot find any useful document..I want to change background-color of audio tag as I know background-color is enough but its not working..Is there any solution to change it or is it possible to change?I do not want to use any plugin..just using by CSS I want to change..

代码:

<audio controls="">
  <source src="http://www.sousound.com/music/healing/healing_01.mp3" type="audio/mpeg">
</audio>

推荐答案

audio::-webkit-media-controls-play-button,
     audio::-webkit-media-controls-panel {
     background-color: #000;
     color: #000;
     }

这篇关于使用CSS更改HTML5中的音频背景颜色的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆