岧峣太华俯咸京,天外三峰削不成。 武帝祠前云欲散,仙人掌上雨初晴。 河山北枕秦关险,驿路西连汉畤平。 借问路傍名利客,何如此处学长生。
css样式一:
.entry-content > h2::before{content: '';margin-right:0;}
.single-article .entry-content > h1{
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 > h2{
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 > h3{
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 > h4{
font-weight: bold;
background-color: #f6f6f6;
margin: 20px 0;
padding: 5px 12px;
border-left: 5px solid #FFC0CB;
font-size: 12px;
left: -25px;
position: inherit;
}

css样式二:
.single-article .entry-content>h1 {
font-size: 28px;
font-weight: 700;
background-color: #fff;
border-bottom: 1px solid #0be4ec;
border-left: 5px solid #0be4ec;
padding: 5px 15px;
border-radius: 2px;
margin: 18px 0 18px -20px;
overflow: hidden
}
.single-article .entry-content>h2 {
font-size: 24px;
font-weight: 700;
background-color: #fff;
border-bottom: 1px solid #ec0b0b;
border-left: 5px solid #ec0b0b;
padding: 5px 15px;
border-radius: 2px;
margin: 18px 0 18px -20px;
overflow: hidden
}
.single-article .entry-content>h3 {
font-size: 20px;
font-weight: 700;
background-color: #fff;
border-bottom: 1px solid #1382e1;
border-left: 5px solid #1382e1;
padding: 5px 15px;
border-radius: 2px;
margin: 18px 0 18px -20px;
overflow: hidden
}
.single-article .entry-content>h4 {
font-size: 12px;
font-weight: 700;
background-color: #fff;
border-bottom: 1px solid #50a136;
border-left: 5px solid #50a136;
padding: 5px 15px;
border-radius: 2px;
margin: 18px 0 18px -20px;
overflow: hidden
}
.single-article .entry-content>h5 {
font-size: 16px;
font-weight: 700;
background-color: #fff;
border-bottom: 1px solid pink;
border-left: 5px solid pink;
padding: 5px 15px;
border-radius: 2px;
margin: 18px 0 18px -20px;
overflow: hidden
}
