文章內(nèi)小標(biāo)題高亮顯示CSS代碼
文章內(nèi)小標(biāo)題高亮顯示CSS代碼,case是文章正文的DIV。你直接替換就行了,下面CSS設(shè)置了從h1到h6。
.case h1,.case h2,.case h3,.case h4,.case h5,.case h6{margin-bottom: 18px;
background-color: #fbfbfb;
color: #333;
border-left: 4px solid #62bbc3;
padding-left: 10px;
margin: 10px 0;
font-weight: 400}
.case h1 {
font-size: 32px;
padding-top: 10px;
padding-bottom: 10px
}
.case h2 {
font-size: 28px;
padding-top: 8px;
padding-bottom: 8px
}
.case h3 {
font-size: 20px;
padding-top: 4px;
padding-bottom: 4px
}
.case h4 {
font-size: 16px;
padding-top: 3px;
padding-bottom: 3px
}
.case h5 {
font-size: 14px;
padding-top: 2px;
padding-bottom: 2px;
font-weight: 400
}
.case h6 {
font-size: 12px;
padding-top: 0;
padding-bottom: 0;
font-weight: 400
}
效果如下:
聲明:
1.本站主要是為了記錄工作、學(xué)習(xí)中遇到的問(wèn)題,可能由于本人技術(shù)有限,內(nèi)容難免有紕漏,一切內(nèi)容僅供參考。
2.本站部分內(nèi)容來(lái)源互聯(lián)網(wǎng),如果有圖片或者內(nèi)容侵犯您的權(quán)益請(qǐng)聯(lián)系我們刪除!
3.本站所有原創(chuàng)作品,包括文字、資料、圖片、網(wǎng)頁(yè)格式,轉(zhuǎn)載時(shí)請(qǐng)標(biāo)注作者與來(lái)源。
1.本站主要是為了記錄工作、學(xué)習(xí)中遇到的問(wèn)題,可能由于本人技術(shù)有限,內(nèi)容難免有紕漏,一切內(nèi)容僅供參考。
2.本站部分內(nèi)容來(lái)源互聯(lián)網(wǎng),如果有圖片或者內(nèi)容侵犯您的權(quán)益請(qǐng)聯(lián)系我們刪除!
3.本站所有原創(chuàng)作品,包括文字、資料、圖片、網(wǎng)頁(yè)格式,轉(zhuǎn)載時(shí)請(qǐng)標(biāo)注作者與來(lái)源。
THE END