⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 auction.lbi

📁 ECSHOP module for themes
💻 LBI
字号:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!-- {if $auction_list} -->
<div class="title-03">
              <div class="title">拍卖商品</div>
              <div class="more"><a href="../auction.php">more...</a></div>
  <div class="box">
    <ul class="product-list">
    <!-- {foreach from=$auction_list item=auction} -->
    <li>
      <p class="photo"><a href="{$auction.url}"><img src="{$auction.thumb}" alt="{$auction.goods_name|escape:html}" /></a></p>
      <p class="info" align="center">
      <span class="name"><a href="{$auction.url}" title="{$auction.goods_name|escape:html}">{$auction.short_style_name|escape:html}</a></span>
      <span class="price">
        <span class="goodsPrice">{$auction.formated_start_price}</span>
      </span>
      </p>
    </li>
    <!-- {/foreach} -->
    </ul>
  </div>
</div>
<!-- {/if} -->

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -