边框渐变

2023-07-11  本文已影响0人  Amy_yqh
 &::after {
      content: "";
      position: absolute;
      bottom: -8px;
      left: 0;
      width: 100%;
      height: 1px;
      background: linear-gradient(
        90deg,
        rgba(64, 158, 255, 0.8),
        rgba(109, 173, 239, 0.6),
        rgba(0, 255, 255, 0)
      );
    }
上一篇 下一篇

猜你喜欢

热点阅读