Aucune description

test-1920.css 26KB

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