fix: pc index.html

This commit is contained in:
2025-05-24 09:51:29 +08:00
parent 650fcde169
commit e97b677d96

View File

@@ -29,7 +29,7 @@
<div class="catMain">
{volist name="product_categorys" id="cate"}
<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};"
{/notempty}>{$cate.title}</span>
</a>