Ei kuvausta
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

style_5.htm 742B

12345678910111213141516171819202122
  1. <?php
  2. $name = "detail-s-5";
  3. ?>
  4. <link rel="stylesheet" href="/template/pc/components/detail/style_5.css" media="all">
  5. <!--定义div盒子-->
  6. <div class="<?php echo $name; ?>-content">
  7. <div class="box">
  8. <!--定义内容布局--->
  9. <div class="row">
  10. <!--定义内部栅格 上下左右 使用浮动-->
  11. <div class="top">
  12. <!--定义内容标签 p span a li img--->
  13. <!--<img src="https://www.wetools.com/imgplaceholder/201x275" />-->
  14. <img src="{$eyou.field.litpic}" />
  15. </div>
  16. <div class="bottom" style="overflow: hidden;">
  17. <a href="">{$eyou.field.title}</a>
  18. </div>
  19. </div>
  20. </div>
  21. </div>