我找到调整标题字号和间距的 CSS 了(见下)。我是希望字号小一点。
调整字号可以应用于所有地方的标题,
但是调整间距无法应用于列表里的标题:
-
比如这个三级标题在列表里,下面的代码间距设置无法应用于此标题
找了半天实在是找不到相关的 CSS,求指教……
.protyle-wysiwyg .h1 {
font-size: 1.35em !important;
margin-bottom: 2px !important;
margin-top: 2px !important
}
.protyle-wysiwyg .h2 {
font-size: 1.3em !important;
margin-bottom: 2px !important;
margin-top: 2px !important
}
.protyle-wysiwyg .h3 {
font-size: 1.25em !important;
margin-bottom: 2px !important;
margin-top: 2px !important
}
.protyle-wysiwyg .h4 {
font-size: 1.2em !important;
margin-bottom: 2px !important;
margin-top: 2px !important
}
.protyle-wysiwyg .h5 {
font-size: 1.15em !important;
margin-bottom: 2px !important;
margin-top: 2px !important
}
.protyle-wysiwyg .h6 {
font-size: 1.1em !important;
margin-bottom: 2px !important;
margin-top: 2px !important
}
欢迎来到这里!
我们正在构建一个小众社区,大家在这里相互信任,以平等 • 自由 • 奔放的价值观进行分享交流。最终,希望大家能够找到与自己志同道合的伙伴,共同成长。
注册 关于