编辑
2021-09-10
前端技术
00
请注意,本文编写于 969 天前,最后修改于 655 天前,其中某些信息可能已经过时。
css
.nav_item::after { content: ""; width: 0; height: 1px; background: #000; position: absolute; top: 100%; left: 50%; transition: all 0.5s; } .nav_item:hover::after { left: 0; width: 100%; }
如果对你有用的话,可以打赏哦
打赏
ali pay
wechat pay

本文作者:mereith

本文链接:

版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!