123456789101112131415161718192021222324252627282930313233343536373839404142 |
-
- <?php
- $name = "list-s-8";
- ?>
- <link rel="stylesheet" href="/template/mobile/components/list/style_8.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>
- {eyou:type typeid='127' empty='暂时没有数据'}
- <a href="{:get_tid_url_2($field['typeurl'])}">职称论文模板参考</a>
- <font class="more"><a href="{:get_tid_url_2($field['typeurl'])}"style="font-family: 'HarmonyOS Sans SC' !important;">更多</a> <img src="https://oss.zc10000.com/static/images/037.svg" /></font>
- {/eyou:type}
- </div>
- <div class="center">
- <!--定义内容标签 p span a li img--->
- <?php for($i=1;$i<=11;$i++){ ?>
-
- <?php } ?>
-
- {eyou:artlist stypeid='0' typeid='127,128' limit='0,10' titlelen='30' orderby='update_time desc'}
- <li class="font-563-active-{$i}">
- <img src="https://www.wetools.com/imgplaceholder/14x12" />
- <a href="{:get_tid_url_2($field['arcurl'],$field['typeid'],$field['stypeid'])}">{$field.title}</a>
- {eyou:empty name='$field.seo_description' /}
- <p style="height:1px;"></p>
- {eyou:else /}
- <p>{$field.seo_description|msubstr=###,0,75,true}</p>
- {/eyou:empty}
- </li>
- {/eyou:artlist}
- </div>
-
- </div>
- <div class="clear"></div>
- </div>
- </div>
|