使用RGBA 的颜色设定方法就好:
<pre>
background:rgba(255, 255, 255, 0.5);
</pre>
以上设定的是白色半透明背景,推荐一个颜色查询的网站:http://htmlcolorcodes.com/zh/
使用RGBA 的颜色设定方法就好:
<pre>
background:rgba(255, 255, 255, 0.5);
</pre>
以上设定的是白色半透明背景,推荐一个颜色查询的网站:http://htmlcolorcodes.com/zh/
本文标题:解决 css opcity 子元素也透明的方法
本文链接:https://www.haomeiwen.com/subject/jwpvdttx.html
网友评论