小程序 css 透明渐变色
好啦 我决定以后在这记笔记吧哈哈哈哈哈哈~~~~~~~~~重点代码为转载~~
css:
width: 100%;
/* 重点*/
background: #fff;
background: -webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
/* FireFox */
background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
/* Opear */
background: -ms-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
height: 400rpx;
效果图: