computerbase.html 1.6 KB

12345678910111213141516171819202122232425262728293031323334
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no">
  6. <meta name="format-detection" content="telephone=no">
  7. <meta http-equiv="Cache-Control" content="no-cache,no-store,must-revalidate"/>
  8. <meta http-equiv="Pragma" content="no-cache"/>
  9. <meta http-equiv="Expires" content="0"/>
  10. <link rel="stylesheet" href="__PUBLIC__/pinduoduo/assets/css/boot_5137f3beb9416650456feb2db54cba04.css">
  11. <link rel="stylesheet" href="__PUBLIC__/pinduoduo/assets/css/index_v2_adb7c43cfdaf91053a705a8afdeacb5e.css">
  12. <script src="__PUBLIC__/pinduoduo/js/jquery-1.10.1.min.js"></script>
  13. <title>{$title|default=''}<?php echo C('SITE_TITLE'); ?></title>
  14. </head>
  15. <body>
  16. <div id="head">
  17. <div class="pdd-head-wrapper" id="pdd-head-nav" style="visibility: visible;">
  18. <div class="pdd-head">
  19. <img class="ph-logo" alt="logo" src="<?php echo resize($site_logo, 180, 61); ?>" width='180' height='61'>
  20. <ul class="ph-tab">
  21. <li>
  22. <span class="ph-tab-item <?php if( empty($cur_action) ){ ?>red-color-font<?php } ?>" onclick="location.href='{:U('Index/index')}'">首页</span>
  23. <span class="ph-tab-item" onclick="location.href='{:U('Zhaoshang/index')}'">商家入驻</span>
  24. <span class="ph-tab-item" onclick="location.href='seller.php'">商户后台</span>
  25. <span class="ph-tab-item <?php if($cur_action =='news'){ ?> red-color-font<?php } ?>" onclick="location.href='{:U('Index/news')}'">关于我们</span>
  26. </li>
  27. </ul>
  28. </div>
  29. </div>
  30. </div>
  31. <block name="content"></block>