半透明的渐变


background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), #000) repeat scroll 0 0;
background: -webkit-gradient(linear,0 50%,0 100%,from(rgba(0,0,0,0)),to(#000));

posted @ 2016-03-16 17:19  Fly·潘  阅读(118)  评论(0)    收藏  举报