fix: pc index.html

This commit is contained in:
2025-05-24 09:51:29 +08:00
parent 99ba8449c8
commit 3d28b10f89

View File

@@ -29,7 +29,7 @@
<div class="catMain"> <div class="catMain">
{volist name="product_categorys" id="cate"} {volist name="product_categorys" id="cate"}
<a class="catit" href="{$cate.link}"> <a class="catit" href="{$cate.link}">
<img src="{$cate.image}" src="catIcoImg" /> <img src="{$cate.image}" class="catIcoImg" />
<span class="catName" {notempty name="cate.title_txt_color" }style="color:{$cate.title_txt_color};" <span class="catName" {notempty name="cate.title_txt_color" }style="color:{$cate.title_txt_color};"
{/notempty}>{$cate.title}</span> {/notempty}>{$cate.title}</span>
</a> </a>