css 如何设置背景图片的透明度?-灵析社区

乘03060920

用伪元素代替背景层: .warp{ position: relative; } .warp:before{ position: absolute; content: ""; opacity: .6; /*透明度*/ background-image: url('xxxx'); top: 0; left: 0; right: 0; bottom: 0; }

阅读量:1

点赞量:0

问AI