Нет описания

index.css 20KB

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