幻灯片-小菜资源库
幻灯片-小菜资源库

b2主题文章内容美化H标签

代码部署
将下列代码加入到styles.css之中,强制刷新缓存即可

/*文章内容美化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*/

© 版权声明
THE END
喜欢就支持一下吧
点赞12 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容