From cfe07c9df59cf66ca8f9eb9feacc9c2b07bc14f2 Mon Sep 17 00:00:00 2001 From: jsasg <735273025@qq.com> Date: Wed, 6 May 2026 11:48:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8D=A2=E8=83=8C=E6=99=AF=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/index/view/pc/topic_ssd/index.html | 2 +- public/static/index/pc/css/topic_ssd/index.css | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app/index/view/pc/topic_ssd/index.html b/app/index/view/pc/topic_ssd/index.html index fe1cb556..62177455 100644 --- a/app/index/view/pc/topic_ssd/index.html +++ b/app/index/view/pc/topic_ssd/index.html @@ -33,7 +33,7 @@ {/volist} -
+
{volist name="data.products" id="item"} diff --git a/public/static/index/pc/css/topic_ssd/index.css b/public/static/index/pc/css/topic_ssd/index.css index ff4e5b45..801370cd 100644 --- a/public/static/index/pc/css/topic_ssd/index.css +++ b/public/static/index/pc/css/topic_ssd/index.css @@ -5,7 +5,7 @@ html { body { /* width: 100vw; height: 100vh; */ - background: #000; + background: #fff; overflow-x: hidden; scroll-behavior: smooth !important; -webkit-overflow-scrolling: touch !important; @@ -43,7 +43,9 @@ img { .sc-mt20 { margin-top: 0.2rem; } - +.sc-mb-78 { + margin-top: 0.78rem; +} .sc-main-imgs { display: grid; grid-template-columns: 1fr 1fr;