diff --git a/src/layouts/Header.vue b/src/layouts/Header.vue index 32aa6db..2ce29f5 100644 --- a/src/layouts/Header.vue +++ b/src/layouts/Header.vue @@ -35,6 +35,13 @@ @@ -289,6 +296,20 @@ const jump = (url)=>{ &:active{ background-color: rgb(255, 255, 255, .1); } + &.gapline{ + height: 4px; + padding: 0 30px; + position: relative; + &::before{ + content: ''; + width: 100%; + height: 4px; + background: #3662FE; + display: block; + position: relative; + transform: none; + } + } } } }