fix: pc index.html
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user