Keine Beschreibung

index.css 20KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225
  1. @font-face {
  2. font-family:digifaw11;
  3. src: url(../js/digifaw.ttf);
  4. }
  5. * {
  6. margin: 0px;
  7. padding: 0px;
  8. font-family: '微软雅黑';
  9. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  10. }
  11. li {
  12. list-style: none
  13. }
  14. img {
  15. border: none
  16. }
  17. a {
  18. text-decoration: none;
  19. }
  20. div {
  21. box-sizing: border-box;
  22. }
  23. body {
  24. width: 100%;
  25. height: 100%;
  26. background-image: url(../image/bc.png);
  27. }
  28. .clearfix {
  29. clear: both;
  30. }
  31. .container-header {
  32. width: 100%;
  33. height: 90px;
  34. line-height: 90px;
  35. text-align: center;
  36. box-sizing: border-box;
  37. }
  38. .container-header h3 {
  39. font-size: 38px;
  40. color: #fff;
  41. font-weight: 800;
  42. padding-left: 13px;
  43. /* box-sizing: border-box; */
  44. }
  45. .com-screen-content {
  46. width: 100%;
  47. height: auto;
  48. }
  49. .count-base,
  50. .count-resource,
  51. .count-topic {
  52. position: relative;
  53. padding: 20px;
  54. margin-top: 10px;
  55. float: left;
  56. box-sizing: border-box;
  57. }
  58. .count-base {
  59. margin-left: 26px;
  60. margin-right: 21px;
  61. width: 38%;
  62. height: 946px;
  63. padding: 10px 3px;
  64. /* overflow: hidden; */
  65. /* z-index: -1; */
  66. }
  67. .count-resource {
  68. margin-left: 10px;
  69. width: 28.8%;
  70. padding: 10px 3px;
  71. margin-top: 15px;
  72. }
  73. .count-share {
  74. width: 100%;
  75. height: 290px;
  76. background-size: cover;
  77. }
  78. .call_situation{
  79. z-index: 10000000000000000;
  80. }
  81. .call_situation,
  82. .accept_statistics,
  83. .accept_channel,
  84. .key_word,
  85. .time_statistics,
  86. .test_rank {
  87. background-image: url(../image/model_background.png);
  88. background-repeat: no-repeat;
  89. background-size: 100% 100%;
  90. position: relative;
  91. width: 100%;
  92. box-sizing: border-box;
  93. height: 290px;
  94. margin-bottom: 25px;
  95. cursor: pointer;
  96. padding: 10px 10px;
  97. color: #fff;
  98. }
  99. .count-resource .title_img,.count-base .title_img,.count-resource .title_img,.test_rank .title_img{
  100. background-image: url(../image/model_title.png);
  101. background-repeat: no-repeat;
  102. background-position: center;
  103. text-align: center;
  104. }
  105. .accept_statistics .title_img{
  106. width: 100%;
  107. background-size: 40% 100%;
  108. }
  109. /* 工作效率 */
  110. .test_rank .fixed-table-container tbody td{
  111. line-height: 20px !important;
  112. border-left: none !important;
  113. }
  114. .test_rank .test_title{
  115. left:216px;
  116. }
  117. .test_rank>div {
  118. position: absolute;
  119. bottom: -65px;
  120. }
  121. .com-screen-content {
  122. width: 100%;
  123. height: auto;
  124. }
  125. .topRec_List{
  126. display: none;
  127. }
  128. .topRec_List dl,
  129. .maquee,.topRank_List dl {
  130. width: 90%;
  131. overflow: hidden;
  132. margin: 0 auto;
  133. color: #f0ece2
  134. }
  135. .topRec_List dd ,.topRank_List dd{
  136. float: left;
  137. text-align: left;
  138. color: #fff;
  139. font-size: 16px;
  140. background-color: #2161bc;
  141. padding-left: 20px;
  142. box-sizing: border-box;
  143. }
  144. .topRec_List dl dd:nth-child(1) {
  145. width: 12%;
  146. height: 40px;
  147. line-height: 40px;
  148. }
  149. .topRec_List dl dd:nth-child(2) {
  150. width: 25%;
  151. height: 40px;
  152. line-height: 40px;
  153. }
  154. .topRec_List dl dd:nth-child(3) {
  155. width: 18%;
  156. height: 40px;
  157. line-height: 40px;
  158. }
  159. .topRec_List dl dd:nth-child(4) {
  160. width: 18%;
  161. height: 40px;
  162. line-height: 40px;
  163. }
  164. .topRec_List dl dd:nth-child(5) {
  165. width: 27%;
  166. height: 40px;
  167. line-height: 40px;
  168. }
  169. .topRank_List dl dd:nth-child(1) {
  170. width: 30%;
  171. height: 40px;
  172. line-height: 40px;
  173. }
  174. .topRank_List dl dd:nth-child(2) {
  175. width: 40%;
  176. height: 40px;
  177. line-height: 40px;
  178. }
  179. .topRank_List dl dd:nth-child(3) {
  180. width: 30%;
  181. height: 40px;
  182. line-height: 40px;
  183. }
  184. .topRec_List .maquee, .topRank_List .maquee{
  185. height: 165px;
  186. }
  187. .topRec_List ul,.topRank_List ul {
  188. width: 100%;
  189. }
  190. .topRec_List li ,.topRank_List li{
  191. width: 100%;
  192. height: 40px;
  193. line-height: 40px;
  194. text-align: left;
  195. font-size: 14px;
  196. color: #fff;
  197. border-bottom: 1px solid #536d7f;
  198. }
  199. .topRec_List li div, .topRank_List li div{
  200. float: left;
  201. padding-left: 20px;
  202. box-sizing: border-box;
  203. }
  204. .topRec_List li div img ,.topRank_List li div img{
  205. vertical-align: middle;
  206. }
  207. .topRec_List li div:nth-child(1) {
  208. width: 12%;
  209. }
  210. .topRec_List li div:nth-child(2) {
  211. width: 140px;
  212. white-space: nowrap;
  213. overflow: hidden;
  214. text-overflow: ellipsis;
  215. }
  216. .topRec_List li div:nth-child(3) {
  217. width: 18%;
  218. }
  219. .topRec_List li div:nth-child(4) {
  220. width: 18%;
  221. }
  222. .topRec_List li div:nth-child(5) {
  223. width: 18%;
  224. }
  225. .topRank_List li div:nth-child(1) {
  226. width: 30%;
  227. }
  228. .topRank_List li div:nth-child(2) {
  229. width: 40%;
  230. }
  231. .topRank_List li div:nth-child(3) {
  232. width: 30%;
  233. }
  234. .maquee {
  235. width: 90%;
  236. overflow: hidden;
  237. margin: 0 auto;
  238. color: #f0ece2
  239. }
  240. .test_rank .maquee ul{
  241. animation: row 60s linear infinite;
  242. }
  243. .topRank_List .maquee ul{
  244. animation: row 5s linear infinite;
  245. }
  246. @keyframes row{
  247. 0%{}
  248. 100%{
  249. transform: translateY(-50%);
  250. }
  251. }
  252. /* 绩效考核 */
  253. .rank_wrap .title {
  254. font-size: 24px;
  255. text-align: center;
  256. }
  257. .rank_wrap h5 {
  258. font-size: 16px;
  259. text-align: center;
  260. }
  261. .select {
  262. width: 200px;
  263. height: 32px;
  264. border: 1px solid rgb(229, 230, 231);
  265. }
  266. .footerDataStatistics {
  267. /* padding: 0 0 0 20px; */
  268. margin: 10px 0 0 10px;
  269. font-size: 18px;
  270. }
  271. .tables .th-inner {
  272. white-space: normal !important;
  273. }
  274. .btn_rank img{
  275. width: 20px;
  276. height: 15px;
  277. vertical-align: middle;
  278. }
  279. .rank_wrap h4{
  280. padding-bottom: 10px;
  281. text-align: center;
  282. font-size: 18px;
  283. color: #fff;
  284. }
  285. /* 分时段话务量 */
  286. #traffic,#hotline,#hotThings,#workOrder,#timeTraffic{
  287. position: absolute;
  288. top: 40px;
  289. }
  290. #hotline{
  291. top:47px
  292. }
  293. #workOrder{
  294. top:40px;
  295. left: -200px;
  296. z-index: 600000000;
  297. }
  298. #timeTraffic{
  299. top: 55px;
  300. }
  301. #hotThings{
  302. top: 35px;
  303. }
  304. .btn_time,.dataT,.btn_rank{
  305. position: absolute;
  306. color: #fff;
  307. font-size: 16px;
  308. z-index: 1000000000;
  309. }
  310. .btn_time,.btn_rank{
  311. color: #00f6ff;
  312. cursor: pointer;
  313. top: 10px;
  314. left:12px;
  315. }
  316. .rank,.responseLength{
  317. /* display: inline-block; */
  318. display: none;
  319. }
  320. .dataT{
  321. top: 10px;
  322. right:20px;
  323. font-size: 15px;
  324. }
  325. .btn_time .daySeat{
  326. display: none;
  327. }
  328. #traffic{
  329. display: none;
  330. }
  331. .btn_time img{
  332. width: 20px;
  333. height: 15px;
  334. vertical-align: middle;
  335. }
  336. .dataT label{
  337. margin-right: 10px;
  338. cursor: pointer;
  339. }
  340. .dataT span{
  341. display: inline-block;
  342. padding: 1px 8px;
  343. border-radius: 10px;
  344. margin-left: 5px;
  345. background-color: rgb(204,204,204);
  346. vertical-align: middle;
  347. }
  348. .dataT .active{
  349. background-color: rgb(0,240,255);
  350. }
  351. /* 热线整合 */
  352. .accept_statistics .hotline{
  353. margin-top: 20px;
  354. ;
  355. }
  356. .hotline li{
  357. float: left;
  358. width: 13%;
  359. height: 67px;
  360. margin-right: 0px;
  361. margin-left: 15px;
  362. margin-bottom: 10px;
  363. background-repeat: no-repeat;
  364. background-size: 100%;
  365. background-position: center;
  366. text-align: center;
  367. position: relative;
  368. }
  369. .hotline .number{
  370. position: absolute;
  371. top: 19px;
  372. left: 3%;
  373. color: #fff;
  374. text-align: center;
  375. font-size: 16px;
  376. font-weight: 600;
  377. width: 100%;
  378. }
  379. .hotline .hotCall{
  380. position: absolute;
  381. bottom: -8px;
  382. left: 13px;
  383. font-size: 15px;
  384. color: rgb(216,219,234);
  385. /* font-weight: 600; */
  386. }
  387. .frame{
  388. position: absolute;
  389. top: -5px !important;
  390. left: -92px !important;
  391. }
  392. .frameC{
  393. text-align: center;
  394. position: absolute;
  395. top: 22px;
  396. left:38px
  397. }
  398. .lineB{
  399. width: 166px;
  400. height: 87px;
  401. color: #fff;
  402. text-align: center;
  403. padding: 21px 19px;
  404. background-image: url(../image/lineB2.png);
  405. position: absolute;
  406. top: -24px;
  407. left: 81px;
  408. display: none;
  409. z-index: 999999999999999999999999999 !important;
  410. font-weight: 600;
  411. }
  412. /* 热搜词 */
  413. #keyword{
  414. position: absolute;
  415. top: 60px;
  416. /* padding-left: 26px; */
  417. }
  418. #keyword span{
  419. display: inline-block;
  420. background: url(../image/key_bg.png) no-repeat;
  421. background-size: 100% 100%;
  422. width: 28%;
  423. height: 33px;
  424. line-height: 33px;
  425. color: #fff;
  426. font-size: 14px;
  427. margin-right: 13px;
  428. margin-bottom: 4px;
  429. padding: 0 7px;
  430. cursor: pointer;
  431. white-space: nowrap;
  432. }
  433. #keyword span label{
  434. color: #00fcff !important;
  435. }
  436. .keyWrap{
  437. position: absolute;
  438. z-index: 1000000000000000000;
  439. display: none;
  440. }
  441. .bar{
  442. width: 3px;
  443. height: 20px;
  444. margin: 0 auto;
  445. border-right: 2px dashed #ffe000;
  446. }
  447. .keyInfo{
  448. width: 370px;
  449. height: 302px;
  450. background: url(../image/key_frame.png);
  451. background-size: 100% 100%;
  452. }
  453. .keyInfo li{
  454. padding: 10px 10px;
  455. width: 19%;
  456. height: 70px;
  457. line-height: 35px;
  458. float: left;
  459. text-align: center;
  460. }
  461. .keyInfo li label{
  462. display: inline-block;
  463. width: 100%;
  464. }
  465. .keyInfo li span{
  466. width: 95%;
  467. height: 49px;
  468. display: inline-block;
  469. background: url(../image/keyword_i.png) no-repeat;
  470. background-size: 100% 100%;
  471. }
  472. .keyInfo li span:active{
  473. background: url(../image/key_click.png) no-repeat;
  474. color: #ffe000;
  475. }
  476. /* 中间地图 */
  477. .map{
  478. /* margin-left: -185px; */
  479. /* overflow: hidden; */
  480. }
  481. #map{
  482. z-index:999999999999999 !important;
  483. }
  484. .midWrap{
  485. background-color: #0088CC;
  486. width: 100%;
  487. height: 285px;
  488. margin-top: 11px;
  489. background: url(../image/hotkine_backg.png) no-repeat;
  490. background-size: 100% 100%;
  491. }
  492. #map .frame{
  493. top:-35px !important;
  494. /* left:-121px !important; */
  495. }
  496. .dataTime{
  497. font-size: 26px;
  498. font-weight: bold;
  499. color: #fff;
  500. position: absolute;
  501. top: 5px;
  502. right: 0;
  503. /* text-align: right; */
  504. }
  505. .wrapp{
  506. background-image: url(../image/map_frame.png);
  507. position: absolute;
  508. width: 230px;
  509. height: 224px;
  510. padding: 8px 20px ;
  511. z-index: 800000000000000000;
  512. background-size: 100% 100%;
  513. color: #fff;
  514. top: -115px ;
  515. left: -100px;
  516. }
  517. .mapWrap{
  518. width: 145px;
  519. height: 97px;
  520. position: absolute;
  521. top:69px;
  522. left: 49px;
  523. font-size: 15px;
  524. }
  525. .wrapp p{
  526. position: absolute;
  527. top:42px;
  528. left: 98px;
  529. }
  530. .apWrap li label{
  531. display: inline-block;
  532. width:60%
  533. }
  534. .mapBox{
  535. background-image: url(../image/second/frame2.png);
  536. width: 190px;
  537. height: 175px;
  538. background-size: 100% 100%;
  539. position: absolute;
  540. color: #fff;
  541. top: -72px;
  542. z-index: 99999999999999999;
  543. }
  544. .mapBox ul li{
  545. float: left;
  546. width: 39%;
  547. padding: 4px 0;
  548. padding-left: 18px;
  549. }
  550. .mapBox ul li span{
  551. color: rgb(0,240,255);
  552. }
  553. .mapBox p{
  554. text-align: center;
  555. padding-top: 20px;
  556. margin-bottom: 5px;
  557. }
  558. /* 当日热线受理情况 */
  559. .hotlineAccept{
  560. padding-top: 15px;
  561. cursor: pointer;
  562. }
  563. .midWrap h3{
  564. background: url(../image/hotline_title.png);
  565. width: 204px;
  566. height:22px;
  567. background-size: 100% 100%;
  568. margin: 0 auto;
  569. text-align: center;
  570. display: table;
  571. margin-bottom: 14px;
  572. font-size: 18px;
  573. font-weight: 900;
  574. color: #fff;
  575. }
  576. .data_info{
  577. width: 100%;
  578. padding: 0 15px;
  579. position: relative;
  580. }
  581. .data_info li{
  582. float: left;
  583. width: 33.33%;
  584. margin-bottom: 30px;
  585. }
  586. .data_info li label{
  587. display: inline-block;
  588. width: 84px;
  589. font-weight: 900;
  590. color: #fff;
  591. }
  592. .data_info li span{
  593. background: url(../image/num.png) no-repeat;
  594. background-size: 100% 100%;
  595. display: inline-block;
  596. width: 22px;
  597. height: 34px;
  598. line-height: 34px;
  599. font-family: 'digifaw11';
  600. text-align: center;
  601. color: #fff;
  602. font-size: 21px;
  603. margin-right: 5px;
  604. }
  605. /* 二级大屏 */
  606. .workDetails tr td{
  607. font-size: 17px !important;
  608. }
  609. .traffic li{
  610. float: left;
  611. }
  612. .traffic .rexian{
  613. width: 70%;
  614. }
  615. .traffic .heji{
  616. width: 30%;
  617. }
  618. .bulletFrame,.bulletFrameT{
  619. display: none;
  620. position: absolute;
  621. top: 105px;
  622. left: 161px;
  623. width: 85%;
  624. height: 881px;
  625. z-index: 900000000000000;
  626. padding: 10px 20px;
  627. margin: 0 auto;
  628. background: url(../image/second/bac2.png) no-repeat;
  629. background-size:100% 100%;
  630. overflow-y: auto;
  631. }
  632. .head_name{
  633. width: 100%;
  634. height: 80px;
  635. line-height: 80px;
  636. text-align: center;
  637. }
  638. .head_name h3,.head_name h2{
  639. display: inline-block;
  640. padding: 0 30px;
  641. color: #08fcff;
  642. font-size: 24px;
  643. font-weight: 700;
  644. }
  645. .close_icon,.close_iconT,.close_iconS,.close_zxicon,.close_work,.back_icon,.backKey_icon,.closeMap_icon,.closeKey_icon,.backProcedure{
  646. position: absolute;
  647. top: 25px;
  648. right:25px;
  649. cursor: pointer;
  650. z-index: 1236;
  651. }
  652. .backKey_icon{
  653. display: none;
  654. }
  655. .back_icon,.backKey_icon,.backProcedure{
  656. right:100px;
  657. }
  658. /* 二级地图 */
  659. .regionMap{
  660. margin-left: 520px;
  661. background-color:#073e90;
  662. height: 736px;
  663. position: relative;
  664. }
  665. .key_content,.regionMap{
  666. padding: 20px;
  667. overflow: hidden;
  668. background-color:rgba(255,255,255,0);
  669. }
  670. .key_content .count-share {
  671. width: 500px;
  672. float: left;
  673. height: 736px;
  674. overflow-y: auto;
  675. background-color: #073e90;
  676. padding: 24px 4px;
  677. }
  678. .table_title,.table_btn{
  679. font-size: 16px;
  680. color: #fff;
  681. }
  682. .table_title .region{
  683. display: inline-block;
  684. padding: 5px 15px;
  685. }
  686. .table_btn .type{
  687. /* background: url(../image/second/btn1.png); */
  688. width: 170px;
  689. height:56px;
  690. line-height: 56px;
  691. background-size: 100% 100%;
  692. text-align: center;
  693. color: #f4d219;
  694. display: inline-block;
  695. /* padding: 5px 15px; */
  696. }
  697. .table_title .time{
  698. display: inline-block;
  699. float: right;
  700. padding: 5px 15px;
  701. }
  702. .table_btn .classify{
  703. /* background: url(../image/second/btn2.png); */
  704. display: inline-block;
  705. width: 170px;
  706. height:56px;
  707. color: #0693be;
  708. line-height: 56px;
  709. text-align: center;
  710. background-size: 100% 100%;
  711. float: right;
  712. }
  713. #regionMap{
  714. position: absolute;
  715. top: -35px;
  716. right: 25px;
  717. }
  718. /* 关键词 */
  719. thead {
  720. background-color: #0669ac;
  721. }
  722. .fixed-table-loading {
  723. color: #fff !important;
  724. background-color: #0669ac !important;
  725. }
  726. .fixed-table-container thead th .th-inner {
  727. line-height: 38px !important;
  728. }
  729. .fixed-table-container {
  730. border: none !important;
  731. }
  732. .fixed-table-container td,.fixed-table-container th{
  733. color: #fff;
  734. font-weight: 500;
  735. font-size: 16px;
  736. border:none !important;
  737. }
  738. .bootstrap-table .table .list tr , thead tr{
  739. border-bottom: 1px solid #235ba6 !important;
  740. }
  741. .secondLevel_keyWord .bootstrap-table td{
  742. padding: 26px !important;
  743. }
  744. ::-webkit-scrollbar
  745. {
  746. width: 16px;
  747. height: 16px;
  748. background-color: #04394b;
  749. }
  750. /*定义滚动条轨道 内阴影+圆角*/
  751. ::-webkit-scrollbar-track
  752. {
  753. -webkit-box-shadow: inset 0 0 6px rgb(6,64,145);
  754. /* border-radius: 10px; */
  755. background-color:rgb(6,64,145) ;
  756. }
  757. /*定义滑块 内阴影+圆角*/
  758. ::-webkit-scrollbar-thumb
  759. {
  760. /* border-radius: 10px; */
  761. -webkit-box-shadow: inset 0 0 6px rgb(6,64,145);
  762. background-color: rgb(4,130,185);
  763. }
  764. .workAct{
  765. color:#00f6ff ;
  766. cursor: pointer;
  767. }
  768. #keywordPie{
  769. position: absolute;
  770. top: -20px;
  771. left: 10px;
  772. }
  773. .regionMap .head_name{
  774. height: 54px;
  775. line-height: 54px;
  776. }
  777. .secondLevel_keyWord .regionMap{
  778. background-color: #073e90;
  779. }
  780. /* .time{
  781. margin-top: 20px;
  782. } */
  783. .time p{
  784. float: left;
  785. margin-right: 20px;
  786. width: 40%;
  787. color: #fff;
  788. font-weight: 600;
  789. font-size: 16px;
  790. }
  791. .time p span{
  792. color: #ffe000;
  793. }
  794. /* 工单列表 */
  795. .bootstrap-table td{
  796. padding: 20px !important;
  797. }
  798. /* 工单详情 */
  799. .tablebox table td img {
  800. display: inline-block;
  801. vertical-align: middle;
  802. }
  803. .tablebox.table_md table td, .tablebox.table_md table th {
  804. line-height: 18px;
  805. }
  806. .tablebox table .callType{
  807. background-color: #fff5cc;
  808. /* padding: 5px !important; */
  809. width: 28%;
  810. }
  811. .tablebox table .caalTypeTitle{
  812. background-color: #ffcc00;
  813. }
  814. .tablebox table {
  815. border-collapse: separate;
  816. border-spacing: 0
  817. }
  818. .tablebox{
  819. width: 100%;
  820. height: 336px;
  821. margin: 10px auto;
  822. }
  823. .tablebox table {
  824. width: 100%;
  825. cellspacing:0;
  826. border-collapse:collapse;
  827. }
  828. .tablebox table th, .tablebox table td {
  829. font-size: 12px;
  830. text-align: center;
  831. line-height: 16px;
  832. background: #fff;
  833. color: #222;
  834. }
  835. .tablebox table thead tr{
  836. background: #e5e8e9 !important;
  837. }
  838. .tablebox table td{
  839. padding: 10px;
  840. border-bottom: 1px solid #e5e8e9;
  841. }
  842. .workDetails .tablebox table thead tr{
  843. width: 100%;
  844. }
  845. .workDetails .tablebox{
  846. width: 98%;
  847. border-top: 1px solid #064996;
  848. }
  849. .workDetails .tablebox table td{
  850. color: #fff;
  851. line-height: 37px;
  852. font-size: 14px;
  853. border-bottom: 1px solid #0572af;
  854. background-color: rgba(255,255,255,0);
  855. }
  856. .workDetails .tablebox table tr{
  857. border-right: 1px solid #0572af;
  858. }
  859. .workDetails .tablebox .infoName{
  860. background-color: #064896;
  861. width: 11%;
  862. padding:20px 0px;
  863. text-align: center;
  864. }
  865. .workDetails .tablebox .contN{
  866. width: 15%;
  867. padding:20px 27px;
  868. }
  869. .workDetails .tablebox .contB{
  870. width: 85%;
  871. padding:20px 60px;
  872. }
  873. .workDetails button img{
  874. width: 10px;
  875. height: 5px;
  876. }
  877. .btns{
  878. width: 100%;
  879. padding: 10px 43px;
  880. position: relative;
  881. margin-bottom: 20px;
  882. }
  883. .btns button{
  884. border-radius: 5px;
  885. outline: none;
  886. padding: 10px 27px;
  887. cursor: pointer;
  888. }
  889. .left_R{
  890. display: inline-block;
  891. width: 14px;
  892. height: 14px;
  893. vertical-align: middle;
  894. background-size: 100% 100%;
  895. background-image: url(../image/second/leftRow.png);
  896. margin-right: 5px;
  897. }
  898. .btn_left{
  899. background-color: #f1b31e;
  900. border: none;
  901. font-weight: 600;
  902. }
  903. .btn_right{
  904. background-color: rgba(255,255,255,0);
  905. border: 1px solid #00f6ff;
  906. color: #00f6ff;
  907. position: absolute;
  908. right: 43px;
  909. }
  910. /* 表格分页的样式 */
  911. .page-list{
  912. display: none !important;
  913. }
  914. .pagination-info{
  915. color: #fff;
  916. font-size: 16px;
  917. }
  918. /* .pull-right{
  919. float: left !important;
  920. } */
  921. /* 办理时长 */
  922. .nowTime li:nth-child(1){
  923. float: left;
  924. }
  925. .nowTime li:nth-child(2){
  926. float: right;
  927. }
  928. .nowTime li{
  929. font-size: 14px;
  930. color: #fff;
  931. }
  932. .nowTime{
  933. padding: 20px 14px;
  934. margin-bottom: 20px;
  935. }
  936. /* 时间弹框 */
  937. .layui-laydate-range{
  938. z-index: 99999999999999999999999999;
  939. }
  940. /* #layui-laydate100002{
  941. z-index: 99999999999999999999999999;
  942. }
  943. #layui-laydate100005{
  944. z-index: 99999999999999999999999999;
  945. } */
  946. #date,#date2,#date3,#rankDate,#keyDate{
  947. width: 293px;
  948. height: 28px;
  949. padding: 5px 5px 5px 39px;
  950. margin-left: 107px;
  951. background-color: #08599f;
  952. outline: none;
  953. border: 1px solid #08fcff;
  954. color: #08fcff;
  955. }
  956. #rankDate{
  957. margin-left: 10px;
  958. }
  959. #keyDate{
  960. margin-left: 18px;
  961. position: absolute;
  962. top: -22px;
  963. padding: 1px 5px 1px 6px;
  964. /* z-index: 10101101; */
  965. width: 230px;
  966. }
  967. .layui-laydate{
  968. z-index: 6666666666 !important;
  969. }
  970. #date thead{
  971. background-color:#0534a5 !important;
  972. }
  973. .search{
  974. outline: none;
  975. border: none;
  976. padding: 8px 16px;
  977. font-size: 15px;
  978. border: 1px solid #08fcff;
  979. background-color: #08599f;
  980. color: #08fcff;
  981. }
  982. input::-webkit-input-placeholder{
  983. font-size: 16px;
  984. color:#08fcff;
  985. }
  986. .date_icon{
  987. position: absolute;
  988. top: 11px;
  989. left: 117px;
  990. width:21px ;
  991. }
  992. .rank_wrap .date_icon{
  993. left: 19px;
  994. }
  995. .secondLevel_keyWord .date_icon{
  996. left: 222px;
  997. top: -17px;
  998. z-index: 8;
  999. }
  1000. /* 坐席监控 */
  1001. .zx_cont{
  1002. width: 64.7%;
  1003. float: left;
  1004. margin-right: 20px;
  1005. padding: 10px;
  1006. background-color:#072e86;
  1007. position: relative;
  1008. }
  1009. .zx_charts{
  1010. width: 33%;
  1011. float: left;
  1012. /* background-color: #072e86; */
  1013. }
  1014. .zx_cont .zx_state span i {
  1015. display: inline-block;
  1016. width: 20px;
  1017. height: 21px;
  1018. vertical-align: middle;
  1019. margin-right: 10px;
  1020. background: url(../image/second/zuoxiIcon.png) no-repeat;
  1021. }
  1022. .zx_cont .zx_state{
  1023. background-color: #064695;
  1024. /*width: 680px;*/
  1025. display: inline-block;
  1026. padding: 13px 10px;
  1027. margin-left: 50px;
  1028. }
  1029. .zx_cont .zx_state span{
  1030. margin-right: 16px;
  1031. font-size: 16px;
  1032. color: #fff;
  1033. }
  1034. .zx_btn{
  1035. position: absolute;
  1036. top: 13px;
  1037. right: 47px;
  1038. }
  1039. .zx_btn button{
  1040. outline: none;
  1041. border: none;
  1042. padding: 10px 15px;
  1043. font-size: 16px;
  1044. color: #fff;
  1045. border-radius: 5px;
  1046. background-color: #064695;
  1047. margin-right: 7px;
  1048. }
  1049. .dis {
  1050. background: #989898;
  1051. }
  1052. .hc {
  1053. background-position: 0 0 !important;
  1054. }
  1055. .ml {
  1056. background-position: 0 -24px !important;
  1057. }
  1058. .kx {
  1059. background-position: 0 -68px !important;
  1060. }
  1061. .zl {
  1062. background-position: 0 -93px !important;
  1063. }
  1064. .qc {
  1065. background-position: 0 -116px !important;
  1066. }
  1067. .lx {
  1068. background-position: 0 -138px !important;
  1069. }
  1070. .hh {
  1071. background-position: 0 -46px !important;
  1072. }
  1073. .zx_people{
  1074. padding: 20px 15px;
  1075. height: 623px;
  1076. overflow-y: auto;
  1077. }
  1078. .zx_people li{
  1079. width: 13%;
  1080. text-align: center;
  1081. float: left;
  1082. cursor: pointer;
  1083. margin-bottom: 40px;
  1084. margin-right: 35px;
  1085. }
  1086. .zx_people li i{
  1087. display: none;
  1088. }
  1089. .zx_people li > div{
  1090. width: 100%;
  1091. position: relative;
  1092. }
  1093. .bg_person{
  1094. background: url(../image/second/callIcon.png)no-repeat;
  1095. width: 55px;
  1096. height: 55px;
  1097. background-size: 100% 100%;
  1098. text-align: -webkit-center;
  1099. background-position: center center;
  1100. margin: 0 auto;
  1101. background-color: #06256b;
  1102. margin-bottom: 3px;
  1103. }
  1104. .people_list p{
  1105. margin-bottom: 5px im !important;
  1106. }
  1107. .people_list i{
  1108. display: block;
  1109. height: 22px;
  1110. width: 20px;
  1111. background: url(../image/second/zuoxiIcon.png) no-repeat;
  1112. position: absolute;
  1113. right: 20px;
  1114. top: -6px;
  1115. }
  1116. .dg {
  1117. background: url(../image/second/zuoxidaogang.png) no-repeat !important;
  1118. background-size: 100% 100% !important;
  1119. }
  1120. .people_list div div{
  1121. float: left;
  1122. }
  1123. .zx_bz,.zx_hw{
  1124. text-align: center;
  1125. background-image: url(../image/second/titlt_icon.png);
  1126. background-position: center;
  1127. background-repeat: no-repeat;
  1128. margin: 10px 0;
  1129. font-size: 20px;
  1130. color: #fff;
  1131. }
  1132. .g-num{
  1133. /* font-weight: 600; */
  1134. color: #fff;
  1135. }
  1136. .g-name{
  1137. /* color: #fff; */
  1138. color: #fff;
  1139. position: absolute;
  1140. width: 116px;
  1141. bottom: -75px;
  1142. left: 10px;
  1143. }
  1144. .zx_charts h3{
  1145. color: #fff;
  1146. font-size: 20px;
  1147. vertical-align: middle;
  1148. }
  1149. .zx_charts img{
  1150. vertical-align: middle;
  1151. }
  1152. .zx_charts .callSeatState,.zx_charts .realTimeTraffi,.zx_charts .callTraffic{
  1153. background-color: #072e86;
  1154. margin-bottom: 10px;
  1155. }
  1156. .zx_charts .realTimeTraffi{
  1157. width: 521px;
  1158. height: 208px;
  1159. }
  1160. .zx_charts .head_name{
  1161. height: 40px;
  1162. line-height: 41px;
  1163. }
  1164. .callTraffic .data_info li{
  1165. width: 49.33%;
  1166. margin-bottom: 7px;
  1167. }
  1168. .callTraffic .head_name{
  1169. margin-bottom: 10px;
  1170. }
  1171. .callTraffic .data_info li span{
  1172. width: 21px;
  1173. height: 30px;
  1174. line-height: 30px;
  1175. }
  1176. .callTraffic .data_info li label{
  1177. width: 110px;
  1178. }