<?php $name = "list-s-1"; ?> <link rel="stylesheet" href="/template/pc/components/list/style_1.css" media="all"> <!--定义div盒子--> <div class="<?php echo $name; ?>-content"> <div class="box"> <!--定义内容布局---> <div class="row"> <!--定义内部栅格 上下中左右 使用浮动--> <div class="top"> <!--定义内容标签 p span a li img---> <!--<span></span>--> {eyou:type typeid='$route_param.tid' empty='暂时没有数据'} <a href="{:get_tid_url_2($field['typeurl'])}"> {eyou:if condition='($route_param.tid != 38)'} {$field.typename} {eyou:else /} 职称工种 {/eyou:if} </a> {/eyou:type} </div> <div class="center"> <!--定义内容标签 p span a li img---> <!--list 标签只能使用一次 会导致程序变量错乱--> {eyou:include file='/template/pc/components/list/style1/list.htm' /} </div> <div class="bottom"> <div class="bottom-row" style="width:95%;"> <!--定义内容标签 p span a li img---> {eyou:include file='/template/pc/components/list/style1/page.htm' /} </div> </div> </div> <div class="clear"></div> </div> </div>