日志-2025-02-19

友链的卡片不好看,我给删掉了。不需要友链。

另外,所有的 nav-link 类也有悬停特效了:

 1.nav-link
 2    position: relative
 3    &:after
 4        content: ''
 5        position: absolute
 6        left: 0
 7        bottom: -5px
 8        display: inline-block
 9        height: 1px
10        background-color: #0077b8
11        width: 0
12        opacity: 0
13        transition: opacity 0.35s, width 0.35s
14    &:hover:after
15        opacity: 1
16        width: 100%




翻译: