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.

48 lines
2.1 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{include file=comm/head.html}
{include file=comm/top.html}
<div class="container pages">
{include file=comm/position.html}
<div class="my-3">
<div class="row">
<div class="col-12 col-sm-2 col-md-2">案例分类:</div>
<div class="col-12 col-sm-10 col-md-10">
{pboot:selectall field=ext_an_li text=全部 class='mb-3 btn btn-light' active='mb-3 btn btn-info'}
{pboot:select field=ext_an_li}
<a href= "[select:link]" class="mb-3 btn {pboot:if('[select:value]'=='[select:current]')}btn-info{else}btn-light{/pboot:if}">[select:value]</a>
{/pboot:select}
</div>
</div>
<!--孙建行修改2022-07-19 原因:产品不应该是各种颜色-->
<!--<div class="row">-->
<!-- <div class="col-12 col-sm-2 col-md-1">颜色:</div>-->
<!-- <div class="col-12 col-sm-10 col-md-11">-->
<!-- {pboot:selectall field=ext_color text=全部 class='mb-3 btn btn-light' active='mb-3 btn btn-info'}-->
<!-- {pboot:select field=ext_color}-->
<!-- <a href= "[select:link]" class="mb-3 btn {pboot:if('[select:value]'=='[select:current]')}btn-info{else}btn-light{/pboot:if}">[select:value]</a> -->
<!-- {/pboot:select}-->
<!-- </div>-->
<!--</div>-->
</div>
<!-- 图文列表 -->
<div class="row">
{pboot:list num=8 order=sorting}
<div class="col-12 col-sm-6 col-lg-3 text-center">
<figure class="figure">
<div class="card-img-200">
<a href="[list:link]"><img src="[list:ico]" class="w-100" alt="[list:title]"></a>
</div>
<figcaption class="figure-caption text-center lh-2"><a href="[list:link]">[list:title lencn=15]</a></figcaption>
</figure>
</div>
{/pboot:list}
</div>
{include file=comm/page.html}
</div>
{include file=comm/foot.html}