From f71fcc5dafcb54b8d83b7ace4f616b1e29b25919 Mon Sep 17 00:00:00 2001 From: laoyang Date: Fri, 15 Jul 2022 11:34:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E6=A0=B7=E5=BC=8F,=E7=94=A8=E6=88=B7=E4=B8=8D?= =?UTF-8?q?=E9=9C=80=E8=A6=81=E7=9A=84=E5=8F=AF=E4=BB=A5=E5=88=A0=E9=99=A4?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom/custom.css | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/custom/custom.css b/custom/custom.css index 1680747..1d297b3 100644 --- a/custom/custom.css +++ b/custom/custom.css @@ -6,4 +6,19 @@ background-color: rgba(243, 243, 243, 0.7); font-size: 20px; line-height: 41px; -} \ No newline at end of file +} +.k-main .details .comments-area { + margin-top: 16px; + padding: 1.6px 16px 16px; + border-radius: 2px; + background-color: #fff; + -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); + -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); + } + + .k-main .details .post-2 .comments-area { + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + } \ No newline at end of file