index.styl 459 B

1234567891011121314151617181920212223
  1. // 站点名称前注入 logo
  2. .navbar .home-link
  3. position: relative;
  4. top: -2px;
  5. &::before
  6. $s = 1.3rem
  7. content ''
  8. display inline-block
  9. margin-right .3rem
  10. width $s
  11. height $s
  12. vertical-align: middle
  13. background url(https://raw.githubusercontent.com/bhuh12/vue-router-tab/dev/docs/.vuepress/public/img/logo.png)
  14. background-size cover
  15. .site-name
  16. vertical-align middle
  17. // Logo 图片
  18. .home .hero img
  19. width 120px