Brak opisu

test-1920.css 21KB

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