/* 渐变轴为45度,从蓝色渐变到红色 */
linear-gradient(45deg, blue, red);

  &::before {
    @include size(100%, 4px);
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(-26deg, #74C7FC, #699BF9);
  }

相关文章:

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