No Description

index.css 20KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215
  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. }
  432. #keyword span label{
  433. color: #00fcff !important;
  434. }
  435. .keyWrap{
  436. position: absolute;
  437. z-index: 1000000000000000000;
  438. display: none;
  439. }
  440. .bar{
  441. width: 3px;
  442. height: 20px;
  443. margin: 0 auto;
  444. border-right: 2px dashed #ffe000;
  445. }
  446. .keyInfo{
  447. width: 370px;
  448. height: 302px;
  449. background: url(../image/key_frame.png);
  450. background-size: 100% 100%;
  451. }
  452. .keyInfo li{
  453. padding: 10px 10px;
  454. width: 19%;
  455. height: 70px;
  456. line-height: 35px;
  457. float: left;
  458. text-align: center;
  459. }
  460. .keyInfo li label{
  461. display: inline-block;
  462. width: 100%;
  463. }
  464. .keyInfo li span{
  465. width: 95%;
  466. height: 49px;
  467. display: inline-block;
  468. background: url(../image/keyword_i.png) no-repeat;
  469. background-size: 100% 100%;
  470. }
  471. .keyInfo li span:active{
  472. background: url(../image/key_click.png) no-repeat;
  473. color: #ffe000;
  474. }
  475. /* 中间地图 */
  476. .map{
  477. /* margin-left: -185px; */
  478. /* overflow: hidden; */
  479. }
  480. #map{
  481. z-index:999999999999999 !important;
  482. }
  483. .midWrap{
  484. background-color: #0088CC;
  485. width: 100%;
  486. height: 285px;
  487. margin-top: 11px;
  488. background: url(../image/hotkine_backg.png) no-repeat;
  489. background-size: 100% 100%;
  490. }
  491. #map .frame{
  492. top:-35px !important;
  493. /* left:-121px !important; */
  494. }
  495. .dataTime{
  496. font-size: 26px;
  497. font-weight: bold;
  498. color: #fff;
  499. position: absolute;
  500. top: 5px;
  501. right: 0;
  502. /* text-align: right; */
  503. }
  504. .wrapp{
  505. background-image: url(../image/map_frame.png);
  506. position: absolute;
  507. width: 230px;
  508. height: 224px;
  509. padding: 8px 20px ;
  510. z-index: 800000000000000000;
  511. background-size: 100% 100%;
  512. color: #fff;
  513. top: -115px ;
  514. left: -100px;
  515. }
  516. .mapWrap{
  517. width: 145px;
  518. height: 97px;
  519. position: absolute;
  520. top:69px;
  521. left: 49px;
  522. font-size: 15px;
  523. }
  524. .wrapp p{
  525. position: absolute;
  526. top:42px;
  527. left: 98px;
  528. }
  529. .apWrap li label{
  530. display: inline-block;
  531. width:60%
  532. }
  533. .mapBox{
  534. background-image: url(../image/second/frame2.png);
  535. width: 190px;
  536. height: 175px;
  537. background-size: 100% 100%;
  538. position: absolute;
  539. color: #fff;
  540. top: -72px;
  541. z-index: 99999999999999999;
  542. }
  543. .mapBox ul li{
  544. float: left;
  545. width: 39%;
  546. padding: 4px 0;
  547. padding-left: 18px;
  548. }
  549. .mapBox ul li span{
  550. color: rgb(0,240,255);
  551. }
  552. .mapBox p{
  553. text-align: center;
  554. padding-top: 20px;
  555. margin-bottom: 5px;
  556. }
  557. /* 当日热线受理情况 */
  558. .hotlineAccept{
  559. padding-top: 15px;
  560. cursor: pointer;
  561. }
  562. .midWrap h3{
  563. background: url(../image/hotline_title.png);
  564. width: 204px;
  565. height:22px;
  566. background-size: 100% 100%;
  567. margin: 0 auto;
  568. text-align: center;
  569. display: table;
  570. margin-bottom: 14px;
  571. font-size: 18px;
  572. font-weight: 900;
  573. color: #fff;
  574. }
  575. .data_info{
  576. width: 100%;
  577. padding: 0 15px;
  578. position: relative;
  579. }
  580. .data_info li{
  581. float: left;
  582. width: 33.33%;
  583. margin-bottom: 30px;
  584. }
  585. .data_info li label{
  586. display: inline-block;
  587. width: 84px;
  588. font-weight: 900;
  589. color: #fff;
  590. }
  591. .data_info li span{
  592. background: url(../image/num.png) no-repeat;
  593. background-size: 100% 100%;
  594. display: inline-block;
  595. width: 22px;
  596. height: 34px;
  597. line-height: 34px;
  598. font-family: 'digifaw11';
  599. text-align: center;
  600. color: #fff;
  601. font-size: 21px;
  602. margin-right: 5px;
  603. }
  604. /* 二级大屏 */
  605. .workDetails tr td{
  606. font-size: 17px !important;
  607. }
  608. .traffic li{
  609. float: left;
  610. }
  611. .traffic .rexian{
  612. width: 70%;
  613. }
  614. .traffic .heji{
  615. width: 30%;
  616. }
  617. .bulletFrame,.bulletFrameT{
  618. display: none;
  619. position: absolute;
  620. top: 105px;
  621. left: 161px;
  622. width: 85%;
  623. height: 881px;
  624. z-index: 900000000000000;
  625. padding: 10px 20px;
  626. margin: 0 auto;
  627. background: url(../image/second/bac2.png) no-repeat;
  628. background-size:100% 100%;
  629. overflow-y: auto;
  630. }
  631. .head_name{
  632. width: 100%;
  633. height: 80px;
  634. line-height: 80px;
  635. text-align: center;
  636. }
  637. .head_name h3,.head_name h2{
  638. display: inline-block;
  639. padding: 0 30px;
  640. color: #08fcff;
  641. font-size: 24px;
  642. font-weight: 700;
  643. }
  644. .close_icon,.close_iconT,.close_iconS,.close_zxicon,.close_work,.back_icon,.backKey_icon,.closeMap_icon,.closeKey_icon,.backProcedure{
  645. position: absolute;
  646. top: 25px;
  647. right:25px;
  648. cursor: pointer;
  649. z-index: 1236;
  650. }
  651. .backKey_icon{
  652. display: none;
  653. }
  654. .back_icon,.backKey_icon,.backProcedure{
  655. right:100px;
  656. }
  657. /* 二级地图 */
  658. .regionMap{
  659. margin-left: 520px;
  660. background-color:#073e90;
  661. height: 736px;
  662. position: relative;
  663. }
  664. .key_content,.regionMap{
  665. padding: 20px;
  666. overflow: hidden;
  667. background-color:rgba(255,255,255,0);
  668. }
  669. .key_content .count-share {
  670. width: 500px;
  671. float: left;
  672. height: 736px;
  673. overflow-y: auto;
  674. background-color: #073e90;
  675. padding: 24px 4px;
  676. }
  677. .table_title,.table_btn{
  678. font-size: 16px;
  679. color: #fff;
  680. }
  681. .table_title .region{
  682. display: inline-block;
  683. padding: 5px 15px;
  684. }
  685. .table_btn .type{
  686. /* background: url(../image/second/btn1.png); */
  687. width: 170px;
  688. height:56px;
  689. line-height: 56px;
  690. background-size: 100% 100%;
  691. text-align: center;
  692. color: #f4d219;
  693. display: inline-block;
  694. /* padding: 5px 15px; */
  695. }
  696. .table_title .time{
  697. display: inline-block;
  698. float: right;
  699. padding: 5px 15px;
  700. }
  701. .table_btn .classify{
  702. /* background: url(../image/second/btn2.png); */
  703. display: inline-block;
  704. width: 170px;
  705. height:56px;
  706. color: #0693be;
  707. line-height: 56px;
  708. text-align: center;
  709. background-size: 100% 100%;
  710. float: right;
  711. }
  712. #regionMap{
  713. position: absolute;
  714. top: -35px;
  715. right: 25px;
  716. }
  717. /* 关键词 */
  718. thead {
  719. background-color: #0669ac;
  720. }
  721. .fixed-table-loading {
  722. color: #fff !important;
  723. background-color: #0669ac !important;
  724. }
  725. .fixed-table-container thead th .th-inner {
  726. line-height: 38px !important;
  727. }
  728. .fixed-table-container {
  729. border: none !important;
  730. }
  731. .fixed-table-container td,.fixed-table-container th{
  732. color: #fff;
  733. font-weight: 500;
  734. font-size: 16px;
  735. border:none !important;
  736. }
  737. .bootstrap-table .table .list tr , thead tr{
  738. border-bottom: 1px solid #235ba6 !important;
  739. }
  740. .secondLevel_keyWord .bootstrap-table td{
  741. padding: 26px !important;
  742. }
  743. ::-webkit-scrollbar
  744. {
  745. width: 16px;
  746. height: 16px;
  747. background-color: #04394b;
  748. }
  749. /*定义滚动条轨道 内阴影+圆角*/
  750. ::-webkit-scrollbar-track
  751. {
  752. -webkit-box-shadow: inset 0 0 6px rgb(6,64,145);
  753. /* border-radius: 10px; */
  754. background-color:rgb(6,64,145) ;
  755. }
  756. /*定义滑块 内阴影+圆角*/
  757. ::-webkit-scrollbar-thumb
  758. {
  759. /* border-radius: 10px; */
  760. -webkit-box-shadow: inset 0 0 6px rgb(6,64,145);
  761. background-color: rgb(4,130,185);
  762. }
  763. .workAct{
  764. color:#00f6ff ;
  765. cursor: pointer;
  766. }
  767. #keywordPie{
  768. position: absolute;
  769. top: -20px;
  770. left: 10px;
  771. }
  772. .regionMap .head_name{
  773. height: 54px;
  774. line-height: 54px;
  775. }
  776. .secondLevel_keyWord .regionMap{
  777. background-color: #073e90;
  778. }
  779. /* .time{
  780. margin-top: 20px;
  781. } */
  782. .time p{
  783. float: left;
  784. margin-right: 20px;
  785. width: 40%;
  786. color: #fff;
  787. font-weight: 600;
  788. font-size: 16px;
  789. }
  790. .time p span{
  791. color: #ffe000;
  792. }
  793. /* 工单列表 */
  794. .bootstrap-table td{
  795. padding: 20px !important;
  796. }
  797. /* 工单详情 */
  798. .tablebox table td img {
  799. display: inline-block;
  800. vertical-align: middle;
  801. }
  802. .tablebox.table_md table td, .tablebox.table_md table th {
  803. line-height: 18px;
  804. }
  805. .tablebox table .callType{
  806. background-color: #fff5cc;
  807. /* padding: 5px !important; */
  808. width: 28%;
  809. }
  810. .tablebox table .caalTypeTitle{
  811. background-color: #ffcc00;
  812. }
  813. .tablebox table {
  814. border-collapse: separate;
  815. border-spacing: 0
  816. }
  817. .tablebox{
  818. width: 100%;
  819. height: 336px;
  820. margin: 10px auto;
  821. }
  822. .tablebox table {
  823. width: 100%;
  824. cellspacing:0;
  825. border-collapse:collapse;
  826. }
  827. .tablebox table th, .tablebox table td {
  828. font-size: 12px;
  829. text-align: center;
  830. line-height: 16px;
  831. background: #fff;
  832. color: #222;
  833. }
  834. .tablebox table thead tr{
  835. background: #e5e8e9 !important;
  836. }
  837. .tablebox table td{
  838. padding: 10px;
  839. border-bottom: 1px solid #e5e8e9;
  840. }
  841. .workDetails .tablebox table thead tr{
  842. width: 100%;
  843. }
  844. .workDetails .tablebox{
  845. width: 98%;
  846. border-top: 1px solid #064996;
  847. }
  848. .workDetails .tablebox table td{
  849. color: #fff;
  850. line-height: 37px;
  851. font-size: 14px;
  852. border-bottom: 1px solid #0572af;
  853. background-color: rgba(255,255,255,0);
  854. }
  855. .workDetails .tablebox table tr{
  856. border-right: 1px solid #0572af;
  857. }
  858. .workDetails .tablebox .infoName{
  859. background-color: #064896;
  860. width: 11%;
  861. padding:20px 0px;
  862. text-align: center;
  863. }
  864. .workDetails .tablebox .contN{
  865. width: 15%;
  866. padding:20px 27px;
  867. }
  868. .workDetails .tablebox .contB{
  869. width: 85%;
  870. padding:20px 60px;
  871. }
  872. .workDetails button img{
  873. width: 10px;
  874. height: 5px;
  875. }
  876. .btns{
  877. width: 100%;
  878. padding: 10px 43px;
  879. position: relative;
  880. margin-bottom: 20px;
  881. }
  882. .btns button{
  883. border-radius: 5px;
  884. outline: none;
  885. padding: 10px 27px;
  886. cursor: pointer;
  887. }
  888. .left_R{
  889. display: inline-block;
  890. width: 14px;
  891. height: 14px;
  892. vertical-align: middle;
  893. background-size: 100% 100%;
  894. background-image: url(../image/second/leftRow.png);
  895. margin-right: 5px;
  896. }
  897. .btn_left{
  898. background-color: #f1b31e;
  899. border: none;
  900. font-weight: 600;
  901. }
  902. .btn_right{
  903. background-color: rgba(255,255,255,0);
  904. border: 1px solid #00f6ff;
  905. color: #00f6ff;
  906. position: absolute;
  907. right: 43px;
  908. }
  909. /* 表格分页的样式 */
  910. .page-list{
  911. display: none !important;
  912. }
  913. .pagination-info{
  914. color: #fff;
  915. font-size: 16px;
  916. }
  917. /* .pull-right{
  918. float: left !important;
  919. } */
  920. /* 办理时长 */
  921. .nowTime li:nth-child(1){
  922. float: left;
  923. }
  924. .nowTime li:nth-child(2){
  925. float: right;
  926. }
  927. .nowTime li{
  928. font-size: 14px;
  929. color: #fff;
  930. }
  931. .nowTime{
  932. padding: 20px 14px;
  933. margin-bottom: 20px;
  934. }
  935. /* 时间弹框 */
  936. .layui-laydate-range{
  937. z-index: 99999999999999999999999999;
  938. }
  939. /* #layui-laydate100002{
  940. z-index: 99999999999999999999999999;
  941. }
  942. #layui-laydate100005{
  943. z-index: 99999999999999999999999999;
  944. } */
  945. #date,#date2,#date3,#rankDate,#keyDate{
  946. width: 293px;
  947. height: 28px;
  948. padding: 5px 5px 5px 39px;
  949. margin-left: 107px;
  950. background-color: #08599f;
  951. outline: none;
  952. border: 1px solid #08fcff;
  953. color: #08fcff;
  954. }
  955. #rankDate{
  956. margin-left: 10px;
  957. }
  958. #keyDate{
  959. margin-left: 18px;
  960. position: absolute;
  961. top: -22px;
  962. padding: 1px 5px 1px 6px;
  963. /* z-index: 10101101; */
  964. width: 230px;
  965. }
  966. .layui-laydate{
  967. z-index: 6666666666 !important;
  968. }
  969. #date thead{
  970. background-color:#0534a5 !important;
  971. }
  972. .search{
  973. outline: none;
  974. border: none;
  975. padding: 8px 16px;
  976. font-size: 15px;
  977. border: 1px solid #08fcff;
  978. background-color: #08599f;
  979. color: #08fcff;
  980. }
  981. input::-webkit-input-placeholder{
  982. font-size: 16px;
  983. color:#08fcff;
  984. }
  985. .date_icon{
  986. position: absolute;
  987. top: 11px;
  988. left: 117px;
  989. width:21px ;
  990. }
  991. .rank_wrap .date_icon{
  992. left: 19px;
  993. }
  994. .secondLevel_keyWord .date_icon{
  995. left: 222px;
  996. top: -17px;
  997. z-index: 8;
  998. }
  999. /* 坐席监控 */
  1000. .zx_cont{
  1001. width: 64.7%;
  1002. float: left;
  1003. margin-right: 20px;
  1004. padding: 10px;
  1005. background-color:#072e86;
  1006. position: relative;
  1007. }
  1008. .zx_charts{
  1009. width: 33%;
  1010. float: left;
  1011. /* background-color: #072e86; */
  1012. }
  1013. .zx_cont .zx_state span i {
  1014. display: inline-block;
  1015. width: 20px;
  1016. height: 21px;
  1017. vertical-align: middle;
  1018. margin-right: 10px;
  1019. background: url(../image/second/zuoxiIcon.png) no-repeat;
  1020. }
  1021. .zx_cont .zx_state{
  1022. background-color: #064695;
  1023. width: 557px;
  1024. padding: 13px 10px;
  1025. margin-left: 70px;
  1026. }
  1027. .zx_cont .zx_state span{
  1028. margin-right: 16px;
  1029. font-size: 16px;
  1030. color: #fff;
  1031. }
  1032. .zx_btn{
  1033. position: absolute;
  1034. top: 13px;
  1035. right: 47px;
  1036. }
  1037. .zx_btn button{
  1038. outline: none;
  1039. border: none;
  1040. padding: 10px 15px;
  1041. font-size: 16px;
  1042. color: #fff;
  1043. border-radius: 5px;
  1044. background-color: #064695;
  1045. margin-right: 7px;
  1046. }
  1047. .dis {
  1048. background: #989898;
  1049. }
  1050. .hc {
  1051. background-position: 0 0 !important;
  1052. }
  1053. .ml {
  1054. background-position: 0 -24px !important;
  1055. }
  1056. .kx {
  1057. background-position: 0 -68px !important;
  1058. }
  1059. .zl {
  1060. background-position: 0 -93px !important;
  1061. }
  1062. .qc {
  1063. background-position: 0 -116px !important;
  1064. }
  1065. .lx {
  1066. background-position: 0 -138px !important;
  1067. }
  1068. .hh {
  1069. background-position: 0 -46px !important;
  1070. }
  1071. .zx_people{
  1072. padding: 20px 15px;
  1073. height: 623px;
  1074. overflow-y: auto;
  1075. }
  1076. .zx_people li{
  1077. width: 13%;
  1078. text-align: center;
  1079. float: left;
  1080. cursor: pointer;
  1081. margin-bottom: 40px;
  1082. margin-right: 35px;
  1083. }
  1084. .zx_people li > div{
  1085. width: 100%;
  1086. position: relative;
  1087. }
  1088. .bg_person{
  1089. background: url(../image/second/callIcon.png)no-repeat;
  1090. width: 55px;
  1091. height: 55px;
  1092. background-size: 100% 100%;
  1093. text-align: -webkit-center;
  1094. background-position: center center;
  1095. margin: 0 auto;
  1096. background-color: #06256b;
  1097. margin-bottom: 3px;
  1098. }
  1099. .people_list p{
  1100. margin-bottom: 5px im !important;
  1101. }
  1102. .people_list i{
  1103. display: block;
  1104. height: 22px;
  1105. width: 20px;
  1106. background: url(../image/second/zuoxiIcon.png) no-repeat;
  1107. position: absolute;
  1108. right: 20px;
  1109. top: -6px;
  1110. }
  1111. .people_list div div{
  1112. float: left;
  1113. }
  1114. .zx_bz,.zx_hw{
  1115. text-align: center;
  1116. background-image: url(../image/second/titlt_icon.png);
  1117. background-position: center;
  1118. background-repeat: no-repeat;
  1119. margin: 10px 0;
  1120. font-size: 20px;
  1121. color: #fff;
  1122. }
  1123. .g-num{
  1124. /* font-weight: 600; */
  1125. color: #fff;
  1126. }
  1127. .g-name{
  1128. /* color: #fff; */
  1129. color: #fff;
  1130. position: absolute;
  1131. width: 116px;
  1132. bottom: -75px;
  1133. left: 10px;
  1134. }
  1135. .zx_charts h3{
  1136. color: #fff;
  1137. font-size: 20px;
  1138. vertical-align: middle;
  1139. }
  1140. .zx_charts img{
  1141. vertical-align: middle;
  1142. }
  1143. .zx_charts .callSeatState,.zx_charts .realTimeTraffi,.zx_charts .callTraffic{
  1144. background-color: #072e86;
  1145. margin-bottom: 10px;
  1146. }
  1147. .zx_charts .realTimeTraffi{
  1148. width: 521px;
  1149. height: 208px;
  1150. }
  1151. .zx_charts .head_name{
  1152. height: 40px;
  1153. line-height: 41px;
  1154. }
  1155. .callTraffic .data_info li{
  1156. width: 49.33%;
  1157. margin-bottom: 7px;
  1158. }
  1159. .callTraffic .head_name{
  1160. margin-bottom: 10px;
  1161. }
  1162. .callTraffic .data_info li span{
  1163. width: 21px;
  1164. height: 30px;
  1165. line-height: 30px;
  1166. }
  1167. .callTraffic .data_info li label{
  1168. width: 110px;
  1169. }