换背景色
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 4s

This commit is contained in:
2026-05-06 11:48:51 +08:00
parent 5eb49defe1
commit cfe07c9df5
2 changed files with 5 additions and 3 deletions

View File

@@ -33,7 +33,7 @@
<img src="{$item.image}" alt="" class="sc-main-img">
</a>
{/volist}
<div class="sc-main-imgs sc-mt20">
<div class="sc-main-imgs sc-mt20 sc-mb-78">
{volist name="data.products" id="item"}
<a href="{$item.link}" target="_blank" class="">
<img src="{$item.image}" alt="" class="sc-main-img1">

View File

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