background: radial-gradient( circle, red, blue, orange)
//正圆渐变,circle是正圆,没有默认是椭圆
background: radial-gradient( circle at left, red, blue, orange) //从左向右发散,也可组合
background: radial-gradient( circle 50px, red, blue, orange) //发散的半径1
background: radial-gradient( circle closest-side, red, blue, orange) //发散的半径,closest-side是圆心到最近的边,farthest-side:圆心到最远的边,closest-corner是圆心到最近的角,farthest-corner:圆心到最远的角
background: repeating-radial-gradient( circle 50px, red, blue, orange) //重复渐变边作为半径
background: radial-gradient( circle at left, red, blue, orange) //从左向右发散,也可组合
background: radial-gradient( circle 50px, red, blue, orange) //发散的半径1
background: radial-gradient( circle closest-side, red, blue, orange) //发散的半径,closest-side是圆心到最近的边,farthest-side:圆心到最远的边,closest-corner是圆心到最近的角,farthest-corner:圆心到最远的角
background: repeating-radial-gradient( circle 50px, red, blue, orange) //重复渐变边作为半径