css實現背景透明,文字不透明 實現透明的css方法通常有以下3種方式,以下是不透明度都為80%的寫法 css3的opacity:x,x 的取值從 0 到 1,如opacity: 0.8 css3的rgba(red, g ...