|
@@ -22,10 +22,14 @@ html body {
|
|
}
|
|
}
|
|
|
|
|
|
// 字体
|
|
// 字体
|
|
-body, .header-navbar, .navigation, .breadcrumb, h1, h2, h3, h4, h5 {
|
|
|
|
|
|
+body, .header-navbar, .navigation, .breadcrumb, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
|
|
font-family: $font-family-sans-serif;
|
|
font-family: $font-family-sans-serif;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
|
|
|
|
+ line-height: 1.1
|
|
|
|
+}
|
|
|
|
+
|
|
.content .content-wrapper {
|
|
.content .content-wrapper {
|
|
padding: calc(2.2rem - 0.4rem) 2.1rem 0;
|
|
padding: calc(2.2rem - 0.4rem) 2.1rem 0;
|
|
margin-top: 5rem;
|
|
margin-top: 5rem;
|