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.
12 lines
468 B
12 lines
468 B
<div class="policieslist lastedlist">
|
|
{volist name="lists" id="vo"}
|
|
<div class="policiescon modeub modeac">
|
|
<div class="logobackimg liastedimg " style="width: 25%;" onclick="xq('{$vo.c_id}')">
|
|
<img src="{$vo.c_logo}" style="max-height: 130px;">
|
|
</div>
|
|
<div class="modef1 policiescontitle">{$vo.c_name}</div>
|
|
<div class="textml policiescontime xiangxi">详细 》</div>
|
|
</div>
|
|
{/volist}
|
|
</div>
|
|
<div class="col-xs-12 text-center list-page">{$page}</div>
|