.gradient {
    background: rgba(236,101,33,1);
    background: -moz-linear-gradient(90deg,rgba(236,101,33,1) 0,rgba(212,132,91,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(236,101,33,1)),color-stop(100%,rgba(212,132,91,1)));
    background: -webkit-linear-gradient(90deg,rgba(236,101,33,1) 0,rgba(212,132,91,1) 100%);
    background: -o-linear-gradient(90deg,rgba(236,101,33,1) 0,rgba(212,132,91,1) 100%);
    background: -ms-linear-gradient(90deg,rgba(236,101,33,1) 0,rgba(212,132,91,1) 100%);
    background: linear-gradient(180deg,rgba(236,101,33,1) 0,rgba(212,132,91,1) 100%);
}

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-01
  • 2021-07-19
  • 2021-08-06
猜你喜欢
  • 2021-05-23
  • 2021-09-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-19
相关资源
相似解决方案