1234567891011121314151617181920212223242526272829 |
-
- <?php
- $name = "list-s-5";
- ?>
- <link rel="stylesheet" href="/template/pc/components/list/style_5.css" media="all">
-
- <div class="<?php echo $name; ?>-content">
- <div class="box">
-
- <div class="row">
-
- <div class="top">
-
- <span></span>
- {eyou:include file='/template/pc/components/list/sub/title5.htm' /}
- </div>
- <div class="center">
-
- {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>
|