| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
- <!--优先使用 IE 最新版本和 Chrome-->
- <meta name="renderer" content="webkit" />
- <script src="Script/Common/huayi.load.js"></script>
- <script src="Script/Common/huayi.config.js"></script>
- <link rel="stylesheet" href="css/index.css" />
- <title>话务量详情页</title>
- <style>
- #time1{
- width: 199px;
- }
- .phone_bottom >div:last-child{
- width: 40%;
- margin-left: 1%;
- background: url(img/jd_bg3.png) no-repeat center;
- background-size: 100% 100%;
- }
- .phone_bottom >div:first-child{
- background: url(img/jd_bg2.png) no-repeat center;
- background-size: 100% 100%;
- width: 59%;
- }
- </style>
- </head>
- <body>
- <!--导航栏开始-->
- <div id="nav" class="clearfix">
-
- </div>
- <!--导航栏结束-->
- <div id="wrap" class="container">
- <div class="phone_top">
- <div class="legend_bar clearfix">
- <div class="title_word pull-left">
- <span class="col-line"></span> 坐席话务量
- </div>
- <div class="time_box pull-right form-inline">
- 日期<input type="text" id="time1" class="times" />
- </div>
- </div>
- <div id="sitProportion" style=" width: 100%;height: 400px;"></div>
- </div>
- <!--<div class="row">-->
- <div class="phone_bottom clearfix">
- <div class="bottom_left pull-left">
- <div class="legend_bar clearfix">
- <div class="title_word pull-left">
- <span class="col-line"></span> 话务量实时统计数据
- </div>
-
- </div>
- <!--话务量实时统计-->
- <div id="phoneTimeCount" style="width: 100%;height: 390px;"></div>
- </div>
- <div class="bottom_right pull-left">
- <div class="legend_bar clearfix">
- <div class="title_word pull-left">
- <span class="col-line"></span> 今日话务量数据
- </div>
-
- </div>
- <!--今日话务量数据-->
- <div id="todyPhoneCount" style="width: 100%;height: 390px;"></div>
- </div>
- </div>
- <!--</div>-->
- </div>
- <script src="js/TelephoneDetails.js"></script>
- <script src="js/setItervalTime.js"></script>
- </body>
- </html>
|