Nenhuma Descrição

test-1920.css 25KB

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