1234567891011121314151617181920212223242526272829 |
-
- <?php
- $name = "list-s-5";
- ?>
- <link rel="stylesheet" href="/template/pc/components/list/style_5.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:include file='/template/pc/components/list/sub/title5.htm' /}
- </div>
- <div class="center">
- <!--定义内容标签 p span a li img--->
- {eyou:include file='/template/pc/components/list/sub/center5.htm' /}
- </div>
- <div class="bottom">
- <div class="bottom-row">
- {eyou:include file='/template/pc/components/list/sub/bottom5.htm' /}
- </div>
- </div>
- </div>
- <div class="clear"></div>
- </div>
- </div>
|