【教程】CSS给背景图片增加半透明遮罩层 前 - Assbbs
【教程】CSS给背景图片增加半透明遮罩层 前端让PS改背景图,嫌麻烦就给他写了: body::before { content: ""; z-index: -1; position: fixed; top: 0; width: 100%; height: 100%; background: rgb 0,0,0,0.2 ; }
【教程】CSS给背景图片增加半透明遮罩层 前端让PS改背景图,嫌麻烦就给他写了: body::before { content: ""; z-index: -1; position: fixed; top: 0; width: 100%; height: 100%; background: rgb 0,0,0,0.2 ; }