更改了h2标题样式

This commit is contained in:
laoyang
2022-07-15 11:32:30 +08:00
parent 9fd59758f2
commit 749dfde6f1
+9
View File
@@ -0,0 +1,9 @@
.article .content p{ text-indent:2em }
.k-main .details .article .content h2 {
margin: 16px -16px;
padding: 0 10px;
border-left: 5px solid #00a2ff;
background-color: rgba(243, 243, 243, 0.7);
font-size: 20px;
line-height: 41px;
}