Нет описания

test-1920.css 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899
  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. .topRec_List dl,
  70. .maquee {
  71. width: 90%;
  72. overflow: hidden;
  73. margin: 0 auto;
  74. color: #f0ece2
  75. }
  76. .topRec_List dd {
  77. float: left;
  78. text-align: left;
  79. color: #fff;
  80. font-size: 14px;
  81. background-color: #075871;
  82. padding-left: 20px;
  83. box-sizing: border-box;
  84. }
  85. .topRec_List dl dd:nth-child(1) {
  86. width: 30%;
  87. height: 40px;
  88. line-height: 40px;
  89. }
  90. .topRec_List dl dd:nth-child(2) {
  91. width: 40%;
  92. height: 40px;
  93. line-height: 40px;
  94. }
  95. .topRec_List dl dd:nth-child(3) {
  96. width: 30%;
  97. height: 40px;
  98. line-height: 40px;
  99. }
  100. .maquee {
  101. height: 195px;
  102. }
  103. .topRec_List ul {
  104. width: 100%;
  105. height: 195px;
  106. }
  107. .topRec_List li {
  108. width: 100%;
  109. height: 40px;
  110. line-height: 40px;
  111. text-align: left;
  112. font-size: 12px;
  113. color: #fff;
  114. border-bottom: 1px solid #536d7f;
  115. }
  116. .topRec_List li div {
  117. float: left;
  118. padding-left: 20px;
  119. box-sizing: border-box;
  120. }
  121. .topRec_List li div img {
  122. vertical-align: middle;
  123. }
  124. .topRec_List li div:nth-child(1) {
  125. width: 30%;
  126. }
  127. .topRec_List li div:nth-child(2) {
  128. width: 40%;
  129. }
  130. .topRec_List li div:nth-child(3) {
  131. width: 30%;
  132. }
  133. .test_List dl,
  134. .maquee {
  135. width: 90%;
  136. overflow: hidden;
  137. margin: 0 auto;
  138. color: #f0ece2
  139. }
  140. .test_List dd {
  141. float: left;
  142. text-align: left;
  143. color: #fff;
  144. font-size: 14px;
  145. background-color: #075871;
  146. padding-left: 20px;
  147. box-sizing: border-box;
  148. }
  149. .test_List dl dd:nth-child(1) {
  150. width: 15%;
  151. height: 40px;
  152. line-height: 40px;
  153. }
  154. .test_List dl dd:nth-child(2) {
  155. width: 40%;
  156. height: 40px;
  157. line-height: 40px;
  158. }
  159. .test_List dl dd:nth-child(3) {
  160. width: 15%;
  161. height: 40px;
  162. line-height: 40px;
  163. }
  164. .test_List dl dd:nth-child(4) {
  165. width: 15%;
  166. height: 40px;
  167. line-height: 40px;
  168. }
  169. .test_List dl dd:nth-child(5) {
  170. width: 15%;
  171. height: 40px;
  172. line-height: 40px;
  173. }
  174. .maquee {
  175. height: 195px;
  176. }
  177. .test_List ul {
  178. width: 100%;
  179. height: 195px;
  180. }
  181. .test_List li {
  182. width: 100%;
  183. height: 40px;
  184. line-height: 40px;
  185. text-align: left;
  186. font-size: 12px;
  187. color: #fff;
  188. border-bottom: 1px solid #536d7f;
  189. }
  190. .test_List li div {
  191. float: left;
  192. padding-left: 20px;
  193. box-sizing: border-box;
  194. }
  195. .test_List li div img {
  196. vertical-align: middle;
  197. }
  198. .test_List li div:nth-child(1) {
  199. width: 15%;
  200. }
  201. .test_List li div:nth-child(2) {
  202. width: 40%;
  203. }
  204. .test_List li div:nth-child(3) {
  205. width: 15%;
  206. }
  207. .test_List li div:nth-child(4) {
  208. width: 15%;
  209. }
  210. .test_List li div:nth-child(5) {
  211. width: 15%;
  212. }
  213. body {
  214. background-image: url(../images/background.png);
  215. }
  216. .count-resource {
  217. margin-top: 15px;
  218. }
  219. .call_situation,
  220. .accept_statistics,
  221. .accept_channel,
  222. .key_word,
  223. .time_statistics,
  224. .test_rank {
  225. background-image: url(../images/model_background1.png);
  226. background-repeat: no-repeat;
  227. }
  228. .call_situation,
  229. .accept_statistics,
  230. .accept_channel,
  231. .key_word,
  232. .time_statistics,
  233. .test_rank {
  234. position: relative;
  235. margin-bottom: 25px;
  236. width: 100%;
  237. height: 290px;
  238. cursor: pointer;
  239. }
  240. .call_situation h3,
  241. .accept_statistics .title,
  242. .accept_channel h3,
  243. .key_word h3,
  244. .time_statistics h3,
  245. .test_rank h3 {
  246. position: absolute;
  247. left: 213px;
  248. top: 8px;
  249. color: #fff;
  250. z-index: 12;
  251. }
  252. .accept_statistics div {
  253. float: left;
  254. }
  255. .accept_statistics div h3 {
  256. background-image: url(../images/title_background.png);
  257. background-repeat: no-repeat;
  258. background-position: center;
  259. color: #fff;
  260. font-size: 14px;
  261. }
  262. .accept_channel div {
  263. position: absolute;
  264. bottom: 0;
  265. }
  266. .time_statistics>div,
  267. .test_rank>div {
  268. position: absolute;
  269. bottom: -75px;
  270. }
  271. #main4 {
  272. /* position: absolute;
  273. top: -45px; */
  274. }
  275. .count-base {
  276. text-align: center;
  277. }
  278. .acceptance_state {
  279. background-image: url(../images/model_background2.png);
  280. background-size: 100% 100%;
  281. width: 109%;
  282. height: 140px;
  283. margin-top: 44px;
  284. margin-left: -70px;
  285. /* background-color: #03DA8D; */
  286. position: relative;
  287. }
  288. .acceptance_state h3 {
  289. position: absolute;
  290. left: 300px;
  291. top: 8px;
  292. color: #fff;
  293. z-index: 12;
  294. }
  295. .acceptance_state ul {
  296. padding-top: 58px;
  297. padding-left: 25px;
  298. }
  299. .acceptance_state ul li {
  300. float: left;
  301. }
  302. .acceptance_state ul li div {
  303. width: 100%;
  304. }
  305. .acceptance_state ul li:nth-child(2),
  306. .acceptance_state ul li:nth-child(4),
  307. .acceptance_state ul li:nth-child(6) {
  308. background-image: url(../images/line.png);
  309. width: 2px;
  310. height: 54px;
  311. margin-top: 10px;
  312. }
  313. .acceptance_state ul li:nth-child(1),
  314. .acceptance_state ul li:nth-child(3),
  315. .acceptance_state ul li:nth-child(5),
  316. .acceptance_state ul li:nth-child(7) {
  317. width: 24%;
  318. }
  319. .num {
  320. font-size: 35px;
  321. font-weight: 700;
  322. color: #00f0ff;
  323. }
  324. .cont {
  325. color: #fff;
  326. font-weight: 700;
  327. font-size: 15px;
  328. }
  329. .map {
  330. background-image: url(../images/map.png);
  331. background-repeat: no-repeat;
  332. background-size: 100% 100%;
  333. /* background-color: #F0ECE2; */
  334. margin-left: -33px;
  335. position: relative;
  336. }
  337. .lzmap {
  338. background-image: url(../images/map/linzhou.png);
  339. background-size: 100% 100%;
  340. /* width: 219px; */
  341. /* height: 440px; */
  342. width: 36%;
  343. height: 61%;
  344. opacity: 0;
  345. position: absolute;
  346. top: -1px;
  347. left: -6px;
  348. cursor: pointer;
  349. }
  350. .lzmap:hover {
  351. background-image: url(../images/map_active/linzhou.png);
  352. background-size: 100% 100%;
  353. width: 36%;
  354. height: 61%;
  355. opacity: 1;
  356. position: absolute;
  357. top: -1px;
  358. left: -6px;
  359. cursor: pointer;
  360. color: rgba(255, 255, 255, 0);
  361. }
  362. .aymap {
  363. background-image: url(../images/map/anyang.png);
  364. background-size: 100% 100%;
  365. width: 62.4%;
  366. height: 36.7%;
  367. opacity: 0;
  368. position: absolute;
  369. top: -6px;
  370. left: 137px;
  371. cursor: pointer;
  372. }
  373. .aymap:hover {
  374. background-image: url(../images/map_active/安anyang.png);
  375. background-size: 100% 100%;
  376. width: 62.4%;
  377. height: 36.7%;
  378. opacity: 1;
  379. position: absolute;
  380. top: -6px;
  381. left: 137px;
  382. cursor: pointer;
  383. color: rgba(255, 255, 255, 0);
  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: 100% 100%;
  401. /* width: 52px;
  402. height: 50px; */
  403. width: 9%;
  404. height: 8.7%;
  405. opacity: 1;
  406. position: absolute;
  407. top: 119px;
  408. left: 289px;
  409. cursor: pointer;
  410. color: rgba(255, 255, 255, 0);
  411. }
  412. .bgmap {
  413. background-image: url(../images/map/beiguan.png);
  414. background-size: 100% 100%;
  415. /* width: 50px;
  416. height: 47px; */
  417. width: 9.9%;
  418. height: 6.9%;
  419. opacity: 0;
  420. position: absolute;
  421. top: 120px;
  422. left: 332px;
  423. cursor: pointer;
  424. }
  425. .bgmap:hover {
  426. background-image: url(../images/map_active/beiguan.png);
  427. background-size: 100% 100%;
  428. /* width: 50px;
  429. height: 47px; */
  430. width: 9.9%;
  431. height: 6.9%;
  432. opacity: 1;
  433. position: absolute;
  434. top: 120px;
  435. left: 332px;
  436. cursor: pointer;
  437. color: rgba(255, 255, 255, 0);
  438. }
  439. .gxmap {
  440. background-image: url(../images/map/gaoxin.png);
  441. background-size: 100% 100%;
  442. /* width: 43px;
  443. height: 33px; */
  444. width: 7.6%;
  445. height: 5.5%;
  446. opacity: 0;
  447. position: absolute;
  448. top: 160px;
  449. left: 328px;
  450. cursor: pointer;
  451. z-index: 5555;
  452. }
  453. .gxmap:hover {
  454. background-image: url(../images/map_active/gaoxin.png);
  455. background-size: 100% 100%;
  456. /* width: 43px;
  457. height: 33px; */
  458. width: 7.6%;
  459. height: 5.5%;
  460. opacity: 1;
  461. position: absolute;
  462. top: 160px;
  463. left: 328px;
  464. cursor: pointer;
  465. color: rgba(255, 255, 255, 0);
  466. }
  467. .ydmap {
  468. background-image: url(../images/map/yindu.png);
  469. background-size: 100% 100%;
  470. /* width: 43px;
  471. height: 33px; */
  472. width: 18%;
  473. height: 13.4%;
  474. opacity: 0;
  475. position: absolute;
  476. top: 167px;
  477. left: 238px;
  478. cursor: pointer;
  479. }
  480. .ydmap:hover {
  481. background-image: url(../images/map_active/yindu.png);
  482. background-size: 100% 100%;
  483. /* width: 43px;
  484. height: 33px; */
  485. width: 20%;
  486. height: 14.4%;
  487. opacity: 1;
  488. position: absolute;
  489. top: 162px;
  490. left: 229px;
  491. cursor: pointer;
  492. color: rgba(255, 255, 255, 0);
  493. }
  494. .wfmap {
  495. background-image: url(../images/map/wenfeng.png);
  496. background-size: 100% 100%;
  497. /* width: 43px;
  498. height: 33px; */
  499. width: 15.9%;
  500. height: 14%;
  501. opacity: 0;
  502. position: absolute;
  503. top: 159px;
  504. left: 339px;
  505. cursor: pointer;
  506. }
  507. .wfmap:hover {
  508. background-image: url(../images/map_active/wenfeng.png);
  509. background-size: 100% 100%;
  510. width: 15.9%;
  511. height: 14%;
  512. opacity: 1;
  513. position: absolute;
  514. top: 159px;
  515. left: 339px;
  516. cursor: pointer;
  517. color: rgba(255, 255, 255, 0);
  518. }
  519. .tymap {
  520. background-image: url(../images/map/tangyin.png);
  521. background-size: 100% 100%;
  522. /* width: 43px;
  523. height: 33px; */
  524. width: 36%;
  525. height: 23%;
  526. opacity: 0;
  527. position: absolute;
  528. top: 221px;
  529. left: 288px;
  530. cursor: pointer;
  531. }
  532. .tymap:hover {
  533. background-image: url(../images/map_active/tangyin.png);
  534. background-size: 100% 100%;
  535. /* width: 43px;
  536. height: 33px; */
  537. width: 36%;
  538. height: 23%;
  539. opacity: 1;
  540. position: absolute;
  541. top: 221px;
  542. left: 288px;
  543. cursor: pointer;
  544. color: rgba(255, 255, 255, 0);
  545. }
  546. .nhmap {
  547. background-image: url(../images/map/neihuang.png);
  548. background-size: 100% 100%;
  549. /* width: 43px;
  550. height: 33px; */
  551. width: 30%;
  552. height: 45%;
  553. opacity: 0;
  554. position: absolute;
  555. top: 132px;
  556. right: 7px;
  557. cursor: pointer;
  558. }
  559. .nhmap:hover {
  560. background-image: url(../images/map_active/neihuang.png);
  561. background-size: 100% 100%;
  562. /* width: 43px;
  563. height: 33px; */
  564. width: 30%;
  565. height: 45%;
  566. opacity: 1;
  567. position: absolute;
  568. top: 132px;
  569. right: 7px;
  570. cursor: pointer;
  571. color: rgba(255, 255, 255, 0);
  572. }
  573. .hxmap {
  574. background-image: url(../images/map/huaxian.png);
  575. background-size: 100% 100%;
  576. /* width: 43px;
  577. height: 33px; */
  578. width: 46%;
  579. height: 43%;
  580. opacity: 0;
  581. position: absolute;
  582. top: 420px;
  583. right: -1px;
  584. cursor: pointer;
  585. }
  586. .hxmap:hover {
  587. background-image: url(../images/map_active/huaxian.png);
  588. background-size: 100% 100%;
  589. /* width: 43px;
  590. height: 33px; */
  591. width: 46%;
  592. height: 43%;
  593. opacity: 1;
  594. position: absolute;
  595. top: 420px;
  596. right: -1px;
  597. cursor: pointer;
  598. color: rgba(255, 255, 255, 0);
  599. }
  600. .wrap {
  601. width: 180px;
  602. /* height: 200px; */
  603. position: absolute;
  604. z-index: 100000;
  605. display: none;
  606. z-index: 1;
  607. }
  608. .dataCont {
  609. background-image: url(../images/reminder_box.png);
  610. background-size: 100% 100%;
  611. width: 100%;
  612. height: 130px;
  613. padding: 5px 10px;
  614. box-sizing: border-box;
  615. font-size: 12px;
  616. }
  617. .bar {
  618. width: 3px;
  619. height: 70px;
  620. margin: 0 auto;
  621. border-right: 2px dashed #ffe000;
  622. /* background-color: #005EFC; */
  623. position: absolute;
  624. left: 82px;
  625. }
  626. .dataCont li {
  627. padding: 3px;
  628. }
  629. .dataCont li span {
  630. display: inline-block;
  631. }
  632. .lable {
  633. color: #fff;
  634. }
  635. .lable_num {
  636. color: #e4cc07;
  637. padding-right: 5px;
  638. }
  639. .bulletFrame{
  640. display: none;
  641. position: absolute;
  642. top: 97px;
  643. left: 300px;
  644. width: 80%;
  645. height: 900px;
  646. z-index: 100000;
  647. padding: 10px 20px;
  648. box-sizing: border-box;
  649. /* background-color: #005EFC; */
  650. background: url(../images/secondary_img/background.png) no-repeat;
  651. background-size:100% 100%;
  652. }
  653. .traffic_wrap{
  654. width: 100%;
  655. }
  656. .head_name{
  657. width: 100%;
  658. height: 80px;
  659. line-height: 80px;
  660. text-align: center;
  661. }
  662. .head_name h3{
  663. display: inline-block;
  664. padding: 0 30px;
  665. color: #08fcff;
  666. font-size: 24px;
  667. font-weight: 700;
  668. }
  669. .data_info{
  670. margin-bottom: 160px;
  671. }
  672. .traffic_wrap .data_info li{
  673. background: url(../images/secondary_img/data_bac.png) no-repeat;
  674. background-size: 100% 100%;
  675. width: 16%;
  676. height: 125px;
  677. float: left;
  678. margin-left: 48px;
  679. padding: 5px 10px;
  680. box-sizing: border-box;
  681. }
  682. .traffic_wrap .data_info li h5{
  683. padding: 10px;
  684. color: #fff;
  685. font-size: 14px;
  686. }
  687. .traffic_wrap .data_info li div span{
  688. background: url(../images/secondary_img/num_bac.png) no-repeat;
  689. background-size: 100% 100%;
  690. display: inline-block;
  691. width: 19%;
  692. height: 62px;
  693. line-height: 65px;
  694. text-align: center;
  695. margin-left: 7px;
  696. color: #fff;
  697. font-weight: 600;
  698. font-size: 19px;
  699. }
  700. .close_icon{
  701. position: absolute;
  702. top: 25px;
  703. right:25px;
  704. cursor: pointer;
  705. z-index: 1236;
  706. }
  707. .acceptance_wrap .data_info li{
  708. width: 22%;
  709. height: 80px;
  710. line-height: 80px;
  711. float: left;
  712. margin-left: 41px;
  713. padding: 5px 10px;
  714. box-sizing: border-box;
  715. color: #fff;
  716. }
  717. .acceptance_wrap .data_info li span{
  718. background: url(../images/secondary_img/num_bac2.png) no-repeat;
  719. background-size: 100% 100%;
  720. display: inline-block;
  721. width: 50px;
  722. height: 50px;
  723. line-height: 50px;
  724. text-align: center;
  725. margin-right: -10px;
  726. vertical-align: middle;
  727. }
  728. #channel{
  729. position: absolute;
  730. top: -10px;
  731. left: 0;
  732. }
  733. .key_content,.pie_statistics{
  734. padding: 20px;
  735. overflow: hidden;
  736. }
  737. .key_content .count-share {
  738. width: 500px;
  739. float: left;
  740. }
  741. .key_content .count-share{
  742. background-color: #036372;
  743. padding: 24px 4px;
  744. }
  745. .key_content .count-share{
  746. height: 750px;
  747. }
  748. .key_content .topRec_List dd{
  749. background-color: #027c8e !important;
  750. }
  751. .key_content .topRec_List dd,.key_content .topRec_List li{
  752. text-align: center;
  753. padding: 0 ;
  754. }
  755. .key_content .topRec_List li{
  756. width: 90%;
  757. margin: 0 auto;
  758. height: 60px ;
  759. line-height: 60px !important;
  760. }
  761. .key_content .topRec_List dd{
  762. width: 25% !important;
  763. height: 50px !important;
  764. line-height: 50px !important;
  765. }
  766. .key_content .topRec_List ul{
  767. height: 750px;
  768. }
  769. .key_content .topRec_List ul li div{
  770. width: 25% !important;
  771. height: 60px !important;
  772. line-height: 60px !important;
  773. padding: 0 ;
  774. }
  775. .pie_statistics{
  776. margin-left: 520px;
  777. background-color:#036372;
  778. height: 750px;
  779. }
  780. .pie_statistics h3{
  781. background: url(../images/secondary_img/titlt_icon.png) no-repeat;
  782. background-position: 50% 50%;
  783. width: 100%;
  784. text-align: center;
  785. font-size: 16px;
  786. font-weight: 600;
  787. color: #fff;
  788. }
  789. .time{
  790. margin-top: 20px;
  791. }
  792. .time p{
  793. float: left;
  794. margin-right: 20px;
  795. width: 45%;
  796. color: #fff;
  797. }
  798. .time p span{
  799. color: #ffe000;
  800. }
  801. #keywordPie{
  802. position: absolute;
  803. top: 75px;
  804. right: 0;
  805. }