标签:
参考地址:http://www.w3cplus.com/css3/new-css3-linear-gradient.html
background-image: linear-gradient(
to bottom, //渐变方向
#d9edf7 //开始颜色
0px, //?????
#b9def0 //结束颜色
100%); //透明 百分比
background-image: -webkit-linear-gradien(to bottom, #d9edf7 0px, #b9def0 100%);
标签:
原文地址:http://www.cnblogs.com/oiliu/p/4712624.html