123456789101112131415161718192021222324252627 |
- // 面包屑导航
- .breadcrumb {
- border-left: 0;
- }
- .content-header {
- padding: 0 0 2px;
- }
- .breadcrumbs-top {
- margin-bottom: 1.2rem;
- }
- // 页面标题
- .content-header h1 {
- font-weight: 400;
- font-size: 24px;
- display: inline-block;
- font-family: Montserrat,Nunito,sans-serif;
- small {
- font-size: 15px;
- display: inline-block;
- padding-left: 5px;
- color: #777;
- }
- }
|