From 749dfde6f1a62d987a1fa7ef271e55f258c72b08 Mon Sep 17 00:00:00 2001 From: laoyang Date: Fri, 15 Jul 2022 11:32:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E4=BA=86h2=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom/custom.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/custom/custom.css b/custom/custom.css index e69de29..1680747 100644 --- a/custom/custom.css +++ b/custom/custom.css @@ -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; +} \ No newline at end of file