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

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

相关文章:

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