1. background-color: rgba(255,0,0,.3);
    • 这里就是将其背景设置为红色,并且透明度达到了70%。
    • 后面的小数点的取值范围在0~1之间,越小越透明。