2964666745c593eff41595ac92f07636fcb4e37d.svn-base 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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="../../../../scripts/business/am/customer/customerHuiZong.js"></script>
  11. <script type="text/javascript" src="/nwyj/page/cockpit/echarts-2.2.7/build/dist/echarts-all.js"></script>
  12. <style type="text/css">
  13. .l-grid-hd-cell{
  14. /* //height: 34px; */
  15. background-color: #5582b9;
  16. height: 40px;
  17. }
  18. .l-grid-hd-cell-text{
  19. font-weight:bold;
  20. color:white
  21. }
  22. </style>
  23. </head>
  24. <body>
  25. <div class="box1" id="searchPanel">
  26. <div style="height: 50px;background: #F8F8F8;" align="center"><a href="javascript:;"><img class="back" title="返回" onclick="goBack()" align="left" alt="返回" src="/nwyj/images/temp/back.png" /></a><font style="font-weight: bold;font-size: 20px;line-height: 45px;" >重要用户信息汇总</font></div>
  27. <form id="queryForm" method="post">
  28. <table width="100%" >
  29. </table>
  30. </form>
  31. </div>
  32. <div class="padding_right5">
  33. <div id="maingrid"></div>
  34. </div>
  35. <div style="height:500px">
  36. <div class="basicTab" >
  37. <div name="柱状图" style="width:100%;height:100%;">
  38. <div id="main1" style="height:400px;"></div>
  39. </div>
  40. <div name="折线图" style="width:100%;height:100%;">
  41. <div id="main2" style="height:400px;"></div>
  42. </div>
  43. <div name="饼图" style="width:100%;height:100%;">
  44. <div id="main3" style="height:400px;"></div>
  45. </div>
  46. </div>
  47. </div>
  48. </body>
  49. </html>