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; }