You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
956 B
21 lines
956 B
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
|
<!--{if $ad_child}-->
|
|
<div class="shop-group">
|
|
<ul>
|
|
<!--{foreach from=$ad_child item=ad name=noad}-->
|
|
<li>
|
|
<a href="{$ad.ad_link}" target="_blank"><img src="themes/<?php echo $GLOBALS['_CFG']['template']; ?>/images/loadGoods3.gif" style=" max-height:{$ad.ad_height}px; max-width:{$ad.ad_width}px;" class="lazy" data-original="{$ad.ad_code}"/></a>
|
|
<div class="group-ctr">
|
|
<div class="time" data-time="{$ad.end_time}">
|
|
<span class="days">00</span>天<span class="hours">00</span>时<span class="minutes">00</span>分<span class="seconds">00</span>秒
|
|
</div>
|
|
</div>
|
|
</li>
|
|
<!--{/foreach}-->
|
|
</ul>
|
|
<a href="javascript:void(0);" class="prev"></a>
|
|
<a href="javascript:void(0);" class="next"></a>
|
|
<i class="picon"></i>
|
|
</div>
|
|
<!--{/if}-->
|