联 系 人:李总
联系电话:13759574266
在线 QQ:89417157
邮箱:13759574266@qq.com
微信号:ynlongtou
地址:昆明市滇缅大道旁昆建路5号108智库空间A座4楼
css设置图片背景色透明的两种方法,直接上代码样式,具体如下:
方法一:
<div class="box"></div>
.box{
width:300px;
height:200px;
margin:0auto;
border:1pxsolid#ccc;
background:red;
opacity:0.2;
}
方法二:
background-repeat: no-repeat;
background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url(/images/transparent.png);
扫描关注官方微信