3

Here i have a Background like this

background:url(../img/arrow_lch.png) right no-repeat #2e443a;

I have to reduce only bg color(#2e443a) Opacity, How???

4

1 回答 1

2

如果你这样做,并编辑不透明度的最后一个数字:

background-color:rgba(200,200,200,0.5);
于 2013-11-14T10:30:21.427 回答