将下列代码加入到 style.css 刷新,不要用360浏览器 用火狐或者谷歌查看效果。
/*文章内容美化H标签 start*/ .entry-content > h2::before{content: '';margin-right:0;} .single-article .entry-content > h2{ font-weight: bold; background-color: #f6f6f6; margin: 20px 0; padding: 5px 12px; border-left: 5px solid #0061a8; font-size: 21px; left: -25px; position: inherit; } .single-article .entry-content > h3{ font-weight: bold; background-color: #f6f6f6; margin: 20px 0; padding: 5px 12px; border-left: 5px solid #037ad1; font-size: 18px; left: -25px; position: inherit; } .single-article .entry-content > h4{ font-weight: bold; background-color: #f6f6f6; margin: 20px 0; padding: 5px 12px; border-left: 5px solid #3a89c3; font-size: 15px; left: -25px; position: inherit; } .single-article .entry-content > h5{ font-weight: bold; background-color: #f6f6f6; margin: 20px 0; padding: 5px 12px; border-left: 5px solid #FFC0CB; font-size: 12px; left: -25px; position: inherit; } /*文章内容美化H标签 end*/
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。