From 456b2ede8acd68131dbd5e61b5d448f40d742d80 Mon Sep 17 00:00:00 2001 From: jsasg <735273025@qq.com> Date: Fri, 17 Apr 2026 10:31:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=93=81=E5=88=97=E8=A1=A8=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E9=97=B4=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/index/view/pc/public/header.html | 2 +- public/static/index/pc/css/header.css | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/index/view/pc/public/header.html b/app/index/view/pc/public/header.html index e2cec73b..20a50d43 100644 --- a/app/index/view/pc/public/header.html +++ b/app/index/view/pc/public/header.html @@ -14,7 +14,7 @@
{:lang_i18n('产品列表')}
-
+
{volist name="header_categorys" id="vo" key="idx"} {$vo.name} diff --git a/public/static/index/pc/css/header.css b/public/static/index/pc/css/header.css index d6529b57..0dfdce2c 100644 --- a/public/static/index/pc/css/header.css +++ b/public/static/index/pc/css/header.css @@ -399,13 +399,13 @@ a { justify-content: space-between; flex: 1; min-width: 0; - + font-size: 16px; } .header-product-card { - text-align: center; + text-align: center; width: calc(50% - 0.75em); max-width: 22.625em; flex-shrink: 1; @@ -430,11 +430,11 @@ a { } .header-product-card:nth-child(1) { - margin-right: 1.5em; + /* margin-right: 1.5em; */ } .header-product-card:nth-child(3) { - margin-right: 1.5em; + /* margin-right: 1.5em; */ margin-top: 1.5em; }