From 183a6267e51b4b698a366fa258d22975bf3ddd05 Mon Sep 17 00:00:00 2001 From: hyman Date: Sat, 12 Jul 2025 17:41:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AE=BD=E5=B1=8F=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E4=B8=8B=E2=80=9C=E5=8A=A8=E6=80=81=E2=80=9D=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E9=94=99=E4=BD=8D=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- upload/template/default/common/widthauto.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload/template/default/common/widthauto.css b/upload/template/default/common/widthauto.css index f3c90fcd5..6b7b3a5b1 100644 --- a/upload/template/default/common/widthauto.css +++ b/upload/template/default/common/widthauto.css @@ -21,7 +21,7 @@ Created & Modified by Pony. .ct3_a { padding: 0 240px 0 160px; } .ct3_a .appl { margin-left: -160px; } .ct3_a .sd { margin-right: -240px; } - .ct3_a .mn { margin: 0; width: 100%; } + .ct3_a .mn { margin: 0 0 0 20px;width: calc(100% - 30px);} #nv { background-repeat: repeat-x; background-position: 0 -33px; } -- Gitee