_content-header.scss 329 B

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