_content-header.scss 420 B

123456789101112131415161718192021222324252627
  1. // 面包屑导航
  2. .breadcrumb {
  3. border-left: 0;
  4. }
  5. .content-header {
  6. padding: 0 0 2px;
  7. }
  8. .breadcrumbs-top {
  9. margin-bottom: 1.2rem;
  10. }
  11. // 页面标题
  12. .content-header h1 {
  13. font-weight: 400;
  14. font-size: 24px;
  15. display: inline-block;
  16. font-family: Montserrat,Nunito,sans-serif;
  17. small {
  18. font-size: 15px;
  19. display: inline-block;
  20. padding-left: 5px;
  21. color: #777;
  22. }
  23. }