device_manger.html.z2.bak 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <!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="__PUBLIC__/wxapp/css/style.css">
  13. <link rel="stylesheet" href="__PUBLIC__/html/bootstrap-3.3.7/css/bootstrap.min.css">
  14. <script src="__PUBLIC__/wxapp/js/jquery-1.11.3.min.js"></script>
  15. <body>
  16. <!--头部-->
  17. <div class="header"><a class="comblack" href="__MODULE__/index/index{$tokenurl}/companyid/{$companyid}"></a> 设备报修</div>
  18. <!--内容-->
  19. <div class="content">
  20. <div class="content-bottom" id="content-data" >
  21. <ul>
  22. <li class="content-bottom-li">
  23. <a style="display:inline;">本页共 <b style="color:red;"> {$zsl}</b> 个,未审核<b style="color:red;"> {$wshsl}</b> 个,未通过<b style="color:red;"> {$shwtgsl}</b> 个,已完成<b style="color:red;"> {$ywcsl}</b> 个,超时完成<b style="color:red;"> {$cswcsl}</b> 个<a/>
  24. </li>
  25. <volist name="ResData" id="vo" >
  26. <li class="content-bottom-li">
  27. <a style="text-decoration:none;padding-bottom:10px;" href="__MODULE__/Maintinfo/bd/id/{$vo.id}">
  28. <p class="span-ffist" style="width:100%;"> {$vo.wx_name}
  29. <span style="color: #49D013;margin-right:25px;">{$vo.cl_type_anme}</span>
  30. </p>
  31. <p>类型:{$vo.sj_type_name}<button style="border:none;;margin-right:30px;float:right;"><img width=30 height=30 src="__PUBLIC__/wxapp/images/baoxiu.png"/></button></p>
  32. </a>
  33. </li>
  34. </volist>
  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: 5%; padding-top: 5px; 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>