动态下划线

.titleLine {
    background: linear-gradient(to right,#ec695c,#61c454) no-repeat right bottom;
    background-size: 0 2px;
    transition: background-size 1000ms;
  }
  .titleLine:hover {
    background-position-x: left;
    background-size: 100% 2px;
  }

  

 <h3>
              <span class="titleLine">一天的工作保持好心情哦~</span>
            </h3>

  

一天的工作保持好心情哦~

posted @ 2023-03-24 10:59  helloSWZ  阅读(59)  评论(0编辑  收藏  举报