From 9c6e26ce05b404c0ae65310e64f04cf1553464d6 Mon Sep 17 00:00:00 2001 From: liangjiami <2249412933@qq.com> Date: Fri, 11 Jul 2025 16:52:09 +0800 Subject: [PATCH] =?UTF-8?q?style:=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/index/pc/css/attachment_index.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/static/index/pc/css/attachment_index.css b/public/static/index/pc/css/attachment_index.css index 11decf98..c6573c11 100755 --- a/public/static/index/pc/css/attachment_index.css +++ b/public/static/index/pc/css/attachment_index.css @@ -125,13 +125,13 @@ justify-content: flex-start; } .orico_Page_download .downloadMain .contact_c .softlist .softit .left_img { - width: 320px; - height: 320px; - margin-right: 64px; + width: 140px; + height: 140px; + margin-right: 50px; } .orico_Page_download .downloadMain .contact_c .softlist .softit .left_img img { - width: 320px; - height: 320px; + width: 140px; + height: 140px; border-radius: 12px; overflow: hidden; } @@ -162,7 +162,7 @@ color: #004bfa; background-color: rgba(0, 75, 250, 0.05); cursor: pointer; - font-size: 0.9rem; + font-size: 1.2rem; } .orico_Page_download .downloadMain .page-box { text-align: center;