<?php
    $name = "list-s-12";
?>
<link rel="stylesheet" href="/template/mobile/components/list/style_12.css?v=<?php echo rand(1,100000); ?>"   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>-->
                <div class="one">
                         {eyou:type typeid='$route_param.tid' empty='暂时没有数据'}
                    <a href="{:get_tid_url_2($field['typeurl'])}">{$field.typename}</a>
                    {/eyou:type}
                </div>
<!--                <div class="two">
                    <img src="https://oss.zc10000.com/static/images/033.svg" /> <font>2024-01-15</font>
                    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                    <img src="https://oss.zc10000.com/static/images/034.svg" /> <font>4,545</font>
                </div>-->
            </div>
            <div class="center">
                <!--定义内容标签 p span a li img--->
                {eyou:if condition='($page == "article_list" && $route_param.tid == "115")'}
                    <!--包含区域-->
                    {eyou:include file='/template/mobile/components/list/page/mod_2.htm' /}
                {eyou:else /}
                    <!--包含区域-->
                    {eyou:include file='/template/mobile/components/list/page/mod.htm' /}
                {/eyou:if}
            </div>
            <div class="bottom bottom-row">
                {eyou:include file='/template/mobile/components/list/page/mod_page.htm' /}
            </div>
        </div>
    </div>
</div>