c2bada4b2aaa6b5770ec51a7e31fd0471092395b.svn-base 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <%@page language="java" pageEncoding="UTF-8"%>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>重要用户查询</title>
  7. <!--框架必需start-->
  8. <%@include file="../../../include.jsp" %>
  9. <!--框架必需end-->
  10. <script type="text/javascript" src="/nwyj/scripts/freamwork/com/sinosoft/system/right/userClickNum.js"></script>
  11. <script type="text/javascript" src="../../../../scripts/business/am/customer/customerZDGZYHHuiZong1.js"></script>
  12. <script type="text/javascript" src="/nwyj/page/cockpit/echarts-2.2.7/build/dist/echarts-all.js"></script>
  13. <style type="text/css">
  14. .l-grid-hd-cell{
  15. /* //height: 34px; */
  16. background-color: #5582b9;
  17. height: 40px;
  18. }
  19. .l-grid-hd-cell-text{
  20. font-weight:bold;
  21. color:white
  22. }
  23. </style>
  24. </head>
  25. <body style="background: white">
  26. <div class="box1" id="searchPanel">
  27. <div style="height: 50px;background: #F8F8F8;" align="center"><a href="javascript:;"></a><font style="font-weight: bold;font-size: 20px;line-height: 45px;" >重点关注用户信息汇总</font></div>
  28. <form id="queryForm" method="post">
  29. <table width="100%" >
  30. </table>
  31. </form>
  32. </div>
  33. <div class="padding_right5">
  34. <div id="maingrid"></div>
  35. </div>
  36. <!-- <div style="height:500px">
  37. <div class="basicTab" >
  38. <div name="柱状图" style="width:100%;height:100%;">
  39. <div id="main1" style="height:400px;"></div>
  40. </div>
  41. <div name="折线图" style="width:100%;height:100%;">
  42. <div id="main2" style="height:400px;"></div>
  43. </div>
  44. <div name="饼图" style="width:100%;height:100%;">
  45. <div id="main3" style="height:400px;"></div>
  46. </div>
  47. </div>
  48. </div> -->
  49. <br />
  50. <div style="height:500px">
  51. <div class="basicTab" >
  52. <div name="柱状图" style="width:100%;height:100%;">
  53. <div id="main1" style="height:400px;"></div>
  54. </div>
  55. <div name="折线图" style="width:100%;height:100%;">
  56. <div id="main2" style="height:400px;"></div>
  57. </div>
  58. <div name="饼图" style="width:100%;height:100%;">
  59. <div id="main3" style="height:400px;"></div>
  60. </div>
  61. </div>
  62. </div>
  63. </body>
  64. </html>