Açıklama Yok

index.css 20KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137
  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: 890px;
  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,.backTheme,.backThemeClass,.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,.backTheme,.backThemeClass{
  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. /* 二级地图 */
  672. .regionMap_theme{
  673. /*margin-left: 520px;*/
  674. float: left;
  675. background-color:#073e90;
  676. height: 736px;
  677. width: 48%;
  678. position: relative;
  679. }
  680. .key_content,.regionMap_theme{
  681. padding: 20px;
  682. overflow: hidden;
  683. /*background-color:rgba(255,255,255,0);*/
  684. }
  685. .key_content .count-share {
  686. width: 500px;
  687. float: left;
  688. height: 736px;
  689. overflow-y: auto;
  690. background-color: #073e90;
  691. padding: 24px 4px;
  692. }
  693. .table_title,.table_btn{
  694. font-size: 16px;
  695. color: #fff;
  696. }
  697. .table_title .region{
  698. display: inline-block;
  699. padding: 5px 15px;
  700. }
  701. .table_btn .type{
  702. /* background: url(../image/second/btn1.png); */
  703. width: 170px;
  704. height:56px;
  705. line-height: 56px;
  706. background-size: 100% 100%;
  707. text-align: center;
  708. color: #f4d219;
  709. display: inline-block;
  710. /* padding: 5px 15px; */
  711. }
  712. .table_title .time{
  713. display: inline-block;
  714. float: right;
  715. padding: 5px 15px;
  716. }
  717. .table_btn .classify{
  718. /* background: url(../image/second/btn2.png); */
  719. display: inline-block;
  720. width: 170px;
  721. height:56px;
  722. color: #0693be;
  723. line-height: 56px;
  724. text-align: center;
  725. background-size: 100% 100%;
  726. float: right;
  727. }
  728. #regionMap{
  729. position: absolute;
  730. top: -35px;
  731. right: 25px;
  732. }
  733. /* 关键词 */
  734. thead {
  735. background-color: #0669ac;
  736. }
  737. .fixed-table-loading {
  738. color: #fff !important;
  739. background-color: #0669ac !important;
  740. }
  741. .fixed-table-container thead th .th-inner {
  742. line-height: 38px !important;
  743. }
  744. .fixed-table-container {
  745. border: none !important;
  746. }
  747. .fixed-table-container td,.fixed-table-container th{
  748. color: #fff;
  749. font-weight: 500;
  750. font-size: 16px;
  751. border:none !important;
  752. }
  753. .bootstrap-table .table .list tr , thead tr{
  754. border-bottom: 1px solid #235ba6 !important;
  755. }
  756. .secondLevel_keyWord .bootstrap-table td{
  757. padding: 26px !important;
  758. }
  759. ::-webkit-scrollbar
  760. {
  761. width: 16px;
  762. height: 16px;
  763. background-color: #04394b;
  764. }
  765. /*定义滚动条轨道 内阴影+圆角*/
  766. ::-webkit-scrollbar-track
  767. {
  768. -webkit-box-shadow: inset 0 0 6px rgb(6,64,145);
  769. /* border-radius: 10px; */
  770. background-color:rgb(6,64,145) ;
  771. }
  772. /*定义滑块 内阴影+圆角*/
  773. ::-webkit-scrollbar-thumb
  774. {
  775. /* border-radius: 10px; */
  776. -webkit-box-shadow: inset 0 0 6px rgb(6,64,145);
  777. background-color: rgb(4,130,185);
  778. }
  779. .workAct{
  780. color:#00f6ff ;
  781. cursor: pointer;
  782. }
  783. #keywordPie{
  784. position: absolute;
  785. top: -20px;
  786. left: 10px;
  787. }
  788. .regionMap .head_name{
  789. height: 54px;
  790. line-height: 54px;
  791. }
  792. .secondLevel_keyWord .regionMap{
  793. background-color: #073e90;
  794. }
  795. /* .time{
  796. margin-top: 20px;
  797. } */
  798. .time p{
  799. float: left;
  800. margin-right: 20px;
  801. width: 40%;
  802. color: #fff;
  803. font-weight: 600;
  804. font-size: 16px;
  805. }
  806. .time p span{
  807. color: #ffe000;
  808. }
  809. /* 工单列表 */
  810. .bootstrap-table td{
  811. /*padding: 20px !important;*/
  812. padding: 17px !important;
  813. }
  814. /* 工单详情 */
  815. .tablebox table td img {
  816. display: inline-block;
  817. vertical-align: middle;
  818. }
  819. .tablebox.table_md table td, .tablebox.table_md table th {
  820. line-height: 18px;
  821. }
  822. .tablebox table .callType{
  823. background-color: #fff5cc;
  824. /* padding: 5px !important; */
  825. width: 28%;
  826. }
  827. .tablebox table .caalTypeTitle{
  828. background-color: #ffcc00;
  829. }
  830. .tablebox table {
  831. border-collapse: separate;
  832. border-spacing: 0
  833. }
  834. .tablebox{
  835. width: 100%;
  836. height: 336px;
  837. margin: 10px auto;
  838. }
  839. .tablebox table {
  840. width: 100%;
  841. cellspacing:0;
  842. border-collapse:collapse;
  843. }
  844. .tablebox table th, .tablebox table td {
  845. font-size: 12px;
  846. text-align: center;
  847. line-height: 16px;
  848. background: #fff;
  849. color: #222;
  850. }
  851. .tablebox table thead tr{
  852. background: #e5e8e9 !important;
  853. }
  854. .tablebox table td{
  855. padding: 10px;
  856. border-bottom: 1px solid #e5e8e9;
  857. }
  858. .workDetails .tablebox table thead tr{
  859. width: 100%;
  860. }
  861. .workDetails .tablebox{
  862. width: 98%;
  863. }
  864. .workDetails .tablebox table td{
  865. color: #fff;
  866. line-height: 37px;
  867. font-size: 14px;
  868. border-bottom: 1px solid #0572af;
  869. background-color: rgba(255,255,255,0);
  870. }
  871. .workDetails .tablebox table tr{
  872. border-right: 1px solid #0572af;
  873. }
  874. .workDetails .tablebox .infoName{
  875. background-color: #064896;
  876. width: 9%;
  877. padding:10px;
  878. text-align: center;
  879. }
  880. .workDetails .tablebox .infoName2{
  881. background-color: #064896;
  882. padding: 10px;
  883. width: 18%;
  884. text-align: center;
  885. }
  886. .workDetails .tablebox .contN{
  887. width: 15%;
  888. padding:10px 8px;
  889. }
  890. .workDetails .tablebox .contF{
  891. width: 25%;
  892. padding:10px 8px;
  893. }
  894. .workDetails .tablebox .contS{
  895. width: 12%;
  896. padding:10px 8px;
  897. }
  898. .workDetails .tablebox .contFour{
  899. width: 12%;
  900. padding:10px 8px;
  901. }
  902. .workDetails .tablebox .contM{
  903. width: 60%;
  904. padding:20px 27px;
  905. }
  906. .workDetails .tablebox .contB{
  907. width: 85%;
  908. padding:20px 60px;
  909. }
  910. .workDetails button img{
  911. width: 10px;
  912. height: 5px;
  913. }
  914. .btns{
  915. width: 100%;
  916. padding: 10px 43px;
  917. position: relative;
  918. margin-bottom: 20px;
  919. }
  920. .btns button{
  921. border-radius: 5px;
  922. outline: none;
  923. padding: 10px 27px;
  924. cursor: pointer;
  925. }
  926. .left_R{
  927. display: inline-block;
  928. width: 14px;
  929. height: 14px;
  930. vertical-align: middle;
  931. background-size: 100% 100%;
  932. background-image: url(../image/second/leftRow.png);
  933. margin-right: 5px;
  934. }
  935. .btn_left{
  936. background-color: #f1b31e;
  937. border: none;
  938. font-weight: 600;
  939. position: absolute;
  940. right: 190px;
  941. }
  942. .btn_right{
  943. background-color: rgba(255,255,255,0);
  944. border: 1px solid #00f6ff;
  945. color: #00f6ff;
  946. position: absolute;
  947. right: 43px;
  948. }
  949. /* 表格分页的样式 */
  950. .page-list{
  951. display: none !important;
  952. }
  953. .pagination-info{
  954. color: #fff;
  955. font-size: 16px;
  956. }
  957. /* .pull-right{
  958. float: left !important;
  959. } */
  960. /* 办理时长 */
  961. .nowTime li:nth-child(1){
  962. float: left;
  963. }
  964. .nowTime li:nth-child(2){
  965. float: right;
  966. }
  967. .nowTime li{
  968. font-size: 14px;
  969. color: #fff;
  970. }
  971. .nowTime{
  972. padding: 20px 14px;
  973. margin-bottom: 20px;
  974. }
  975. /* 时间弹框 */
  976. .layui-laydate-range{
  977. z-index: 99999999999999999999999999;
  978. }
  979. /* #layui-laydate100002{
  980. z-index: 99999999999999999999999999;
  981. }
  982. #layui-laydate100005{
  983. z-index: 99999999999999999999999999;
  984. } */
  985. #date,#date2,#date3,#rankDate,#rankDate2,#keyDate{
  986. width: 293px;
  987. height: 28px;
  988. padding: 5px 5px 5px 39px;
  989. margin-left: 107px;
  990. background-color: #08599f;
  991. outline: none;
  992. border: 1px solid #08fcff;
  993. color: #08fcff;
  994. }
  995. .searchInput{
  996. width: 200px;
  997. height: 28px;
  998. padding: 5px 5px 5px 5px;
  999. background-color: #08599f;
  1000. outline: none;
  1001. border: 1px solid #08fcff;
  1002. color: #08fcff;
  1003. }
  1004. #rankDate{
  1005. margin-left: 10px;
  1006. }
  1007. #keyDate{
  1008. margin-left: 18px;
  1009. position: absolute;
  1010. top: -22px;
  1011. padding: 1px 5px 1px 6px;
  1012. /* z-index: 10101101; */
  1013. width: 230px;
  1014. }
  1015. .layui-laydate{
  1016. z-index: 6666666666 !important;
  1017. }
  1018. #date thead{
  1019. background-color:#0534a5 !important;
  1020. }
  1021. .search{
  1022. outline: none;
  1023. border: none;
  1024. padding: 8px 16px;
  1025. font-size: 15px;
  1026. border: 1px solid #08fcff;
  1027. background-color: #08599f;
  1028. color: #08fcff;
  1029. }
  1030. input::-webkit-input-placeholder{
  1031. font-size: 16px;
  1032. color:#08fcff;
  1033. }
  1034. .date_icon{
  1035. position: absolute;
  1036. top: 11px;
  1037. left: 117px;
  1038. width:21px ;
  1039. }
  1040. .rank_wrap .date_icon{
  1041. left: 19px;
  1042. }
  1043. .secondLevel_keyWord .date_icon{
  1044. left: 222px;
  1045. top: -17px;
  1046. z-index: 8;
  1047. }
  1048. .zx_charts h3{
  1049. color: #fff;
  1050. font-size: 20px;
  1051. vertical-align: middle;
  1052. }
  1053. .zx_charts img{
  1054. vertical-align: middle;
  1055. }
  1056. .zx_charts .callSeatState,.zx_charts .realTimeTraffi,.zx_charts .callTraffic{
  1057. background-color: #072e86;
  1058. margin-bottom: 10px;
  1059. }
  1060. .zx_charts .realTimeTraffi{
  1061. /*width: 521px;*/
  1062. height: 208px;
  1063. }
  1064. .zx_charts .head_name{
  1065. height: 40px;
  1066. line-height: 41px;
  1067. }
  1068. .callTraffic .data_info li{
  1069. width: 49.33%;
  1070. margin-bottom: 7px;
  1071. }
  1072. .callTraffic .head_name{
  1073. margin-bottom: 10px;
  1074. }
  1075. .callTraffic .data_info li span{
  1076. width: 21px;
  1077. height: 30px;
  1078. line-height: 30px;
  1079. }
  1080. .callTraffic .data_info li label{
  1081. width: 110px;
  1082. }
  1083. /*2023-10-08话务数据统计*/
  1084. #secondCut{
  1085. top: 15px;
  1086. background: none;
  1087. color: #00f6ff;
  1088. }
  1089. #secondCut option{
  1090. background: #022278;
  1091. }