No Description
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.

zc.htm 540B

1234567891011121314
  1. <div class="col-xs-12 col-sm-4 col-md-4">
  2. <div class="item">
  3. <a class="link" target="_self" href="javascript:;" >
  4. <i class="autoleft fa fa-angle-right" title=""></i>
  5. </a>
  6. <a class="a" href="{$a_url}" title="{$field.title}" >
  7. <img src="https://www.zc10000.com/public/static/common/images/ico/{$field.ext}.png" alt="{$field.title}" title="{$field.title}">
  8. <h3>{$field.title}</h3>
  9. <p>{$field.seo_description|msubstr=###,0,35,true}</p>
  10. </a>
  11. </div>
  12. </div>