| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182 |
- <!DOCTYPE html>
- <html>
- <head lang="en">
- <meta charset="UTF-8">
- <title></title>
- <script src="Script/Common/huayi.load.js"></script>
- <script src="Script/Common/huayi.config.js"></script>
- <link rel="stylesheet" href="css/bootstrap.min.css" />
- <link rel="stylesheet" href="css/index.css" />
- <style>
- .tousujb{
- width: 1300px;
- margin: 0 auto;
- }
- .table1 thead tr td {
- background: #16385e;
- color: #aba5a5;
- /*text-align: center;*/
- }
- .table1{
- margin-bottom: 0;
- margin-top: 20px;
- }
-
- .table1 tbody tr td {
- border: 1px solid #151924;
- color: #aba5a5;
- padding: 7px!important;
- /*text-align: center;*/
- }
-
- .tool_count {
- cursor: pointer;
- }
- .part4_list{
- border: 1px solid #151924;
- border-top: 0;
- float: left;
- width: 50%;
- height: 400px;
- overflow-y: scroll;
- overflow-x: hidden;
- }
- .part4_list li{
- float: left;
- width: 32%;
- text-align: center;
- color: #ccc;
- cursor: pointer;
- border-top: 1px solid #151924;
- }
- .depName{
- width: 100px;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- text-align: center;
- margin: 0 auto;
- }
- .tsjb-bot .tsjb-trr{
- float: left;
- width: 40%;
- }
- .tsjb-bot .tsjb-bl {
- padding-bottom: 20px;
- width: 58%;
- margin-left: 1%;
- }
- .tooltips {
- right: -5%;
- }
- </style>
- </head>
- <body>
- <div class="navcon ">
- <div class="navbox clearfix">
- <p><img src="img/sqLogo.png" class="logo" alt="" />虞城12345数据展示</p>
- <ul class="navl clearfix">
- <li>
- <a href="index.html">来源渠道情况</a>
- </li>
- <li>
- <a href="jieDanBuMen.html">接单部门情况</a>
- </li>
- <li>
- <a class="active" href="touSuJuBao.html">投诉举报情况</a>
- </li>
- <li>
- <a href="huaWuLiang.html">话务数量情况</a>
- </li>
- <li>
- <a href="zhongXinDaShuJu.html">中心大数据</a>
- </li>
- <!--<li><a href="fuWuZhiShi.html">服务知识</a></li>-->
- </ul>
- </div>
- </div>
- <div class="tousujb">
- <div class="tsjb-top clearfix">
- <div class="tsjb-tl">
- <div class="biao-title">
- <div class="biao-title-l">
- 投诉/举报汇总
- </div>
- <div class="biao-title-r">
- <input type="text" id="time1" />至<input type="text" id="time2" />
- <button class="btns part1Btn">搜索</button>
- </div>
- </div>
- <div id="quantity" style="width: 100%;height: 400px;"></div>
- </div>
- <div class="tsjb-tr">
- <div class="biao-title">
- <div class="biao-title-l">
- 举报单位统计
- </div>
-
- </div>
- <div id="tsdwgr" style="width: 100%;height: 400px;"></div>
- </div>
- </div>
- <div class="tsjb-bot clearfix">
- <!--原来左下角-->
- <div class="tsjb-trr">
- <div class="biao-title">
- <div class="biao-title-l">
- 投诉关键字统计
- </div>
- <div class="biao-title-r">
- <input type="text" id="time3" />至<input type="text" id="time4" />
- <button class="btns part3Btn">搜索</button>
- </div>
- </div>
- <table class="table1 table">
- <thead>
- <tr>
- <td>排名</td>
- <td>关键字</td>
- <td>投诉量</td>
- </tr>
- </thead>
- <tbody>
- </tbody>
- </table>
- </div>
-
- <div class="tsjb-bl">
- <div class="biao-title">
- <div class="biao-title-l">
- 承办单位统计
- </div>
- <div class="biao-title-r">
- <input type="text" id="time5" />至<input type="text" id="time6" />
- <button class="btns part4Btn">搜索</button>
- </div>
- </div>
- <div class="clearfix">
- <div id="tsdw_dw" style="width: 49%;height: 400px;float: left;"></div>
- <ul class="part4_list clearfix"></ul>
-
- </div>
-
- </div>
- </div>
- </div>
- </body>
- <script src="js/jquery.min.js"></script>
- <script src="js/echarts.min.js"></script>
- <script src="js/highcharts.js"></script>
- <script src="js/gray.js"></script>
- <script src="js/radialIndicator.js"></script>
- <script src="js/coment.js"></script>
- <script src="js/tousujubao.js"></script>
- </html>
|