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.

26 lines
1.6 KiB

7 years ago
  1. <!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
  2. <title><?php echo sysconfig('CMS_WEBNAME'); ?></title><meta name="keywords" content="{dede:field.keywords/}" /><meta name="description" content="{dede:field.description function='html2text(@me)'/}" /><link rel="stylesheet" href="<?php echo sysconfig('CMS_BASEHOST'); ?>/css/style.css"></head><body>
  3. @include('home.common.header')
  4. <style>
  5. .brandul{margin-right:-10px;}
  6. .brandul li{margin: 0 10px 10px 0;-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);-moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);box-shadow: 0 1px 0 rgba(0,0,0,.1);float: left;}
  7. .brandul li a{display: block;overflow: hidden;width: 100%;height: 100%;text-decoration: none;}
  8. .brandul li .brand-pic{width: 475px;height: 186px;}
  9. .brandul .brand-des{vertical-align: top;line-height: 26px;height: 26px;padding-left: 10px;border-left: 1px solid #F3F3F3;border-right: 1px solid #F3F3F3;color: #000;}
  10. .brandul .brand-des em{color:#e61414;}
  11. .brandul .brand-des .fl{margin-left:10px;}
  12. .brandul .brand-des .fr{margin-right:20px;}
  13. </style>
  14. <div class="box" style="margin-bottom:5px;margin-top:10px;">
  15. <ul class="brandul">
  16. <?php if($brand_list){foreach($brand_list as $k=>$v){ ?>
  17. <li>
  18. <a href="<?php echo route('home_goodslist',array('brand_id'=>$v['id'])); ?>" target="_blank">
  19. <img class="brand-pic" src="<?php echo $v['litpic']; ?>">
  20. <div class="brand-des"><span class="fl"></span>
  21. <span class="fr"><em><?php echo $v['click']; ?></em>件已付款 &nbsp; <em>仅剩1天</em></span></div></a>
  22. </li><?php }} ?>
  23. </ul></div>
  24. @include('home.common.footer')
  25. </body></html>