问答详情
源自:4-1 CSS3文字与字体 text-overflow 与 word-wrap

同时添加渐变和透明度

怎么才能同时设置背景的渐变色和不透明度

提问者:qq_淡淡_6 2015-12-03 11:38

个回答

  • 闹小志
    2015-12-03 11:44:48
    已采纳

    用rgba来添加透明度,例如:

    background-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.2) 100%); 

  • SuperManSuperWorld
    2016-01-14 23:14:08

    public class test{
        public static void main(String[] args){
            System.out.println("Test");
        }
    }