why.xingtongworld.com项目
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.
 
 
 
 
 

19 lines
810 B

{layout name="public/layout" /}
<div class="brands" style="margin-top:5%;">
<div class="item">
{volist name="brands" id="vo"}
{if condition="$key neq 0 and $key%2 eq 0"}</div><div class="item">{/if}
<div class="brand media {$key}" {if condition="$vo['n_content']"} onclick="window.location.href='{:url('brand',['cid'=>$vo['n_id'],'kind'=>$key+1])}'" style="cursor:pointer;" {/if}>
<div class="media-left">
<a href="#">
<img class="img-circle" src="{$yf_theme_path}/public/img/bicon.png" width="100%">
</a>
</div>
<div class="media-body">
<h4 class="media-heading">{$vo.n_title}</h4>
<p>{$vo.n_desc}</p>
</div>
</div>
{/volist}
</div>
</div>