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