参考地址: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%);…