linear-gradient( [ || ,]? , [,]* )
< angle >:用角度指定渐变方向或者角度
to left
to right
to top
to bottom
<div class='ceng'>
</div>
.ceng{
width:260px;
height:200px;
border:1px solid black;
background-image:linear-gradient(orange,green); /*从橘红色向绿色渐变,从上到下*/
background-image:linear-g