css

.tapered_line{
    width: 36px;
    height: 4px;
    background: #1e88e5;
    transition: width 3s;
    margin: 10px auto 0;
}
.main4 ul li:hover .tapered_line{
    width: 220px;
    margin:10px auto 0;
}

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-30
  • 2021-11-22
  • 2021-06-23
  • 2021-10-22
猜你喜欢
  • 2021-06-28
  • 2021-07-19
  • 2022-12-23
  • 2021-07-14
  • 2021-12-03
  • 2021-11-03
  • 2021-12-16
相关资源
相似解决方案