a34f9c090b8509d778f4d64a9da14899.php 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?php if (!defined('THINK_PATH')) exit();?><!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  5. <meta charset="utf-8">
  6. <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
  7. <meta content="yes" name="apple-mobile-web-app-capable">
  8. <meta content="black" name="apple-mobile-web-app-status-bar-style">
  9. <meta content="telephone=no" name="format-detection">
  10. <title>巡检菜单</title>
  11. </head>
  12. <link rel="stylesheet" type="text/css" href="/jdxf/Public/wxapp/css/style.css">
  13. <script src="/jdxf/Public/wxapp/js/jquery-1.11.3.min.js"></script>
  14. <body>
  15. <!--头部-->
  16. <div class="header"><a class="comblack" href="/jdxf/wxapp2.php/Home/index/index<?php echo ($tokenurl); ?>/companyid/<?php echo ($companyid); ?>"></a> 巡检菜单</div>
  17. <!--内容-->
  18. <div class="content">
  19. <div class="content-bottom" id="content-data" >
  20. <ul>
  21. <li class="content-bottom-li">
  22. <a href="/jdxf/wxapp2.php/Home/Inspection/index<?php echo ($tokenurl); ?>/companyid/{companyid}">
  23. <p class="span-ffist">巡检计划</p>
  24. <span class="to-right"></span>
  25. <!--<span></span>-->
  26. </a>
  27. </li>
  28. <li class="content-bottom-li">
  29. <a href="/jdxf/wxapp2.php/Home/Inspection/inspection_record<?php echo ($tokenurl); ?>/companyid/<?php echo ($companyid); ?>">
  30. <p class="span-ffist">巡检记录</p>
  31. <span class="to-right"></span>
  32. <!--<span></span>-->
  33. </a>
  34. </li>
  35. </ul>
  36. </div>
  37. </div>
  38. <!--底部-->
  39. <div class="footer"></div>
  40. </body>
  41. <style type="text/css">
  42. .title-label { width: 20%; color: #000000;
  43. line-height: 55px; font-size: 16px; display: inline-block; text-align: center;
  44. float: left; cursor: pointer; border-bottom: 4px solid #DCDCDC;}
  45. .select-color { border-bottom: 4px solid #C91E30;}
  46. .fire-content { box-sizing: border-box; padding: 25px;}
  47. .content-bottom-li{ clear: both; text-align: left; font-size: 16px; line-height: 26px; border-bottom: 1px solid #DCDCDC;}
  48. .content-bottom-li a:first-child{ padding-left: 10%; padding-top: 20px; padding-bottom: 20px; display: block; }
  49. .content-bottom ul li span{ font-size: 14px; color:#646464; display: block; float: right; }
  50. .next-list{ color:#DBDBDB; margin-right: 5%; clear: both; }
  51. .span-ffist{ font-size: 16px; clear: both; display: inline-block; width: 78%;}
  52. </style>
  53. </html>