1234567891011121314151617181920212223242526272829303132333435 |
-
- <?php
- $name = "list-s-3";
- ?>
-
-
- <link rel="stylesheet" href="/template/pc/components/list/style_3.css" media="all">
- <!--定义div盒子-->
- <div class="<?php echo $name; ?>-content">
- <div class="box">
- <!--定义内容布局--->
- <div class="row row{$con}">
- <!--定义内部栅格 上下中左右 使用浮动-->
- <div class="top">
- <!--定义内容标签 p span a li img--->
- <span></span>
- {eyou:include file='/template/pc/components/list/sub/title3.htm' /}
- </div>
- <div class="center">
- <!--定义内容标签 p span a li img--->
- {eyou:if condition='($route_param.tid != 38)'}
- {eyou:include file='/template/pc/components/list/sub/center3.htm' /}
- {eyou:else /}
- {eyou:include file='/template/pc/components/list/sub/data/tid_111.htm' /}
- {/eyou:if}
- </div>
- <div class="bottom">
- <div class="bottom-row">
- {eyou:include file='/template/pc/components/list/sub/bottom3.htm' /}
- </div>
- </div>
- </div>
- <div class="clear"></div>
- </div>
- </div>
|