CSS实现背景半透明

 /* 背景半透明,前面三个参数是颜色代码,后面小数是透明度 */
    background: rgb(0, 0, 0, 0.5);
原文地址:https://www.cnblogs.com/JeffreyZhu/p/15135830.html