説明なし

index.css 19KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096
  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. display: flex;
  586. }
  587. .data_info li label{
  588. display: inline-block;
  589. width: 84px;
  590. font-weight: 900;
  591. color: #fff;
  592. }
  593. .data_info li span{
  594. background: url(../image/num.png) no-repeat;
  595. background-size: 100% 100%;
  596. display: inline-block;
  597. width: 22px;
  598. height: 34px;
  599. line-height: 34px;
  600. font-family: 'digifaw11';
  601. text-align: center;
  602. color: #fff;
  603. font-size: 21px;
  604. margin-right: 5px;
  605. }
  606. /* 二级大屏 */
  607. .workDetails tr td{
  608. font-size: 17px !important;
  609. }
  610. .traffic li{
  611. float: left;
  612. }
  613. .traffic .rexian{
  614. width: 70%;
  615. }
  616. .traffic .heji{
  617. width: 30%;
  618. }
  619. .bulletFrame,.bulletFrameT{
  620. display: none;
  621. position: absolute;
  622. top: 105px;
  623. left: 5%;
  624. width: 90%;
  625. height: 881px;
  626. z-index: 900000000000000;
  627. padding: 10px 20px;
  628. margin: 0 auto;
  629. background: url(../image/second/bac2.png) no-repeat;
  630. background-size:100% 100%;
  631. overflow-y: auto;
  632. }
  633. .head_name{
  634. width: 100%;
  635. height: 80px;
  636. line-height: 80px;
  637. text-align: center;
  638. }
  639. .head_name h3,.head_name h2{
  640. display: inline-block;
  641. padding: 0 30px;
  642. color: #08fcff;
  643. font-size: 24px;
  644. font-weight: 700;
  645. }
  646. .close_icon,.close_iconT,.close_iconS,.close_zxicon,.close_work,.back_icon,.backKey_icon,.closeMap_icon,.closeKey_icon,.backProcedure{
  647. position: absolute;
  648. top: 25px;
  649. right:25px;
  650. cursor: pointer;
  651. z-index: 1236;
  652. }
  653. .backKey_icon{
  654. display: none;
  655. }
  656. .back_icon,.backKey_icon,.backProcedure{
  657. right:100px;
  658. }
  659. /* 二级地图 */
  660. .regionMap{
  661. margin-left: 520px;
  662. background-color:#073e90;
  663. height: 736px;
  664. position: relative;
  665. }
  666. .key_content,.regionMap{
  667. padding: 20px;
  668. overflow: hidden;
  669. background-color:rgba(255,255,255,0);
  670. }
  671. .key_content .count-share {
  672. width: 500px;
  673. float: left;
  674. height: 736px;
  675. overflow-y: auto;
  676. background-color: #073e90;
  677. padding: 24px 4px;
  678. }
  679. .table_title,.table_btn{
  680. font-size: 16px;
  681. color: #fff;
  682. }
  683. .table_title .region{
  684. display: inline-block;
  685. padding: 5px 15px;
  686. }
  687. .table_btn .type{
  688. /* background: url(../image/second/btn1.png); */
  689. width: 170px;
  690. height:56px;
  691. line-height: 56px;
  692. background-size: 100% 100%;
  693. text-align: center;
  694. color: #f4d219;
  695. display: inline-block;
  696. /* padding: 5px 15px; */
  697. }
  698. .table_title .time{
  699. display: inline-block;
  700. float: right;
  701. padding: 5px 15px;
  702. }
  703. .table_btn .classify{
  704. /* background: url(../image/second/btn2.png); */
  705. display: inline-block;
  706. width: 170px;
  707. height:56px;
  708. color: #0693be;
  709. line-height: 56px;
  710. text-align: center;
  711. background-size: 100% 100%;
  712. float: right;
  713. }
  714. #regionMap{
  715. position: absolute;
  716. top: -35px;
  717. right: 25px;
  718. }
  719. /* 关键词 */
  720. thead {
  721. background-color: #0669ac;
  722. }
  723. .fixed-table-loading {
  724. color: #fff !important;
  725. background-color: #0669ac !important;
  726. }
  727. .fixed-table-container thead th .th-inner {
  728. line-height: 38px !important;
  729. }
  730. .fixed-table-container {
  731. border: none !important;
  732. }
  733. .fixed-table-container td,.fixed-table-container th{
  734. color: #fff;
  735. font-weight: 500;
  736. font-size: 16px;
  737. border:none !important;
  738. }
  739. .bootstrap-table .table .list tr , thead tr{
  740. border-bottom: 1px solid #235ba6 !important;
  741. }
  742. .secondLevel_keyWord .bootstrap-table td{
  743. padding: 26px !important;
  744. }
  745. ::-webkit-scrollbar
  746. {
  747. width: 16px;
  748. height: 16px;
  749. background-color: #04394b;
  750. }
  751. /*定义滚动条轨道 内阴影+圆角*/
  752. ::-webkit-scrollbar-track
  753. {
  754. -webkit-box-shadow: inset 0 0 6px rgb(6,64,145);
  755. /* border-radius: 10px; */
  756. background-color:rgb(6,64,145) ;
  757. }
  758. /*定义滑块 内阴影+圆角*/
  759. ::-webkit-scrollbar-thumb
  760. {
  761. /* border-radius: 10px; */
  762. -webkit-box-shadow: inset 0 0 6px rgb(6,64,145);
  763. background-color: rgb(4,130,185);
  764. }
  765. .workAct{
  766. color:#00f6ff ;
  767. cursor: pointer;
  768. }
  769. #keywordPie{
  770. position: absolute;
  771. top: -20px;
  772. left: 10px;
  773. }
  774. .regionMap .head_name{
  775. height: 54px;
  776. line-height: 54px;
  777. }
  778. .secondLevel_keyWord .regionMap{
  779. background-color: #073e90;
  780. }
  781. /* .time{
  782. margin-top: 20px;
  783. } */
  784. .time p{
  785. float: left;
  786. margin-right: 20px;
  787. width: 40%;
  788. color: #fff;
  789. font-weight: 600;
  790. font-size: 16px;
  791. }
  792. .time p span{
  793. color: #ffe000;
  794. }
  795. /* 工单列表 */
  796. .bootstrap-table td{
  797. padding: 20px !important;
  798. }
  799. /* 工单详情 */
  800. .tablebox table td img {
  801. display: inline-block;
  802. vertical-align: middle;
  803. }
  804. .tablebox.table_md table td, .tablebox.table_md table th {
  805. line-height: 18px;
  806. }
  807. .tablebox table .callType{
  808. background-color: #fff5cc;
  809. /* padding: 5px !important; */
  810. width: 28%;
  811. }
  812. .tablebox table .caalTypeTitle{
  813. background-color: #ffcc00;
  814. }
  815. .tablebox table {
  816. border-collapse: separate;
  817. border-spacing: 0
  818. }
  819. .tablebox{
  820. width: 100%;
  821. height: 336px;
  822. margin: 10px auto;
  823. }
  824. .tablebox table {
  825. width: 100%;
  826. cellspacing:0;
  827. border-collapse:collapse;
  828. }
  829. .tablebox table th, .tablebox table td {
  830. font-size: 12px;
  831. text-align: center;
  832. line-height: 16px;
  833. background: #fff;
  834. color: #222;
  835. }
  836. .tablebox table thead tr{
  837. background: #e5e8e9 !important;
  838. }
  839. .tablebox table td{
  840. padding: 10px;
  841. border-bottom: 1px solid #e5e8e9;
  842. }
  843. .workDetails .tablebox table thead tr{
  844. width: 100%;
  845. }
  846. .workDetails .tablebox{
  847. width: 98%;
  848. border-top: 1px solid #064996;
  849. }
  850. .workDetails .tablebox table td{
  851. color: #fff;
  852. line-height: 37px;
  853. font-size: 14px;
  854. border-bottom: 1px solid #0572af;
  855. background-color: rgba(255,255,255,0);
  856. }
  857. .workDetails .tablebox table tr{
  858. border-right: 1px solid #0572af;
  859. }
  860. .workDetails .tablebox .infoName{
  861. background-color: #064896;
  862. width: 11%;
  863. padding:20px 0px;
  864. text-align: center;
  865. }
  866. .workDetails .tablebox .contN{
  867. width: 15%;
  868. padding:20px 27px;
  869. }
  870. .workDetails .tablebox .contB{
  871. width: 85%;
  872. padding:20px 60px;
  873. }
  874. .workDetails button img{
  875. width: 10px;
  876. height: 5px;
  877. }
  878. .btns{
  879. width: 100%;
  880. padding: 10px 43px;
  881. position: relative;
  882. margin-bottom: 20px;
  883. }
  884. .btns button{
  885. border-radius: 5px;
  886. outline: none;
  887. padding: 10px 27px;
  888. cursor: pointer;
  889. }
  890. .left_R{
  891. display: inline-block;
  892. width: 14px;
  893. height: 14px;
  894. vertical-align: middle;
  895. background-size: 100% 100%;
  896. background-image: url(../image/second/leftRow.png);
  897. margin-right: 5px;
  898. }
  899. .btn_left{
  900. background-color: #f1b31e;
  901. border: none;
  902. font-weight: 600;
  903. }
  904. .btn_right{
  905. background-color: rgba(255,255,255,0);
  906. border: 1px solid #00f6ff;
  907. color: #00f6ff;
  908. position: absolute;
  909. right: 43px;
  910. }
  911. /* 表格分页的样式 */
  912. .page-list{
  913. display: none !important;
  914. }
  915. .pagination-info{
  916. color: #fff;
  917. font-size: 16px;
  918. }
  919. /* .pull-right{
  920. float: left !important;
  921. } */
  922. /* 办理时长 */
  923. .nowTime li:nth-child(1){
  924. float: left;
  925. }
  926. .nowTime li:nth-child(2){
  927. float: right;
  928. }
  929. .nowTime li{
  930. font-size: 14px;
  931. color: #fff;
  932. }
  933. .nowTime{
  934. padding: 20px 14px;
  935. margin-bottom: 20px;
  936. }
  937. /* 时间弹框 */
  938. .layui-laydate-range{
  939. z-index: 99999999999999999999999999;
  940. }
  941. /* #layui-laydate100002{
  942. z-index: 99999999999999999999999999;
  943. }
  944. #layui-laydate100005{
  945. z-index: 99999999999999999999999999;
  946. } */
  947. #date,#date2,#date3,#rankDate,#keyDate{
  948. width: 293px;
  949. height: 28px;
  950. padding: 5px 5px 5px 39px;
  951. margin-left: 107px;
  952. background-color: #08599f;
  953. outline: none;
  954. border: 1px solid #08fcff;
  955. color: #08fcff;
  956. }
  957. .searchInput{
  958. width: 200px;
  959. height: 28px;
  960. padding: 5px 5px 5px 5px;
  961. background-color: #08599f;
  962. outline: none;
  963. border: 1px solid #08fcff;
  964. color: #08fcff;
  965. }
  966. #rankDate{
  967. margin-left: 10px;
  968. }
  969. #keyDate{
  970. margin-left: 18px;
  971. position: absolute;
  972. top: -22px;
  973. padding: 1px 5px 1px 6px;
  974. /* z-index: 10101101; */
  975. width: 230px;
  976. }
  977. .layui-laydate{
  978. z-index: 6666666666 !important;
  979. }
  980. #date thead{
  981. background-color:#0534a5 !important;
  982. }
  983. .search{
  984. outline: none;
  985. border: none;
  986. padding: 8px 16px;
  987. font-size: 15px;
  988. border: 1px solid #08fcff;
  989. background-color: #08599f;
  990. color: #08fcff;
  991. }
  992. input::-webkit-input-placeholder{
  993. font-size: 16px;
  994. color:#08fcff;
  995. }
  996. .date_icon{
  997. position: absolute;
  998. top: 11px;
  999. left: 117px;
  1000. width:21px ;
  1001. }
  1002. .rank_wrap .date_icon{
  1003. left: 19px;
  1004. }
  1005. .secondLevel_keyWord .date_icon{
  1006. left: 222px;
  1007. top: -17px;
  1008. z-index: 8;
  1009. }
  1010. .zx_charts h3{
  1011. color: #fff;
  1012. font-size: 20px;
  1013. vertical-align: middle;
  1014. }
  1015. .zx_charts img{
  1016. vertical-align: middle;
  1017. }
  1018. .zx_charts .callSeatState,.zx_charts .realTimeTraffi,.zx_charts .callTraffic{
  1019. background-color: #072e86;
  1020. margin-bottom: 10px;
  1021. }
  1022. .zx_charts .realTimeTraffi{
  1023. width: 521px;
  1024. height: 208px;
  1025. }
  1026. .zx_charts .head_name{
  1027. height: 40px;
  1028. line-height: 41px;
  1029. }
  1030. .callTraffic .data_info li{
  1031. width: 49.33%;
  1032. margin-bottom: 7px;
  1033. }
  1034. .callTraffic .head_name{
  1035. margin-bottom: 10px;
  1036. }
  1037. .callTraffic .data_info li span{
  1038. width: 21px;
  1039. height: 30px;
  1040. line-height: 30px;
  1041. }
  1042. .callTraffic .data_info li label{
  1043. width: 110px;
  1044. }
  1045. /*2023-10-08话务数据统计*/
  1046. #secondCut{
  1047. top: 15px;
  1048. background: none;
  1049. color: #00f6ff;
  1050. }
  1051. #secondCut option{
  1052. background: #022278;
  1053. }