前端基础CSSbackground背景透明On this page背景透明比较好的方法 background-color:transparent;不太好的方法模仿透明,不仔细看,看不出来:前三个参数是颜色,后一个是透明度,效果为白色背景透明。 background-color: rgba(255,255,255,0.1)不太好的方法2 opacity:0.1;