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;