中鑫之宝5.0前端

index.html 33KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta name="renderer" content="webkit|ie-comp|ie-stand" />
  7. <meta http-equiv="Cache-Control" content="no-siteapp" />
  8. <title>华谊科技呼叫中心管理系统</title>
  9. <script src="./Script/Common/huayi.load.js"></script>
  10. <script src="./Script/Common/huayi.config.js"></script>
  11. <link rel="shortcut icon" href="img/32.ico" />
  12. <link href="./css/wh.css" rel="stylesheet">
  13. <link href="./css/plugins/iCheck/custom.css" rel="stylesheet">
  14. <link rel="stylesheet" href="./css/call.css" />
  15. <link rel="stylesheet" href="./css/personal.css" />
  16. <link rel="stylesheet" href="./js/zTree/zTreeStyle.css" />
  17. <link href="./css/plugins/cropper/cropper.min.css" rel="stylesheet">
  18. <link href="./css/plugins/jasny/jasny-bootstrap.min.css" rel="stylesheet">
  19. <style>
  20. @font-face {
  21. font-family: 'iconfont';
  22. src: url('./fonts/iconfont.eot');
  23. /* IE9*/
  24. src: url('./fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  25. url('./fonts/iconfont.woff') format('woff'), /* chrome、firefox */
  26. url('./fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  27. url('./fonts/iconfont.svg#iconfont') format('svg');
  28. /* iOS 4.1- */
  29. }
  30. body {
  31. font-family: "微软雅黑";
  32. }
  33. ul li {
  34. list-style: none;
  35. overflow: hidden;
  36. }
  37. .iconfont {
  38. font-family: "iconfont";
  39. font-style: normal;
  40. color: #FFFFFF;
  41. }
  42. .fr {
  43. float: right;
  44. }
  45. .fl {
  46. float: left;
  47. }
  48. .size-12 {
  49. font-size: 12px;
  50. }
  51. .title-box {
  52. margin-top: 5px;
  53. }
  54. .title-box li {
  55. margin-left: 30px;
  56. }
  57. .title-box li:hover {
  58. cursor: pointer;
  59. }
  60. .HoverColor {
  61. color: #f8ac59;
  62. }
  63. .FailureColor {
  64. color: #f95f5e;
  65. }
  66. .navbar-header {
  67. width: 100%;
  68. background-color: #2f4050;
  69. padding-top: 10px;
  70. }
  71. .title-box li p {
  72. color: #FFFFFF;
  73. font-size: 14px;
  74. font-weight: bold;
  75. letter-spacing: 2px;
  76. margin-top: 5px;
  77. }
  78. .size-14 {
  79. font-size: 14px;
  80. color: #FFFFFF !important;
  81. }
  82. .img-circle {
  83. width: 58px;
  84. }
  85. .xian {
  86. border: 1px solid #FFFFFF;
  87. display: inline-block;
  88. width: 15%;
  89. margin: 5px;
  90. }
  91. .ss {
  92. margin-left: 20px;
  93. }
  94. .fe-3 {
  95. font-size: 3em;
  96. }
  97. .title-box p {
  98. text-align: center;
  99. }
  100. .closed {
  101. display: inline-block;
  102. /* margin-left: 5%;*/
  103. cursor: pointer;
  104. color: #FFFFFF;
  105. float: right;
  106. margin-right: 5%;
  107. }
  108. .closed div {
  109. overflow: hidden;
  110. }
  111. .closed ul {
  112. margin-bottom: 0px;
  113. }
  114. .closed li {
  115. float: left;
  116. margin-right: 20px;
  117. }
  118. .closed i {
  119. display: inline-block;
  120. background: url(./img/chilun.png) no-repeat;
  121. margin-right: 5px;
  122. width: 14px;
  123. height: 16px;
  124. vertical-align: middle;
  125. }
  126. .ga {
  127. background-position: 0 0 !important;
  128. }
  129. .sz {
  130. background-position: 0 -15px !important;
  131. }
  132. .tc {
  133. background-position: 0 -33px !important;
  134. }
  135. .zhuangtai {
  136. display: block;
  137. width: 30%;
  138. margin-left: 10px;
  139. font-size: 14px;
  140. font-weight: 800;
  141. }
  142. .wq {
  143. color: #f95f5e;
  144. }
  145. #top-search li:hover {
  146. color: #eaeaea;
  147. }
  148. .content-tabs1 ul {
  149. padding-left: 0;
  150. }
  151. .content-tabs1 li {
  152. list-style: none;
  153. float: left;
  154. height: 5px;
  155. }
  156. .top1 {
  157. background-color: #68adfe;
  158. }
  159. .top2 {
  160. background-color: #9897f0;
  161. }
  162. .top3 {
  163. background-color: #87eebf;
  164. }
  165. .top4 {
  166. background-color: #68b0fe;
  167. }
  168. .top5 {
  169. background-color: #f95a83;
  170. }
  171. .top6 {
  172. background-color: #eb76dd;
  173. }
  174. .top7 {
  175. background-color: #69cbd0;
  176. }
  177. .top8 {
  178. background-color: #69cbd0;
  179. }
  180. .top9 {
  181. background-color: #aaf58d;
  182. }
  183. .top10 {
  184. background-color: #f76a53;
  185. }
  186. .top11 {
  187. background-color: #eb76dd;
  188. }
  189. .top12 {
  190. background-color: #6c77da;
  191. }
  192. .top13 {
  193. background: -webkit-linear-gradient(left, #f073db, #65abfc);
  194. background: -moz-linear-gradient(left, #f073db, #65abfc);
  195. background: -o-linear-gradient(left, #f073db, #65abfc);
  196. background: -webkit-gradient(linear, 100% 0, 0 0, from(#65abfc), to(#f073db));
  197. background: linear-gradient(left, #f073db, #65abfc);
  198. /* Opera 11.1 - 12.0 */
  199. /* Firefox 3.6 - 15 */
  200. /* 标准的语法 */
  201. }
  202. .zts {
  203. height: 30px;
  204. margin-left: 2%;
  205. line-height: 30px;
  206. padding-top: 15px;
  207. }
  208. .zts li {
  209. height: 20px;
  210. line-height: 20px;
  211. font-weight: bold;
  212. letter-spacing: 2px;
  213. }
  214. .quan {
  215. width: 15px;
  216. height: 15px !important;
  217. border-radius: 50%;
  218. margin-right: 2%;
  219. margin-left: 5px;
  220. margin-top: 2px;
  221. }
  222. .lx {
  223. background: #6a6d69;
  224. }
  225. .br {
  226. background: red;
  227. }
  228. .bl {
  229. background: #7ab85b;
  230. }
  231. .LH {
  232. line-height: 35px;
  233. }
  234. .zts span {
  235. line-height: 20px;
  236. margin-right: 50px;
  237. font-size: 12px;
  238. }
  239. .photo {
  240. width: 40px;
  241. height: 40px;
  242. border-width: 2px;
  243. border-style: solid;
  244. border-radius: 50%;
  245. border-color: #ffb400 #fc3c04 #fdfc01 #00e3c0;
  246. margin-bottom: 1px;
  247. }
  248. .photo img {
  249. display: block;
  250. width: 100%;
  251. height: 100%;
  252. }
  253. .ls {
  254. /*margin-left: 20px;*/
  255. text-align: center;
  256. }
  257. .ls span {
  258. margin-right: 10px;
  259. }
  260. .min-right {
  261. margin-right: 10px;
  262. }
  263. .navbar-top-links i {
  264. width: 24px;
  265. height: 21px;
  266. display: block;
  267. background: url(./img/topIcon.png) no-repeat;
  268. background-position: center center;
  269. margin: 0 auto;
  270. }
  271. /*挂断*/
  272. .DropCall {
  273. background-position: 0px 0 !important;
  274. }
  275. /*外呼*/
  276. .MakeCall {
  277. background-position: 0px -20px !important;
  278. }
  279. /*置忙*/
  280. .SayBusy {
  281. background-position: 0px -42px !important;
  282. }
  283. /*置闲*/
  284. .SayFree {
  285. background-position: 0px -65px !important;
  286. }
  287. /*多方通话*/
  288. .Meeting {
  289. background-position: 0px -85px !important;
  290. }
  291. /*转移*/
  292. .Transfer {
  293. background-position: 0px -108px !important;
  294. }
  295. /*保持*/
  296. .Hold {
  297. background-position: 0px -131px !important;
  298. }
  299. /*接回*/
  300. .Retrieve {
  301. background-position: 0px -153px !important;
  302. }
  303. /*签入*/
  304. .Login {
  305. background-position: 0px -197px !important;
  306. }
  307. /*签出*/
  308. .Logout {
  309. background-position: 0px -175px !important;
  310. }
  311. .navbar-top-links .active {
  312. background-position-x: -23px !important;
  313. }
  314. .ldcr-bottom .detail-con ul li .active a {
  315. color: #f95a83 !important;
  316. }
  317. .ldcr-bottom .detail-con ul li .active em {
  318. color: #f95a83 !important;
  319. }
  320. .ldcr-bottom .detail-con ul li .active+.explancon {
  321. display: block !important;
  322. }
  323. .searchbtn {
  324. width: 2.5em;
  325. height: 24px;
  326. border-radius: 5px;
  327. position: absolute;
  328. background-color: #f8ac59;
  329. background-image: url(./img/searIcon.png);
  330. background-repeat: no-repeat;
  331. background-position: center center;
  332. cursor: pointer;
  333. }
  334. .max-box {
  335. height: 42px;
  336. width: 100%;
  337. }
  338. .laydate_body .laydate_bottom,
  339. .laydate_body .laydate_top {
  340. height: 31px !important;
  341. }
  342. .laydate_body .laydate_y .laydate_yms ul li {
  343. width: 59px !important;
  344. }
  345. .col-sm-1 {
  346. padding-right: 0;
  347. line-height: 22px;
  348. }
  349. ul.ztree {
  350. border: 1px solid #617775;
  351. background: #f0f6e4;
  352. overflow-y: scroll;
  353. overflow-x: auto;
  354. }
  355. .minBacha {
  356. position: absolute;
  357. top: 0;
  358. right: 80px;
  359. z-index: 10;
  360. overflow: hidden;
  361. }
  362. .minBacha>div {
  363. float: left;
  364. height: 35px;
  365. width: 35px;
  366. margin-left: 2px;
  367. }
  368. .minBacha>div a {
  369. display: block;
  370. height: 100%;
  371. width: 100%;
  372. text-align: center;
  373. background-position: center center;
  374. background-color: #2f4050;
  375. opacity: .5;
  376. }
  377. .minBacha>div a:hover {
  378. opacity: 1;
  379. }
  380. .minClosed>a {
  381. background: url("./img/min.png") no-repeat;
  382. }
  383. .Bacha>a {
  384. background: url("./img/gb.png") no-repeat;
  385. }
  386. .lblcount {
  387. position: absolute;
  388. right: 5px;
  389. top: 7px;
  390. }
  391. .first {
  392. z-index: 1000;
  393. }
  394. .khzl {
  395. font-size: 12px;
  396. border: 0;
  397. margin: 35px auto;
  398. color: #fff;
  399. }
  400. .khzl tr {
  401. border: 0;
  402. }
  403. .khzl th {
  404. padding: 5px 8px 5px 0;
  405. text-align: right;
  406. width: 40%;
  407. font-weight: normal;
  408. border: 0;
  409. }
  410. .khzl tbody>tr>td,
  411. .khzl tbody>tr>th {
  412. border: 0;
  413. }
  414. .khzl tbody>tr>td input {
  415. border: 0;
  416. outline: none;
  417. background: #243747;
  418. padding-left: 5px;
  419. width: 100%;
  420. }
  421. .khbtn {
  422. /*background: #97a0a8;*/
  423. color: #1ab394;
  424. font-size: 14px;
  425. vertical-align: middle;
  426. }
  427. .hei-list {
  428. width: 400px;
  429. margin: 0 auto;
  430. }
  431. .heiTop {
  432. height: 35px;
  433. background: #1ab394;
  434. color: #fff;
  435. line-height: 35px;
  436. padding: 0 15px;
  437. border-top-left-radius: 3px;
  438. border-top-right-radius: 3px;
  439. }
  440. .heiTop .htl {
  441. float: left;
  442. margin: 0;
  443. }
  444. .heiTop .bacha {
  445. float: right;
  446. font-size: 18px;
  447. cursor: pointer;
  448. margin: 0;
  449. }
  450. .heiCon {
  451. width: 100%;
  452. background: #fff;
  453. text-align: center;
  454. padding: 25px 15px;
  455. height: auto;
  456. overflow-y: auto;
  457. border: 1px solid #eee;
  458. }
  459. #time-word {
  460. border: 1px solid #1ab394;
  461. padding: 5px 0 5px 10px;
  462. width: 120px;
  463. outline: none;
  464. color: #000;
  465. }
  466. .chooses {
  467. margin-top: 10px;
  468. }
  469. .btns {
  470. background: #1ab394;
  471. color: #fff;
  472. padding: 3px 10px;
  473. outline: none;
  474. font-size: 12px;
  475. margin-left: 15px;
  476. border: 0;
  477. border-radius: 3px;
  478. box-sizing: border-box;
  479. }
  480. .bianji {
  481. display: inline-block;
  482. height: 16px;
  483. width: 16px;
  484. vertical-align: middle;
  485. margin-right: 5px;
  486. }
  487. .bianji.edi {
  488. background: url(img/xgai.png) no-repeat;
  489. }
  490. .bianji.sav {
  491. background: url(img/bbc.png) no-repeat;
  492. }
  493. .bianji.canc {
  494. background: url(img/quxi.png) no-repeat;
  495. }
  496. .t-shade {
  497. position: fixed;
  498. top: 0;
  499. left: 0;
  500. width: 100%;
  501. height: 100%;
  502. background: rgba(0, 0, 0, 0.48);
  503. z-index: 10004;
  504. display: none;
  505. }
  506. .shade_k {
  507. z-index: 10005;
  508. width: 40%;
  509. margin: 10% auto;
  510. background-color: #fff;
  511. box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
  512. border-radius: 5px;
  513. }
  514. .shade_title {
  515. padding: 0 80px 0 20px;
  516. height: 42px;
  517. line-height: 42px;
  518. border-bottom: 1px solid #eee;
  519. font-size: 16px;
  520. color: #FFFFFF;
  521. overflow: hidden;
  522. background-color: rgb(26, 179, 148);
  523. border-radius: 2px 2px 0 0;
  524. position: relative;
  525. }
  526. .setwin {
  527. position: absolute;
  528. right: 15px;
  529. top: 5px;
  530. font-size: 20px;
  531. line-height: initial;
  532. }
  533. .setwin a {
  534. font-size: 20px;
  535. color: #fff;
  536. }
  537. .shade_content {
  538. overflow-y: auto;
  539. position: relative;
  540. padding-bottom: 50px;
  541. padding: 10px;
  542. }
  543. .wh_btn {
  544. width: 80%;
  545. text-align: center;
  546. padding-top: 20px;
  547. margin: 0 auto;
  548. margin-bottom: 20px;
  549. }
  550. .wh_btn input {
  551. padding: 7px 20px;
  552. color: #FFF;
  553. border-radius: 5px;
  554. margin-right: 30px;
  555. border: 1px solid #999;
  556. border-color: rgb(26, 179, 148);
  557. }
  558. .sc_btn {
  559. color: rgb(255, 255, 255);
  560. font-size: 12px;
  561. margin-left: 15px;
  562. box-sizing: border-box;
  563. background: rgb(26, 179, 148);
  564. padding: 6px 10px;
  565. outline: none;
  566. border-width: 0px;
  567. border-style: initial;
  568. border-color: initial;
  569. border-image: initial;
  570. border-radius: 3px;
  571. }
  572. .sc_btn:hover {
  573. color: #fff !important;
  574. }
  575. .cx {
  576. display: block;
  577. }
  578. .phoneBZ{
  579. display: inline-block;
  580. height: 15px;
  581. width: 15px;
  582. position: absolute;
  583. right: 0px;
  584. bottom: -15px;
  585. background: url(img/phoneBZ.png) no-repeat;
  586. display: none;
  587. }
  588. </style>
  589. </head>
  590. <body class="fixed-sidebar full-height-layout gray-bg" style="overflow:hidden">
  591. <div id="wrapper">
  592. <!--左侧导航开始-->
  593. <nav class="navbar-default navbar-static-side" role="navigation">
  594. <div class="nav-close">
  595. <i class="fa fa-times-circle"></i>
  596. </div>
  597. <div class="sidebar-collapse">
  598. <ul class="nav" id="side-menu">
  599. <li class="nav-header">
  600. <div class="dropdown profile-element text-center">
  601. <span style="position: relative;">
  602. <img alt="image" class="img-circle yhtx" src="./img/zxPhone.png" onerror="this.src = './img/zxPhone.png'" />
  603. <input type="file" name="upFile" id="upFile" accept="image/jpeg,image/jpg,image/png" style="display: none;">
  604. <i class="phoneBZ"></i>
  605. </span>
  606. <a data-toggle="dropdown" class="dropdown-toggle" href="#">
  607. <span class="clear">
  608. <span class="block m-t-xs">
  609. <b class="xian"></b>
  610. <strong class="font-bold username">张三</strong>
  611. <span class="text-muted text-xs size-12 user_code" style="color: #fff;"></span>
  612. <b class="xian"></b>
  613. </span>
  614. <span class="text-muted text-xs block size-14 " >
  615. <span class="text-muted text-xs group" style="color: #fff;"></span> <span class="text-muted text-xs rolename" style="color: #fff;">超级管理员</span>
  616. </span>
  617. <span class="text-muted text-xs block Gnumbox" style="color: #fff;">
  618. <span class="text-muted text-xs" style="color: #fff;">分机号:</span> <span class="text-muted text-xs Gnum" style="color: #fff;"></span>
  619. </span>
  620. </span>
  621. </a>
  622. </div>
  623. <div class="logo-element">
  624. </div>
  625. </li>
  626. </ul>
  627. </div>
  628. </nav>
  629. <!--左侧导航结束-->
  630. <!--右侧部分开始-->
  631. <div id="page-wrapper" class="gray-bg dashbard-1">
  632. <div class="row border-bottom">
  633. <nav class="navbar navbar-static-top" role="navigation" style="margin-bottom: 0">
  634. <div class="navbar-header">
  635. <a class="navbar-minimalize minimalize-styl-2 btn btn-primary " href="#"><i class="fa fa-bars"></i> </a>
  636. <div class="nav navbar-top-links navbar-left">
  637. <ul class="title-box" id="top-search" style="padding-left: 0; display:none;">
  638. <li datafun="DropCall">
  639. <i class="iconfont fa-5x DropCall"></i>
  640. <p>挂断</p>
  641. </li>
  642. <li datafun="MakeCall">
  643. <i class="iconfont fa-5x MakeCall"></i>
  644. <p>外呼</p>
  645. </li>
  646. <li datafun="SayBusy">
  647. <i class="iconfont fa-5x SayBusy"></i>
  648. <p>置忙</p>
  649. </li>
  650. <li datafun="SayFree">
  651. <i class="iconfont fa-5x SayFree"></i>
  652. <p>置闲</p>
  653. </li>
  654. <li datafun="Meeting">
  655. <i class="iconfont fa-5x Meeting"></i>
  656. <p>多方通话</p>
  657. </li>
  658. <li datafun="Transfer">
  659. <i class="iconfont fa-5x Transfer"></i>
  660. <p>转移</p>
  661. </li>
  662. <li datafun="Hold">
  663. <i class="iconfont fa-5x Hold"></i>
  664. <p>保持</p>
  665. </li>
  666. <li datafun="Retrieve">
  667. <i class="iconfont fa-5x Retrieve"></i>
  668. <p>接回</p>
  669. </li>
  670. <li datafun="Login">
  671. <i class="iconfont fa-5x Login"></i>
  672. <p>签入</p>
  673. </li>
  674. <li datafun="Logout">
  675. <i class="iconfont fa-5x Logout"></i>
  676. <p>签出</p>
  677. </li>
  678. </ul>
  679. </div>
  680. <div class="nav closed">
  681. <!--左边-->
  682. <div class="text-center max-box">
  683. <ul class="fl maxOpen animated" style="display: none;">
  684. <li>
  685. <h3 class="size-12 ldname">未知</h3>
  686. <h3 class="size-12 ldtel" style="margin-bottom: 0;"></h3>
  687. </li>
  688. <li>
  689. <div class="photo">
  690. <img src="" alt="" />
  691. </div>
  692. </li>
  693. </ul>
  694. </div>
  695. <div class="ls">
  696. <span class="size-12 min-right" onclick="Jumps()">
  697. <i class="ga"></i>&nbsp;管理中心
  698. </span>
  699. <span class="size-12 shezhi">
  700. <i class="sz"></i>&nbsp;设置
  701. </span>
  702. <span class="size-12" onclick="logout()">
  703. <i class="tc"></i>退出
  704. </span>
  705. </div>
  706. </div>
  707. </div>
  708. </nav>
  709. </div>
  710. <div class="row content-tabs1">
  711. <ul>
  712. <li class="top1" style="width: 5%;"></li>
  713. <li class="top2" style="width: 8%;"></li>
  714. <li class="top3" style="width: 10%;"></li>
  715. <li class="top4" style="width: 13%;"></li>
  716. <li class="top5" style="width: 10%;"></li>
  717. <li class="top6" style="width: 5%;"></li>
  718. <li class="top7" style="width: 13%;"></li>
  719. <li class="top8" style="width: 10%;"></li>
  720. <li class="top9" style="width: 11.2%;"></li>
  721. <li class="top10" style="width: 6%;"></li>
  722. <li class="top11" style="width: 3%;"></li>
  723. <li class="top12" style="width: 5%;"></li>
  724. </ul>
  725. </div>
  726. <div class="row content-tabs">
  727. <button class="roll-nav roll-left J_tabLeft"><i class="fa fa-backward"></i>
  728. </button>
  729. <nav class="page-tabs J_menuTabs">
  730. <div class="page-tabs-content">
  731. <a href="javascript:;" class="active J_menuTab" data-id="index_v1.html">首页</a>
  732. </div>
  733. </nav>
  734. <button class="roll-nav roll-right J_tabRight"><i class="fa fa-forward"></i>
  735. </button>
  736. <!--<div class="btn-group roll-nav roll-right">
  737. <button class="dropdown J_tabClose" data-toggle="dropdown">关闭操作<span class="caret"></span>
  738. </button>
  739. <ul role="menu" class="dropdown-menu dropdown-menu-right">
  740. <li class="J_tabShowActive"><a>定位当前选项卡</a>
  741. </li>
  742. <li class="divider"></li>
  743. <li class="J_tabCloseAll"><a>关闭全部选项卡</a>
  744. </li>
  745. <li class="J_tabCloseOther"><a>关闭其他选项卡</a>
  746. </li>
  747. </ul>
  748. </div>-->
  749. <a href="login.html" class="roll-nav roll-right J_tabExit"><i class="fa fa fa-sign-out"></i> 退出</a>
  750. </div>
  751. <div class="row J_mainContent" id="content-main">
  752. <iframe class="J_iframe J_iframe0" name="iframe0" width="100%" height="100%" src="widgets.html" frameborder="0" data-id="index_v1.html" seamless></iframe>
  753. </div>
  754. <div class="row content-tabs1 LH">
  755. <ul>
  756. <li class="top13" style="width: 100%;"></li>
  757. </ul>
  758. <span class="fr">Copyright © 华谊科技 All Rights Reserved</span>
  759. <ul class="zts" style="display:none;">
  760. <li>话机状态: </li>
  761. <li class="quan fwzt lx br"> </li>
  762. <li>坐席状态: </li>
  763. <li class="quan zxzt lx br"></li>
  764. <li><span class="hwzt" style="color:red;"></span></li>
  765. </ul>
  766. </div>
  767. </div>
  768. </div>
  769. <!--==========================================================================================-->
  770. <!--来电弹屏开始-->
  771. <!--来电弹屏结束-->
  772. <!--外呼键盘-->
  773. <div class="WH animated fadeInDown hidens ">
  774. <!--top-->
  775. <div class="clearflow Color">
  776. <div class="WH-top">
  777. <span>外呼信息</span>
  778. <span class="closes"><a>X</a></span>
  779. </div>
  780. <div class="Cotent_box clearflow">
  781. <!--左边键盘-->
  782. <div class="KeyWord col-sm-4">
  783. <div class="WH_input clearflow">
  784. <div class="clearflow WH_Itop">
  785. <input id="Result" type="text" class="fl" value="" maxlength="18" autofocus="autofocus" />
  786. <input id="hidwhtype" type="hidden" value="" />
  787. <i class="img fl hidens"></i>
  788. </div>
  789. </div>
  790. <div class="Num_box clearflow">
  791. <ul class="Num_ul clearflow">
  792. <li>
  793. <div>
  794. <a>1</a>
  795. </div>
  796. </li>
  797. <li>
  798. <div>
  799. <a>2</a>
  800. </div>
  801. </li>
  802. <li>
  803. <div>
  804. <a>3</a>
  805. </div>
  806. </li>
  807. <li>
  808. <div>
  809. <a>4</a>
  810. </div>
  811. </li>
  812. <li>
  813. <div>
  814. <a>5</a>
  815. </div>
  816. </li>
  817. <li>
  818. <div>
  819. <a>6</a>
  820. </div>
  821. </li>
  822. <li>
  823. <div>
  824. <a>7</a>
  825. </div>
  826. </li>
  827. <li>
  828. <div>
  829. <a>8</a>
  830. </div>
  831. </li>
  832. <li>
  833. <div>
  834. <a>9</a>
  835. </div>
  836. </li>
  837. <li>
  838. <div>
  839. <a>*</a>
  840. </div>
  841. </li>
  842. <li>
  843. <div>
  844. <a>0</a>
  845. </div>
  846. </li>
  847. <li>
  848. <div>
  849. <a>#</a>
  850. </div>
  851. </li>
  852. <li class="Last_phone">
  853. <div>
  854. <a class="CallOut"></a>
  855. </div>
  856. </li>
  857. </ul>
  858. </div>
  859. </div>
  860. <!--右边图表-->
  861. <div class="col-sm-8 Rbg">
  862. <div class="bg bg_cotent">
  863. <ul class="bg_title clearflow">
  864. <li class="lactive" itemid="0">最近电话</li>
  865. <li itemid="1">公司电话</li>
  866. <li itemid="2">客户电话</li>
  867. </ul>
  868. <div class="bg_box phonediv">
  869. <div class="cx">
  870. <span class="blanks">
  871. 电话号码:
  872. <input type="text" id="lastphone" />
  873. </span>
  874. <span class="ty">搜索</span>
  875. <!--<span class="ty">重置</span>-->
  876. </div>
  877. <div class="phone_bg" style="width: 100%;padding: 10px;">
  878. <!--<table class="table table-bordered text-center">
  879. <thead>
  880. <tr>
  881. <td class="tbth">电话号码</td>
  882. <td class="tbth">呼叫状态</td>
  883. <td class="tbth">是否处理</td>
  884. <td class="tbth">坐席工号</td>
  885. <td class="tbth">坐席姓名</td>
  886. <td class="tbth">通话开始时间</td>
  887. <td class="tbth">通话结束时间</td>
  888. <td class="tbth">通话时长(s)</td>
  889. <td class="tbth">录音</td>
  890. </tr>
  891. </thead>
  892. <tbody class="phonelist"></tbody>
  893. </table>-->
  894. <table class="phonelist" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
  895. <thead>
  896. <tr>
  897. <th data-field="CallNumber" data-formatter="view">电话号码</th>
  898. <th data-field="CallState" data-formatter="GetCallState">呼叫状态</th>
  899. <!--<th data-field="IsDeal" data-formatter="GetDealState">是否处理</th>-->
  900. <th data-field="UserCode">坐席工号</th>
  901. <th data-field="UserName">坐席姓名</th>
  902. <th data-field="BeginTime">开始时间</th>
  903. <th data-field="TalkStartTime">通话开始时间</th>
  904. <th data-field="TalkEndTime">通话结束时间</th>
  905. <th data-field="TalkLongTime">通话时长(s)</th>
  906. <!--<th data-field="FilePath">录音</th>-->
  907. </tr>
  908. </thead>
  909. </table>
  910. </div>
  911. </div>
  912. <div class="bg_box phonediv " style="display:none;">
  913. <div class="cx">
  914. <span class="blanks">
  915. 电话号码:
  916. <input type="text" id="gsphone" />
  917. </span>
  918. <span class="blanks">
  919. 名称:
  920. <input type="text" id="gsname" />
  921. </span>
  922. <span class="ty">搜索</span>
  923. <!--<span class="ty">重置</span>-->
  924. </div>
  925. <div class="phone_bg" style="width: 100%;padding: 10px;">
  926. <!--<table class="table table-bordered text-center">
  927. <thead>
  928. <tr>
  929. <td class="tbth">坐席工号</td>
  930. <td class="tbth">坐席姓名</td>
  931. <td class="tbth">分机号</td>
  932. <td class="tbth">电话号码1</td>
  933. <td class="tbth">电话号码2</td>
  934. <td class="tbth">电话号码3</td>
  935. </tr>
  936. </thead>
  937. <tbody class="phonelist"></tbody>
  938. </table>-->
  939. <table class="phonelist" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
  940. <thead>
  941. <tr>
  942. <th data-field="F_UserCode">坐席工号</th>
  943. <th data-field="F_UserName">坐席姓名</th>
  944. <th data-field="F_WorkNumber" data-formatter="view">分机号</th>
  945. <th data-field="F_Telephone" data-formatter="view">电话号码1</th>
  946. <th data-field="F_Mobile" data-formatter="view">电话号码2</th>
  947. <th data-field="F_HomePhone" data-formatter="view">电话号码3</th>
  948. </tr>
  949. </thead>
  950. </table>
  951. </div>
  952. </div>
  953. <div class="bg_box phonediv" style="display:none;">
  954. <div class="cx">
  955. <span class="blanks">
  956. 电话号码:
  957. <input type="text" id="khphone" />
  958. </span>
  959. <span class="blanks">
  960. 名称:
  961. <input type="text" id="khname" />
  962. </span>
  963. <span class="ty">搜索</span>
  964. <!--<span class="ty">重置</span>-->
  965. </div>
  966. <div class="phone_bg" style="width: 100%;padding: 10px;">
  967. <!--<table class="table table-bordered text-center">
  968. <thead>
  969. <tr>
  970. <td class="tbth">名称</td>
  971. <td class="tbth">电话号码1</td>
  972. <td class="tbth">电话号码2</td>
  973. <td class="tbth">电话号码3</td>
  974. </tr>
  975. </thead>
  976. <tbody class="phonelist"></tbody>
  977. </table>-->
  978. <table class="phonelist" data-row-style="rowStyle" data-query-params="queryParams" data-pagination="true">
  979. <thead>
  980. <tr>
  981. <th data-field="F_CustomerName">名称</th>
  982. <th data-field="F_Telephone" data-formatter="view">电话号码1</th>
  983. <th data-field="F_Mobile" data-formatter="view">电话号码2</th>
  984. <th data-field="F_ChargeTelephone" data-formatter="view">电话号码3</th>
  985. </tr>
  986. </thead>
  987. </table>
  988. </div>
  989. </div>
  990. </div>
  991. </div>
  992. </div>
  993. </div>
  994. </div>
  995. <!--下载框-->
  996. <div class="t-shade">
  997. <div class="shade_k">
  998. <div class="shade_title">
  999. <span>录音播放与下载<srong class="cknum"></srong></span>
  1000. <span class="setwin"><a>x</a></span>
  1001. </div>
  1002. <div class="shade_content">
  1003. <div class="Ly_box audiojs">
  1004. </div>
  1005. </div>
  1006. </div>
  1007. </div>
  1008. <!--修改密码开始-->
  1009. <div class="personal" id="box">
  1010. <div class="ptop clearFix">
  1011. <p class="ptl">个人中心</p>
  1012. <p class="ptr" title="关闭">x</p>
  1013. </div>
  1014. <div class="perBox " style="height:500px;">
  1015. <ul class="perTab clearFix">
  1016. <li class="sel">个人资料</li>
  1017. <li>修改头像</li>
  1018. </ul>
  1019. <div class="perTab_con">
  1020. <div class="geRen" style="display: block;">
  1021. <div class="grt clearFix">
  1022. <p class="grtl">基本资料</p>
  1023. <p class="grtr">
  1024. <i class="grqx" title="取消编辑"></i>
  1025. <i class="grbj" title="编辑资料"></i>
  1026. </p>
  1027. </div>
  1028. <table class="table grzl">
  1029. <tr>
  1030. <th>我的工号:</th>
  1031. <td><input type="text" class="mgh" readonly="readonly" /></td>
  1032. </tr>
  1033. <tr>
  1034. <th>我的姓名:</th>
  1035. <td><input type="text" class="mn" readonly="readonly" /></td>
  1036. </tr>
  1037. <tr>
  1038. <th>分机号:</th>
  1039. <td><input type="text" class="fenji" readonly="readonly" /></td>
  1040. </tr>
  1041. <!--<tr>
  1042. <th>外线号码:</th>
  1043. <td><input type="text" class="wxno" readonly="readonly" /></td>
  1044. </tr>-->
  1045. <tr>
  1046. <th>原密码:</th>
  1047. <td><input type="password" class="spwd zhidu" /></td>
  1048. </tr>
  1049. <tr>
  1050. <th>新密码:</th>
  1051. <td><input type="password" class="npwd zhidu" /></td>
  1052. </tr>
  1053. <tr>
  1054. <th>确认密码:</th>
  1055. <td><input type="password" class="epwd zhidu" /><span class="wrong">*密码不一致</span></td>
  1056. </tr>
  1057. <tr>
  1058. <th>手机号:</th>
  1059. <td><input type="text" class="mobile zhidu" /></td>
  1060. </tr>
  1061. <tr>
  1062. <th></th>
  1063. <td><button class="btnn grbtn">保存修改</button></td>
  1064. </tr>
  1065. </table>
  1066. </div>
  1067. <div class="crop ">
  1068. <div class="clearFix" style="margin-top: 45px;">
  1069. <div class="crop_left">
  1070. <div class="image-crop">
  1071. <img src="./img/gaga.jpg">
  1072. </div>
  1073. </div>
  1074. <div class="crop_right">
  1075. <h4>图片预览:</h4>
  1076. <div class="img-preview img-preview-sm"></div>
  1077. </div>
  1078. </div>
  1079. <!--<div class="btn-group">
  1080. <label title="上传图片" for="inputImage" class="btn btn-primary">
  1081. <input type="file" accept="image/*" name="file" id="inputImage" class="hide"> 本地上传
  1082. </label>-->
  1083. <!--<label title="下载图片" id="download" class="btn btn-primary">下载</label>-->
  1084. <!--</div>
  1085. <div class="btn-group">-->
  1086. <!--<button class="btn btn-white" id="zoomIn" type="button">放大</button>-->
  1087. <!--<button class="btn btn-white" id="zoomOut" type="button">缩小</button>-->
  1088. <!--<button class="btn btn-white" id="rotateLeft" type="button">左旋转</button>-->
  1089. <!--<button class="btn btn-white" id="rotateRight" type="button">右旋转</button>-->
  1090. <!--<button class="btn btn-warning " id="setDrag" type="button">裁剪</button>
  1091. </div>-->
  1092. <div class="anniu" style="margin-top: 75px;text-align: center;">
  1093. <label title="上传图片" for="inputImage" class="btnn" style="margin-right: 100px;">
  1094. <input type="file" accept="image/jpeg,image/jpg,image/png" name="file" id="inputImage" class="hide"> 本地上传
  1095. </label>
  1096. <!--<button class="btn btn-warning " id="setDrag" type="button">裁剪</button>-->
  1097. <button class="btnn" id="zoomIn" type="button">放大</button>
  1098. <button class="btnn" id="zoomOut" type="button">缩小</button>
  1099. <button class="btnn" id="rotateLeft" type="button">左旋转</button>
  1100. <button class="btnn" id="rotateRight" type="button">右旋转</button>
  1101. <button class="btnn" id="setDrag" type="button">确定保存</button>
  1102. </div>
  1103. </div>
  1104. </div>
  1105. </div>
  1106. </div>
  1107. <!--修改密码结束-->
  1108. <script src="./js/plugins/pace/pace.min.js"></script>
  1109. <script src="./js/plugins/iCheck/icheck.min.js"></script>
  1110. <script src="./css/laydate/laydate.js"></script>
  1111. <script src="./js/zTree/jquery.ztree.core.js"></script>
  1112. <script src="./js/plugins/datapicker/bootstrap-datepicker.js"></script>
  1113. <script src="./js/plugins/cropper/cropper.min.js"></script>
  1114. <script src="./js/guid.js"></script>
  1115. <script src="./js/main.js?v=1.5"></script>
  1116. <script src="./js/index.js?v=1.5"></script>
  1117. <script src="./js/plugins/metisMenu/jquery.metisMenu.js"></script>
  1118. <script src="./js/plugins/slimscroll/jquery.slimscroll.min.js"></script>
  1119. <script src="./js/plugins/layer/layer.min.js"></script>
  1120. <script src="./js/hplus.min.js?v=4.1.0"></script>
  1121. <script src="./js/contabs.min.js"></script>
  1122. </body>
  1123. </html>