_content-header.scss 369 B

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