Brak opisu

test-1920.css 26KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492
  1. div {
  2. box-sizing: border-box;
  3. }
  4. .clearfix {
  5. clear: both;
  6. }
  7. .container-header {
  8. width: 100%;
  9. height: 90px;
  10. line-height: 90px;
  11. text-align: center;
  12. box-sizing: border-box;
  13. }
  14. .container-header h3 {
  15. font-size: 40px;
  16. color: #fff;
  17. font-weight: 800;
  18. }
  19. .com-screen-content {
  20. width: 100%;
  21. height: auto;
  22. }
  23. .count-base,
  24. .count-resource,
  25. .count-topic {
  26. position: relative;
  27. padding: 20px;
  28. margin-top: 10px;
  29. box-sizing: border-box;
  30. }
  31. .count-base {
  32. margin-left: 90px;
  33. float: left;
  34. /*浮动*/
  35. width: 36%;
  36. /* background-color:saddlebrown ; */
  37. padding: 10px 3px;
  38. }
  39. .count-resource {
  40. margin-left: 10px;
  41. float: left;
  42. width: 28.8%;
  43. /* background-color: #034C6A; */
  44. padding: 10px 3px;
  45. }
  46. .count-share {
  47. /* margin-left:10px; */
  48. float: left;
  49. width: 100%;
  50. /* width:48.4%; */
  51. height: 290px;
  52. background-size: cover;
  53. }
  54. /* .topRec_List{
  55. font-size: 16px !important;
  56. } */
  57. .topRec_List dl,
  58. .maquee {
  59. width: 90%;
  60. overflow: hidden;
  61. margin: 0 auto;
  62. color: #f0ece2
  63. }
  64. .topRec_List dd {
  65. float: left;
  66. text-align: left;
  67. color: #fff;
  68. font-size: 16px;
  69. background-color: #075871;
  70. padding-left: 20px;
  71. box-sizing: border-box;
  72. }
  73. .topRec_List dl dd:nth-child(1) {
  74. width: 30%;
  75. height: 40px;
  76. line-height: 40px;
  77. }
  78. .topRec_List dl dd:nth-child(2) {
  79. width: 40%;
  80. height: 40px;
  81. line-height: 40px;
  82. }
  83. .topRec_List dl dd:nth-child(3) {
  84. width: 30%;
  85. height: 40px;
  86. line-height: 40px;
  87. }
  88. .topRec_List .maquee {
  89. height: 165px;
  90. /* background-color: #005EFC; */
  91. }
  92. .topRec_List ul {
  93. width: 100%;
  94. /* height: 195px; */
  95. }
  96. .topRec_List li {
  97. width: 100%;
  98. height: 40px;
  99. line-height: 40px;
  100. text-align: left;
  101. font-size: 14px;
  102. color: #fff;
  103. border-bottom: 1px solid #536d7f;
  104. }
  105. .topRec_List li div {
  106. float: left;
  107. padding-left: 20px;
  108. box-sizing: border-box;
  109. }
  110. .topRec_List li div img {
  111. vertical-align: middle;
  112. }
  113. .topRec_List li div:nth-child(1) {
  114. width: 30%;
  115. }
  116. .topRec_List li div:nth-child(2) {
  117. width: 40%;
  118. }
  119. .topRec_List li div:nth-child(3) {
  120. width: 30%;
  121. }
  122. * {
  123. margin: 0px;
  124. padding: 0px;
  125. font-family: '微软雅黑';
  126. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  127. }
  128. li {
  129. list-style: none
  130. }
  131. img {
  132. border: none
  133. }
  134. a {
  135. text-decoration: none;
  136. }
  137. .time_statistics .fixed-table-container thead th .th-inner,.test_rank .fixed-table-container thead th .th-inner{
  138. line-height: 20px !important;
  139. }
  140. .time_statistics .fixed-table-container tbody td ,.test_rank .fixed-table-container tbody td{
  141. line-height: 20px !important;
  142. border-left: none !important;
  143. }
  144. .tool_downs {
  145. margin: 0;
  146. padding: 0;
  147. list-style: none;
  148. }
  149. .tool_downs li {
  150. display: inline-block;
  151. }
  152. .tool_downs li .aBtn {
  153. min-width: 35px;
  154. }
  155. body {
  156. width: 100%;
  157. height: 100%;
  158. background-image: url(../images/background.png);
  159. }
  160. .count-resource {
  161. margin-top: 15px;
  162. }
  163. .call_situation,
  164. .accept_statistics,
  165. .accept_channel,
  166. .key_word,
  167. .time_statistics,
  168. .test_rank {
  169. background-image: url(../images/model_background1.png);
  170. background-repeat: no-repeat;
  171. }
  172. .call_situation,
  173. .accept_statistics,
  174. .accept_channel,
  175. .key_word,
  176. .time_statistics,
  177. .test_rank {
  178. position: relative;
  179. margin-bottom: 25px;
  180. width: 100%;
  181. height: 290px;
  182. cursor: pointer;
  183. }
  184. #main{
  185. position: absolute;
  186. top: 47px;
  187. }
  188. .call_situation h3,
  189. .accept_statistics .title,
  190. .accept_channel h3 {
  191. position: absolute;
  192. left: 213px;
  193. top: 8px;
  194. color: #fff;
  195. z-index: 12;
  196. font-size: 20px;
  197. }
  198. .key_word h3,
  199. .time_statistics h3,.test_rank h3{
  200. position: absolute;
  201. left:183px;
  202. top:9px;
  203. color: #fff;
  204. z-index: 12;
  205. font-size: 20px;
  206. }
  207. .test_rank .test_title{
  208. left:216px;
  209. }
  210. .call_line{
  211. position: absolute;
  212. width: 85%;
  213. top: 58px;
  214. left: 47px;
  215. /* margin-left: 10px; */
  216. border-top: 1px solid #53697c;
  217. z-index: 567966;
  218. }
  219. .accept_statistics div {
  220. float: left;
  221. }
  222. .accept_statistics div h3 {
  223. background-image: url(../images/title_background.png);
  224. background-repeat: no-repeat;
  225. background-position: center;
  226. color: #fff;
  227. font-size: 16px;
  228. }
  229. .accept_channel div {
  230. position: absolute;
  231. bottom: 0;
  232. }
  233. .time_statistics>div,
  234. .test_rank>div {
  235. position: absolute;
  236. bottom: -65px;
  237. }
  238. #main4 {
  239. /* position: absolute;
  240. top: -45px; */
  241. }
  242. .count-base {
  243. text-align: center;
  244. }
  245. .acceptance_state {
  246. background-image: url(../images/model_background2.png);
  247. background-size: 100% 100%;
  248. width: 109%;
  249. height: 140px;
  250. margin-top: 44px;
  251. margin-left: -70px;
  252. /* background-color: #03DA8D; */
  253. position: relative;
  254. }
  255. .acceptance_state h3 {
  256. position: absolute;
  257. left: 295px;
  258. top: 8px;
  259. color: #fff;
  260. z-index: 12;
  261. font-size: 20px;
  262. }
  263. .acceptance_state ul {
  264. padding-top: 58px;
  265. padding-left: 25px;
  266. }
  267. .acceptance_state ul li {
  268. float: left;
  269. }
  270. .acceptance_state ul li div {
  271. width: 100%;
  272. }
  273. .acceptance_state ul li:nth-child(2),
  274. .acceptance_state ul li:nth-child(4),
  275. .acceptance_state ul li:nth-child(6) {
  276. background-image: url(../images/line.png);
  277. width: 2px;
  278. height: 54px;
  279. margin-top: 10px;
  280. }
  281. .acceptance_state ul li:nth-child(1),
  282. .acceptance_state ul li:nth-child(3),
  283. .acceptance_state ul li:nth-child(5),
  284. .acceptance_state ul li:nth-child(7) {
  285. width: 24%;
  286. }
  287. .num {
  288. font-size: 35px;
  289. font-weight: 700;
  290. color: #00f0ff;
  291. }
  292. .cont {
  293. color: #fff;
  294. font-weight: 700;
  295. font-size: 17px;
  296. }
  297. .map {
  298. background-image: url(../images/map.png);
  299. background-repeat: no-repeat;
  300. background-size: 0 0;
  301. background-position: center;
  302. margin-left: -33px;
  303. position: relative;
  304. animation: myfirst 2.5s;
  305. animation-fill-mode: forwards;
  306. }
  307. @keyframes myfirst {
  308. 0% {
  309. background-size: 0 0;
  310. }
  311. 100% {
  312. background-size: 100% 100%;
  313. animation-fill-mode:forwards ;
  314. }
  315. }
  316. .lzmap {
  317. background-image: url(../images/map/linzhou.png);
  318. background-size: 100% 100%;
  319. width: 36%;
  320. height: 61%;
  321. opacity: 0;
  322. position: absolute;
  323. top: -1px;
  324. left: -6px;
  325. cursor: pointer;
  326. }
  327. .lzmap:hover {
  328. background-image: url(../images/map_active/linzhou.png);
  329. background-size: 0 0;
  330. background-repeat: no-repeat;
  331. background-position: center;
  332. animation: myfirst1 1s;
  333. animation-fill-mode: forwards;
  334. width: 36%;
  335. height: 61%;
  336. opacity: 1;
  337. position: absolute;
  338. top: -1px;
  339. left: -6px;
  340. cursor: pointer;
  341. color: rgba(255, 255, 255, 0);
  342. }
  343. @keyframes myfirst1 {
  344. 0% {
  345. background-size: 0 0;
  346. }
  347. 100% {
  348. background-size: 100% 100%;
  349. }
  350. }
  351. .aymap {
  352. background-image: url(../images/map/anyang.png);
  353. background-size: 100% 100%;
  354. width: 62.4%;
  355. height: 36.7%;
  356. opacity: 0;
  357. position: absolute;
  358. top: -6px;
  359. left: 137px;
  360. cursor: pointer;
  361. }
  362. .aymap:hover {
  363. background-image: url(../images/map_active/anyang.png);
  364. background-size: 0 0;
  365. background-position: center;
  366. background-repeat: no-repeat;
  367. animation: myfirst2 1s;
  368. animation-fill-mode: forwards;
  369. width: 62.4%;
  370. height: 36.7%;
  371. opacity: 1;
  372. position: absolute;
  373. top: -6px;
  374. left: 137px;
  375. cursor: pointer;
  376. color: rgba(255, 255, 255, 0);
  377. }
  378. @keyframes myfirst2 {
  379. 0% {
  380. background-size: 0 0;
  381. }
  382. 100% {
  383. background-size: 100% 100%;
  384. }
  385. }
  386. .lamap {
  387. background-image: url(../images/map/longan.png);
  388. background-size: 100% 100%;
  389. /* width: 52px;
  390. height: 50px; */
  391. width: 9%;
  392. height: 8.7%;
  393. opacity: 0;
  394. position: absolute;
  395. top: 119px;
  396. left: 289px;
  397. cursor: pointer;
  398. }
  399. .lamap:hover {
  400. background-image: url(../images/map_active/longan.png);
  401. background-size: 0 0;
  402. background-position: center;
  403. background-repeat: no-repeat;
  404. animation: myfirst3 1s;
  405. animation-fill-mode: forwards;
  406. width: 9%;
  407. height: 8.7%;
  408. opacity: 1;
  409. position: absolute;
  410. top: 119px;
  411. left: 289px;
  412. cursor: pointer;
  413. color: rgba(255, 255, 255, 0);
  414. }
  415. @keyframes myfirst3 {
  416. 0% {
  417. background-size: 0 0;
  418. }
  419. 100% {
  420. background-size: 100% 100%;
  421. }
  422. }
  423. .bgmap {
  424. background-image: url(../images/map/beiguan.png);
  425. background-size: 100% 100%;
  426. /* width: 50px;
  427. height: 47px; */
  428. width: 9.9%;
  429. height: 6.9%;
  430. opacity: 0;
  431. position: absolute;
  432. top: 120px;
  433. left: 332px;
  434. cursor: pointer;
  435. }
  436. .bgmap:hover {
  437. background-image: url(../images/map_active/beiguan.png);
  438. background-size: 0 0;
  439. background-position: center;
  440. background-repeat: no-repeat;
  441. animation: myfirst4 1s;
  442. animation-fill-mode: forwards;
  443. width: 9.9%;
  444. height: 6.9%;
  445. opacity: 1;
  446. position: absolute;
  447. top: 120px;
  448. left: 332px;
  449. cursor: pointer;
  450. color: rgba(255, 255, 255, 0);
  451. }
  452. @keyframes myfirst4 {
  453. 0% {
  454. background-size: 0 0;
  455. }
  456. 100% {
  457. background-size: 100% 100%;
  458. }
  459. }
  460. .gxmap {
  461. background-image: url(../images/map/gaoxin.png);
  462. background-size: 100% 100%;
  463. /* width: 43px;
  464. height: 33px; */
  465. width: 7.6%;
  466. height: 5.5%;
  467. opacity: 0;
  468. position: absolute;
  469. top: 160px;
  470. left: 328px;
  471. cursor: pointer;
  472. z-index: 5555;
  473. }
  474. .gxmap:hover {
  475. background-image: url(../images/map_active/gaoxin.png);
  476. background-size: 0 0;
  477. background-position: center;
  478. background-repeat: no-repeat;
  479. animation: myfirst5 1s;
  480. animation-fill-mode: forwards;
  481. width: 7.6%;
  482. height: 5.5%;
  483. opacity: 1;
  484. position: absolute;
  485. top: 160px;
  486. left: 328px;
  487. cursor: pointer;
  488. color: rgba(255, 255, 255, 0);
  489. }
  490. @keyframes myfirst5 {
  491. 0% {
  492. background-size: 0 0;
  493. }
  494. 100% {
  495. background-size: 100% 100%;
  496. }
  497. }
  498. .ydmap {
  499. background-image: url(../images/map/yindu.png);
  500. background-size: 100% 100%;
  501. /* width: 43px;
  502. height: 33px; */
  503. width: 18%;
  504. height: 13.4%;
  505. opacity: 0;
  506. position: absolute;
  507. top: 167px;
  508. left: 238px;
  509. cursor: pointer;
  510. }
  511. .ydmap:hover {
  512. background-image: url(../images/map_active/yindu.png);
  513. background-size: 0 0;
  514. background-position: center;
  515. background-repeat: no-repeat;
  516. animation: myfirst6 1s;
  517. animation-fill-mode: forwards;
  518. width: 20%;
  519. height: 14.4%;
  520. opacity: 1;
  521. position: absolute;
  522. top: 162px;
  523. left: 229px;
  524. cursor: pointer;
  525. color: rgba(255, 255, 255, 0);
  526. }
  527. @keyframes myfirst6 {
  528. 0% {
  529. background-size: 0 0;
  530. }
  531. 100% {
  532. background-size: 100% 100%;
  533. }
  534. }
  535. .wfmap {
  536. background-image: url(../images/map/wenfeng.png);
  537. background-size: 100% 100%;
  538. /* width: 43px;
  539. height: 33px; */
  540. width: 15.9%;
  541. height: 14%;
  542. opacity: 0;
  543. position: absolute;
  544. top: 159px;
  545. left: 339px;
  546. cursor: pointer;
  547. }
  548. .wfmap:hover {
  549. background-image: url(../images/map_active/wenfeng.png);
  550. background-size: 0 0;
  551. background-position: center;
  552. background-repeat: no-repeat;
  553. animation: myfirst7 1s;
  554. animation-fill-mode: forwards;
  555. width: 15.9%;
  556. height: 14%;
  557. opacity: 1;
  558. position: absolute;
  559. top: 159px;
  560. left: 339px;
  561. cursor: pointer;
  562. color: rgba(255, 255, 255, 0);
  563. }
  564. @keyframes myfirst7 {
  565. 0% {
  566. background-size: 0 0;
  567. }
  568. 100% {
  569. background-size: 100% 100%;
  570. }
  571. }
  572. .tymap {
  573. background-image: url(../images/map/tangyin.png);
  574. background-size: 100% 100%;
  575. /* width: 43px;
  576. height: 33px; */
  577. width: 36%;
  578. height: 23%;
  579. opacity: 0;
  580. position: absolute;
  581. top: 221px;
  582. left: 288px;
  583. cursor: pointer;
  584. }
  585. .tymap:hover {
  586. background-image: url(../images/map_active/tangyin.png);
  587. background-size: 0 0;
  588. background-position: center;
  589. background-repeat: no-repeat;
  590. animation: myfirst8 1s;
  591. animation-fill-mode: forwards;
  592. width: 36%;
  593. height: 23%;
  594. opacity: 1;
  595. position: absolute;
  596. top: 221px;
  597. left: 288px;
  598. cursor: pointer;
  599. color: rgba(255, 255, 255, 0);
  600. }
  601. @keyframes myfirst8 {
  602. 0% {
  603. background-size: 0 0;
  604. }
  605. 100% {
  606. background-size: 100% 100%;
  607. }
  608. }
  609. .nhmap {
  610. background-image: url(../images/map/neihuang.png);
  611. background-size: 100% 100%;
  612. /* width: 43px;
  613. height: 33px; */
  614. width: 30%;
  615. height: 45%;
  616. opacity: 0;
  617. position: absolute;
  618. top: 132px;
  619. right: 7px;
  620. cursor: pointer;
  621. }
  622. .nhmap:hover {
  623. background-image: url(../images/map_active/neihuang.png);
  624. background-size: 0 0;
  625. background-position: center;
  626. background-repeat: no-repeat;
  627. animation: myfirst9 1s;
  628. animation-fill-mode: forwards;
  629. width: 30%;
  630. height: 45%;
  631. opacity: 1;
  632. position: absolute;
  633. top: 132px;
  634. right: 7px;
  635. cursor: pointer;
  636. color: rgba(255, 255, 255, 0);
  637. }
  638. @keyframes myfirst9 {
  639. 0% {
  640. background-size: 0 0;
  641. }
  642. 100% {
  643. background-size: 100% 100%;
  644. }
  645. }
  646. .hxmap {
  647. background-image: url(../images/map/huaxian.png);
  648. background-size: 100% 100%;
  649. /* width: 43px;
  650. height: 33px; */
  651. width: 46%;
  652. height: 43%;
  653. opacity: 0;
  654. position: absolute;
  655. top: 420px;
  656. right: -1px;
  657. cursor: pointer;
  658. }
  659. .hxmap:hover {
  660. background-image: url(../images/map_active/huaxian.png);
  661. background-size: 0 0;
  662. background-position: center;
  663. background-repeat: no-repeat;
  664. animation: myfirst10 1s;
  665. animation-fill-mode: forwards;
  666. width: 46%;
  667. height: 43%;
  668. opacity: 1;
  669. position: absolute;
  670. top: 420px;
  671. right: -1px;
  672. cursor: pointer;
  673. color: rgba(255, 255, 255, 0);
  674. }
  675. @keyframes myfirst10 {
  676. 0% {
  677. background-size: 0 0;
  678. }
  679. 100% {
  680. background-size: 100% 100%;
  681. }
  682. }
  683. .wrap {
  684. width: 180px;
  685. position: absolute;
  686. z-index: 100;
  687. display: none;
  688. }
  689. .dataCont {
  690. background-image: url(../images/reminder_box.png);
  691. background-size: 100% 100%;
  692. width: 100%;
  693. height: 0;
  694. padding: 5px 10px;
  695. box-sizing: border-box;
  696. font-size: 12px;
  697. overflow: hidden;
  698. color: #e4cc07;
  699. animation:mywrap 1.5s;
  700. animation-fill-mode: forwards;
  701. }
  702. @keyframes mywrap {
  703. 0% {
  704. height: 0;
  705. }
  706. 100% {
  707. height: 130px;
  708. }
  709. }
  710. .bar {
  711. width: 3px;
  712. height: 0;
  713. margin: 0 auto;
  714. border-right: 2px dashed #ffe000;
  715. position: absolute;
  716. left: 87px;
  717. animation: mybar 1.5s;
  718. animation-fill-mode: forwards;
  719. }
  720. @keyframes mybar {
  721. 0% {
  722. height: 0;
  723. }
  724. 100% {
  725. height: 70px;
  726. }
  727. }
  728. @keyframes mydataCont {
  729. 0% {
  730. }
  731. 100% {
  732. }
  733. }
  734. .dataCont li {
  735. padding: 3px;
  736. }
  737. .dataCont li span {
  738. display: inline-block;
  739. }
  740. .lable {
  741. color: #fff;
  742. width: 50%;
  743. }
  744. .lable_num {
  745. width: 20%;
  746. color: #e4cc07;
  747. /* padding-right: 5px; */
  748. text-align: right;
  749. /* background-color: #007AFF; */
  750. }
  751. .bulletFrame,.bulletFrameT{
  752. display: none;
  753. position: absolute;
  754. top: 50px;
  755. left: 50px;
  756. width: 95%;
  757. height: 965px;
  758. z-index: 100000;
  759. padding: 10px 20px;
  760. margin: 0 auto;
  761. /* opacity: 0.6; */
  762. /* box-sizing: border-box; */
  763. /* background-color: #005EFC; */
  764. background: url(../images/secondary_img/background.png) no-repeat;
  765. background-size:100% 100%;
  766. overflow-y: auto;
  767. }
  768. .bulletFrameT{
  769. width: 95%;
  770. height: 970px;
  771. z-index: 100005;
  772. }
  773. /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  774. .bulletFrame::-webkit-scrollbar
  775. {
  776. width: 12px;
  777. height: 12px;
  778. background-color: #04394b;
  779. }
  780. /*定义滚动条轨道 内阴影+圆角*/
  781. .bulletFrame::-webkit-scrollbar-track
  782. {
  783. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  784. /* border-radius: 10px; */
  785. background-color: #04394b;
  786. }
  787. /*定义滑块 内阴影+圆角*/
  788. .bulletFrame::-webkit-scrollbar-thumb
  789. {
  790. /* border-radius: 10px; */
  791. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  792. background-color: #036171;
  793. }
  794. .bulletFrame::-webkit-scrollbar-button{
  795. width: 12px;
  796. height: 12px;
  797. border-radius: 50%;
  798. background-color: #028493;
  799. }
  800. .traffic_wrap{
  801. width: 100%;
  802. }
  803. .head_name{
  804. width: 100%;
  805. height: 80px;
  806. line-height: 80px;
  807. text-align: center;
  808. }
  809. .head_name h3{
  810. display: inline-block;
  811. padding: 0 30px;
  812. color: #08fcff;
  813. font-size: 24px;
  814. font-weight: 700;
  815. }
  816. .data_info{
  817. margin-bottom: 160px;
  818. }
  819. .traffic_wrap .data_info li{
  820. background: url(../images/secondary_img/data_bac.png) no-repeat;
  821. background-size: 100% 100%;
  822. width: 11%;
  823. height: 125px;
  824. float: left;
  825. margin-left: 22px;
  826. padding: 5px 10px;
  827. box-sizing: border-box;
  828. }
  829. .traffic_wrap .data_info li h5{
  830. padding: 10px;
  831. color: #fff;
  832. font-size: 16px;
  833. }
  834. .traffic_wrap .data_info li div span{
  835. background: url(../images/secondary_img/num_bac.png) no-repeat;
  836. background-size: 100% 100%;
  837. display: inline-block;
  838. width: 21%;
  839. height: 62px;
  840. line-height: 65px;
  841. text-align: center;
  842. margin-left: 5px;
  843. color: #fff;
  844. font-weight: 600;
  845. font-size: 19px;
  846. }
  847. .close_icon,.close_iconT,.close_iconP,.close_iconC,.close_iconR{
  848. position: absolute;
  849. top: 25px;
  850. right:25px;
  851. cursor: pointer;
  852. z-index: 1236;
  853. }
  854. .acceptance_wrap .data_info li{
  855. width: 22%;
  856. height: 80px;
  857. line-height: 80px;
  858. float: left;
  859. margin-left: 41px;
  860. padding: 5px 10px;
  861. box-sizing: border-box;
  862. color: #fff;
  863. font-size: 16px;
  864. }
  865. .acceptance_wrap .data_info li span{
  866. background: url(../images/secondary_img/num_bac2.png) no-repeat;
  867. background-size: 100% 100%;
  868. display: inline-block;
  869. width: 50px;
  870. height: 50px;
  871. line-height: 50px;
  872. text-align: center;
  873. margin-right: -5px;
  874. vertical-align: middle;
  875. }
  876. #channel{
  877. position: absolute;
  878. top: -10px;
  879. left: 0;
  880. }
  881. .key_content,.pie_statistics{
  882. padding: 20px;
  883. overflow: hidden;
  884. }
  885. .key_content .count-share {
  886. width: 500px;
  887. float: left;
  888. height: 803px;
  889. overflow-y: auto;
  890. background-color: #036372;
  891. padding: 24px 4px;
  892. }
  893. .key_content .count-share::-webkit-scrollbar
  894. {
  895. width: 16px;
  896. height: 16px;
  897. background-color: #04394b;
  898. }
  899. /*定义滚动条轨道 内阴影+圆角*/
  900. .key_content .count-share::-webkit-scrollbar-track
  901. {
  902. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  903. /* border-radius: 10px; */
  904. background-color: #036170;
  905. }
  906. /*定义滑块 内阴影+圆角*/
  907. .key_content .count-share::-webkit-scrollbar-thumb
  908. {
  909. /* border-radius: 10px; */
  910. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  911. background-color: #028492;
  912. }
  913. .key_content .topRec_List dd{
  914. background-color: #027c8e !important;
  915. }
  916. .key_content .topRec_List dd,.key_content .topRec_List li{
  917. text-align: center;
  918. padding: 0 ;
  919. }
  920. .key_content .topRec_List li{
  921. width: 90%;
  922. margin: 0 auto;
  923. height: 60px ;
  924. line-height: 60px !important;
  925. }
  926. .key_content .topRec_List dd{
  927. width: 25% !important;
  928. height: 50px !important;
  929. line-height: 50px !important;
  930. }
  931. .key_content .topRec_List ul{
  932. height: 750px;
  933. }
  934. .key_content .topRec_List ul li div{
  935. width: 25% !important;
  936. height: 60px !important;
  937. line-height: 60px !important;
  938. padding: 0 ;
  939. }
  940. .pie_statistics{
  941. margin-left: 520px;
  942. background-color:#036372;
  943. height: 803px;
  944. }
  945. .pie_statistics h3{
  946. background: url(../images/secondary_img/titlt_icon.png) no-repeat;
  947. background-position: 50% 50%;
  948. width: 100%;
  949. text-align: center;
  950. font-size: 18px;
  951. font-weight: 600;
  952. color: #fff;
  953. }
  954. .time{
  955. margin-top: 20px;
  956. }
  957. .time p{
  958. float: left;
  959. margin-right: 20px;
  960. width: 40%;
  961. color: #fff;
  962. font-weight: 600;
  963. font-size: 16px;
  964. }
  965. .time p span{
  966. color: #ffe000;
  967. }
  968. #keywordPie,#keywordPie2,#keywordPie3{
  969. position: absolute;
  970. top: 75px;
  971. right: 77px;
  972. margin: 0 auto;
  973. }
  974. /*
  975. 更改bootstrap的样式
  976. */
  977. thead {
  978. background-color: #036f7f;
  979. }
  980. .bootstrap-table .table{
  981. color: #fff !important;
  982. font-size: 15px !important;
  983. border: none !important;
  984. }
  985. .fixed-table-container{
  986. border: none !important;
  987. }
  988. .bootstrap-table .table tr th{
  989. border: none !important;
  990. }
  991. .bootstrap-table .table .list tr{
  992. border-bottom: 1px solid #507e8a;
  993. }
  994. .fixed-table-container thead th .th-inner{
  995. line-height: 38px !important;
  996. }
  997. .fixed-table-container tbody td {
  998. line-height: 38px !important;
  999. border-left: none !important;
  1000. }
  1001. .fixed-table-loading{
  1002. color: #fff !important;
  1003. background-color: rgb(0,82,99) !important;
  1004. }
  1005. .nowTime li:nth-child(1){
  1006. float: left;
  1007. }
  1008. .nowTime li:nth-child(2),.nowTime li:nth-child(3){
  1009. float: right;
  1010. }
  1011. .nowTime li{
  1012. font-size: 14px;
  1013. color: #fff;
  1014. }
  1015. .nowTime{
  1016. padding: 20px 14px;
  1017. margin-bottom: 20px;
  1018. }
  1019. #container{
  1020. margin: 0 auto;
  1021. margin-top: 30px;
  1022. }
  1023. .key_content .state-share {
  1024. width: 430px;
  1025. float: left;
  1026. height: 803px;
  1027. overflow: hidden;
  1028. padding: 0 4px;
  1029. }
  1030. .key_content .state-share li{
  1031. width: 85%;
  1032. height: 180px;
  1033. background-size: 100% 100%;
  1034. margin: 0 auto;
  1035. margin-bottom: 27px;
  1036. overflow: hidden;
  1037. }
  1038. .key_content .state-share li:nth-child(1){
  1039. background-image: url(../images/secondary_img/supervise.png);
  1040. }
  1041. .key_content .state-share li:nth-child(2){
  1042. background-image: url(../images/secondary_img/direct.png);
  1043. }
  1044. .key_content .state-share li:nth-child(3){
  1045. background-image: url(../images/secondary_img/transfer.png);
  1046. }
  1047. .key_content .state-share li:nth-child(4){
  1048. background-image: url(../images/secondary_img/urging.png);
  1049. }
  1050. .right_share{
  1051. margin-left: 450px;
  1052. }
  1053. .right_share p{
  1054. text-align: center;
  1055. color: #fff;
  1056. font-weight: 600;
  1057. font-size: 18px;
  1058. }
  1059. .key_content .state-share li div span{
  1060. display: inline-block;
  1061. box-sizing: border-box;
  1062. width: 49%;
  1063. height: 50px;
  1064. line-height: 50px;
  1065. padding: 0 18px;
  1066. font-size: 18px;
  1067. color: #fff;
  1068. }
  1069. .key_content .state-share li div p{
  1070. float: left;
  1071. width: 49%;
  1072. text-align: center;
  1073. height: 120px;
  1074. position: relative; /*脱离文档流*/
  1075. top: 40px; /*偏移*/
  1076. }
  1077. .key_content .state-share li div p label{
  1078. display: inline-block;
  1079. width: 49%;
  1080. margin-bottom: 5px;
  1081. color: #fff;
  1082. font-size: 20px;
  1083. font-weight: 500;
  1084. }
  1085. /* 百度地图 */
  1086. .BMap_stdMpPan{
  1087. display: none !important;
  1088. }
  1089. /* 进度背景 */
  1090. .BMap_stdMpSliderBgTop {
  1091. height: 200px !important;
  1092. background-image: url(../images/secondary_img/speed.png) !important;
  1093. background-size: 100% 100% !important;
  1094. left:17px !important
  1095. }
  1096. /* 进度范围 */
  1097. .BMap_stdMpSliderBgBot {
  1098. height: 195px !important;
  1099. overflow: hidden;
  1100. background-color: #034a5b !important;
  1101. /* left: 4px !important; */
  1102. }
  1103. /* 小进度按钮 */
  1104. .BMap_stdMpSliderBar {
  1105. background-color: #034a5b !important;
  1106. z-index: 888 !important;
  1107. }
  1108. /* 按钮 */
  1109. .BMap_stdMpZoom{
  1110. height: 236px !important;
  1111. text-align: center;
  1112. top: -117px !important;
  1113. /* background-color: darkblue; */
  1114. }
  1115. .infoTitle li{
  1116. float: left;
  1117. width: 11%;
  1118. text-align: center;
  1119. margin-bottom: 10px;
  1120. }
  1121. .infoTitle label{
  1122. width: 100%;
  1123. display: inline-block;
  1124. text-align: center;
  1125. }
  1126. .infoTitle img{
  1127. width: 24px;
  1128. height: 24px;
  1129. vertical-align: middle;
  1130. }
  1131. .infoTitle span{
  1132. display: inline-block;
  1133. width: 100%;
  1134. }
  1135. .infoTitle{
  1136. width: 600px;
  1137. padding: 10px 20px;
  1138. background-color: #fff;
  1139. position: absolute;
  1140. top:120px;
  1141. left:60px;
  1142. margin-bottom: 10px;
  1143. box-sizing: border-box;
  1144. }
  1145. .showInfo{
  1146. width: 460px;
  1147. height: 400px;
  1148. background-color: #fff;
  1149. padding: 10px 20px;
  1150. position: absolute;
  1151. top:330px;
  1152. left:60px;
  1153. box-shadow: 5px 5px 2px #d3d3d3;
  1154. }
  1155. .showInfo h3{
  1156. background: url(../images/secondary_img/title.png) no-repeat;
  1157. background-position: 50% 50%;
  1158. width: 100%;
  1159. text-align: center;
  1160. font-size: 16px;
  1161. font-weight: 600;
  1162. color: #222;
  1163. margin-bottom: 10px;
  1164. }
  1165. .showInfo h3 .btn_right,.showInfo h3 .btn_left{
  1166. display: inline-block;
  1167. width: 100px;
  1168. cursor: pointer;
  1169. opacity: 0;
  1170. background-color: #007AFF;
  1171. position: absolute;
  1172. }
  1173. .showInfo h3 .btn_left{
  1174. left:100px
  1175. }
  1176. .showInfo h3 .btn_right{
  1177. right: 100px;
  1178. }
  1179. .showInfo tbody{
  1180. overflow-y: auto;
  1181. }
  1182. .tablebox table {
  1183. border-collapse: separate;
  1184. border-spacing: 0
  1185. }
  1186. .tablebox{
  1187. width: 100%;
  1188. height: 336px;
  1189. margin: 10px auto;
  1190. }
  1191. .tablebox table {
  1192. width: 100%;
  1193. cellspacing:0;
  1194. border-collapse:collapse;
  1195. }
  1196. .tablebox table th, .tablebox table td {
  1197. font-size: 12px;
  1198. text-align: center;
  1199. line-height: 16px;
  1200. background: #fff;
  1201. color: #222;
  1202. }
  1203. .tablebox table thead tr{
  1204. background: #e5e8e9 !important;
  1205. }
  1206. .tablebox table td{
  1207. padding: 10px;
  1208. border-bottom: 1px solid #e5e8e9;
  1209. }
  1210. .showInfo .tablebox table th {
  1211. padding: 4px;
  1212. height: 30px;
  1213. line-height: 30px;
  1214. background: #e5e8e9;
  1215. font-size: 14px;
  1216. font-weight: normal;
  1217. border-left: none !important;
  1218. }
  1219. .tablebox table td img {
  1220. display: inline-block;
  1221. vertical-align: middle;
  1222. }
  1223. .tablebox.table_md table td, .tablebox.table_md table th {
  1224. line-height: 18px;
  1225. }
  1226. .tablebox table .callType{
  1227. background-color: #fff5cc;
  1228. /* padding: 5px !important; */
  1229. width: 28%;
  1230. }
  1231. .tablebox table .caalTypeTitle{
  1232. background-color: #ffcc00;
  1233. }
  1234. /* 工单详情 */
  1235. .workDetails .tablebox table thead tr{
  1236. width: 100%;
  1237. }
  1238. .workDetails .tablebox{
  1239. width: 98%;
  1240. border-top: 1px solid #035d6e;
  1241. }
  1242. .workDetails .tablebox table td{
  1243. color: #fff;
  1244. line-height: 37px;
  1245. font-size: 14px;
  1246. border-bottom: 1px solid #028c9a;
  1247. background-color: rgba(255,255,255,0);
  1248. }
  1249. .workDetails .tablebox table tr{
  1250. border-right: 1px solid #028c9a;
  1251. }
  1252. .workDetails .tablebox .infoName{
  1253. background-color: #027282;
  1254. width: 101
  1255. padding:20px 0px;
  1256. }
  1257. .workDetails .tablebox .contN{
  1258. width: 15%;
  1259. padding:20px 27px;
  1260. }
  1261. .workDetails .tablebox .contB{
  1262. width: 85%;
  1263. padding:20px 60px;
  1264. }
  1265. .workDetails button img{
  1266. width: 10px;
  1267. height: 5px;
  1268. }
  1269. .btns{
  1270. width: 100%;
  1271. padding: 10px 43px;
  1272. position: relative;
  1273. }
  1274. .btns button{
  1275. border-radius: 5px;
  1276. outline: none;
  1277. padding: 7px 17px;
  1278. cursor: pointer;
  1279. }
  1280. .left_R{
  1281. display: inline-block;
  1282. width: 14px;
  1283. height: 14px;
  1284. vertical-align: middle;
  1285. background-size: 100% 100%;
  1286. background-image: url(../images/leftRow.png);
  1287. margin-right: 5px;
  1288. }
  1289. .btn_left{
  1290. background-color: #f1b31e;
  1291. border: none;
  1292. font-weight: 600;
  1293. }
  1294. .btn_right{
  1295. background-color: rgba(255,255,255,0);
  1296. border: 1px solid #00f6ff;
  1297. color: #00f6ff;
  1298. position: absolute;
  1299. right: 43px;
  1300. }
  1301. a.aBtn{
  1302. color: #08f2f6!important;
  1303. font-weight: 600;
  1304. cursor: pointer;
  1305. }
  1306. .workAct{
  1307. color:#00f6ff ;
  1308. cursor: pointer;
  1309. }
  1310. .dbWrap,.zbWrap,.zubWrap,.cbWrap{
  1311. cursor: pointer;
  1312. }
  1313. /* .state-share{
  1314. } */
  1315. .state-share li{
  1316. position: relative;
  1317. z-index: 200000000;
  1318. cursor: pointer;
  1319. }
  1320. .rankList .tablebox,.rankListDetial .tablebox{
  1321. width: 95%;
  1322. margin: 0 auto;
  1323. }
  1324. .rankList .tablebox td,.rankList .tablebox th,.rankList .tablebox thead,.rankListDetial .tablebox td,.rankListDetial .tablebox th{
  1325. background-color: rgba(255,255,255,0);
  1326. color: #fff;
  1327. font-weight: 600;
  1328. }
  1329. .rankList .tablebox th,.rankListDetial .tablebox th{
  1330. padding: 35px 20px;
  1331. box-sizing: border-box;
  1332. background-color: rgb(2,112,129);
  1333. border: 1px solid rgb(2,121,136);
  1334. }
  1335. .rankList .tablebox td,.rankListDetial .tablebox td{
  1336. padding: 40px 20px;
  1337. box-sizing: border-box;
  1338. border: 1px solid rgb(2,121,136);
  1339. }
  1340. .renkList_time{
  1341. padding:18px 47px;
  1342. color: #fff;
  1343. font-weight: 600;
  1344. margin-bottom: 10px;
  1345. }
  1346. .rankList td.renkList_name{
  1347. width: 24% !important;
  1348. background-color: rgb(2,112,129);
  1349. cursor: pointer;
  1350. color: rgb(0, 246, 255);
  1351. }
  1352. .rankListDetial td.renkList_name{
  1353. width: 13% !important;
  1354. background-color: rgb(2,112,129) !important;
  1355. }
  1356. .rankListDetial .tablebox td{
  1357. padding: 54px 20px;
  1358. }
  1359. .rank_wrap h4{
  1360. padding-bottom: 10px;
  1361. text-align: center;
  1362. font-size: 18px;
  1363. color: #fff;
  1364. }
  1365. .rank_wrap .bootstrap-table .table {
  1366. font-size: 13px !important;
  1367. }
  1368. #orderlist2{
  1369. overflow-y: auto;
  1370. }
  1371. .test_rank .maquee ul{
  1372. animation: row 5s linear infinite;
  1373. }
  1374. @keyframes row{
  1375. 0%{}
  1376. 100%{
  1377. transform: translateY(-50%);
  1378. }
  1379. }
  1380. .time_statistics .maquee ul{
  1381. animation: row1 30s linear infinite;
  1382. }
  1383. @keyframes row1{
  1384. 0%{}
  1385. 100%{
  1386. transform: translateY(-50%);
  1387. }
  1388. }
  1389. /* 地图样式 */
  1390. #mapList{
  1391. color: rgb(25,25,25)!important;
  1392. overflow-y: auto;
  1393. }
  1394. #mapList thead{
  1395. background-color: rgb(229,232,233) !important;
  1396. }
  1397. .showInfo .bootstrap-table .table .list tr{
  1398. border-bottom: 1px solid rgb(235,237,238) !important;
  1399. }
  1400. .showInfo .fixed-table-loading{
  1401. background-color: #fff !important;
  1402. }
  1403. /* 表格分页的样式 */
  1404. .page-list{
  1405. display: none !important;
  1406. }
  1407. .pagination-info{
  1408. color: #fff;
  1409. font-size: 16px;
  1410. }
  1411. .pull-right{
  1412. float: left !important;
  1413. }