gongzuobaogao.css 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443
  1. .gzbg-echarts {
  2. background: #fff;
  3. margin-bottom: 10px;
  4. font-size: 14px;
  5. color: #323232;
  6. border-width: 1px 0;
  7. border-style: solid;
  8. border-color: #e1e1e1;
  9. }
  10. .gzbg-tit {
  11. height: 40px;
  12. line-height: 40px;
  13. border-bottom: 1px solid #e1e1e1;
  14. }
  15. .gzbg-tit span {
  16. vertical-align: middle;
  17. }
  18. .gzbg-icon {
  19. display: inline-block;
  20. width: 20px;
  21. height: 40px;
  22. margin: 0 10px;
  23. background-repeat: no-repeat;
  24. background-position: center;
  25. background-size: contain;
  26. vertical-align: middle;
  27. }
  28. .ztqk-icon {
  29. background-image: url(../images/khqktj.png);
  30. }
  31. .qyqk-icon {
  32. background-image: url(../images/qyqk.png);
  33. }
  34. .zxtj-icon {
  35. background-image: url(../images/zxtj.png);
  36. }
  37. .jg-icon {
  38. background-image: url(../images/jg.png);
  39. }
  40. .ccf-icon{
  41. background-image: url(../images/changchufangtongji_icon.png);
  42. }
  43. .myd-icon {
  44. background-image: url(../images/myd.png);
  45. }
  46. .xqzq-icon{
  47. background-image: url(../images/xugaiqianfenxi_icon.png);
  48. }
  49. .qh-icon{
  50. width: 15px;
  51. background-image: url(../images/qiehuan.png);
  52. }
  53. .qcyy-icon{
  54. background-image: url(../images/qianchu_icon.png);
  55. }
  56. .qrly-icon{
  57. background-image: url(../images/qianru_icon.png);
  58. }
  59. .gzbg-con {
  60. padding: 10px;
  61. position: relative;
  62. }
  63. .gzbg-con img {
  64. width: 125px;
  65. height: 80px;
  66. display: inline-block;
  67. vertical-align: middle;
  68. }
  69. .ztqk-list {
  70. height: 80px;
  71. display: inline-block;
  72. vertical-align: middle;
  73. margin-left: 25px;
  74. padding-top: 3px;
  75. }
  76. .ztqk-list li {
  77. padding-bottom: 5px;
  78. }
  79. .ztqk-font {
  80. position: relative;
  81. color: #17B3EC;
  82. }
  83. .zxtj-info {
  84. width: 55%;
  85. position: absolute;
  86. top: 50%;
  87. right: 0px;
  88. -webkit-transform: translateY(-50%);
  89. transform: translateY(-50%);
  90. }
  91. .zxtj-info div {
  92. margin: 10px 0;
  93. }
  94. .zxtj-info span {
  95. vertical-align: middle;
  96. }
  97. .zxtj-r {
  98. display: inline-block;
  99. width: 10px;
  100. height: 10px;
  101. -webkit-border-radius: 100%;
  102. border-radius: 100%;
  103. margin-right: 4px;
  104. }
  105. #qiehuan{
  106. height: 40px;
  107. line-height: 40px;
  108. display: inline-block;
  109. float: right;
  110. padding-right: 10px;
  111. font-size: 12px;
  112. color: #666;
  113. }
  114. #zxxqEcharts{
  115. margin-bottom: 10px;
  116. border-bottom: 1px solid #ccc;
  117. background: #fff;
  118. }
  119. .px-tit{
  120. height: 35px;
  121. line-height: 35px;
  122. padding: 0 10px;
  123. font-size: 14px;
  124. color: #323232;
  125. border-top: 1px solid #ccc;
  126. position: relative;
  127. background: #fff;
  128. overflow: hidden;
  129. }
  130. .px-top{
  131. position: relative;
  132. }
  133. .up-down{
  134. position: absolute;
  135. height: 35px;
  136. width: 50px;
  137. top: 0;
  138. right: 0;
  139. z-index: 999;
  140. }
  141. .up-down i:first-child:before{
  142. content: ' ';
  143. display: block;
  144. position: absolute;
  145. width: 0;
  146. height: 0;
  147. border-left: 5px solid transparent;
  148. border-right: 5px solid transparent;
  149. border-bottom: 8px solid #666;
  150. left: 13px;
  151. top: 7px;
  152. }
  153. .up-down i:last-child:before{
  154. content: ' ';
  155. display: block;
  156. position: absolute;
  157. width: 0;
  158. height: 0;
  159. border-left: 5px solid transparent;
  160. border-right: 5px solid transparent;
  161. border-top: 8px solid #666;
  162. left: 13px;
  163. top: 18px;
  164. }
  165. .up-down i.up-active:first-child:before{
  166. border-bottom: 8px solid #15b3eb;
  167. }
  168. .up-down i.down-active:last-child:before{
  169. border-top: 8px solid #15b3eb;
  170. }
  171. #pxList{
  172. background: #fff;
  173. display: block;
  174. }
  175. .px-list{
  176. /*background: #fff;*/
  177. }
  178. .px-list li {
  179. height: 50px;
  180. position: relative;
  181. padding: 5px 35px 5px 10px;
  182. border-bottom:1px solid #ccc;
  183. }
  184. .px-list li:after {
  185. content: " ";
  186. display: inline-block;
  187. height: 10px;
  188. width: 10px;
  189. border-width: 1px 1px 0 0;
  190. border-color: #C8C8CD;
  191. border-style: solid;
  192. -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  193. transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  194. position: relative;
  195. top: -2px;
  196. position: absolute;
  197. top: 50%;
  198. margin-top: -4px;
  199. right: 14px;
  200. }
  201. .px-name{
  202. font-size: 15px;
  203. color: #004671;
  204. padding: 6px 0 3px 0;
  205. position: absolute;
  206. left: 20px;
  207. top: 0px;
  208. }
  209. .px-num{
  210. font-size: 10px;
  211. color: #005F99;
  212. position: absolute;
  213. left: 20px;
  214. bottom: 5px;
  215. }
  216. .px-bg{
  217. height: 100%;
  218. background: #a1dbf6;
  219. -webkit-border-radius: 5px;
  220. border-radius: 5px;
  221. }
  222. .grxq-top{
  223. height: 46px;
  224. line-height: 43px;
  225. font-size: 18px;
  226. color: #323232;
  227. border-bottom: 1px solid #ccc;
  228. background: #fff;
  229. }
  230. .grxq-top img,.grxq-top span{
  231. display: inline-block;
  232. vertical-align: middle;
  233. }
  234. .grxq-top img{
  235. width: 35px;
  236. height: 35px;
  237. -webkit-border-radius: 50%;
  238. border-radius: 50%;
  239. margin-left: 10px;
  240. margin-right: 15px;
  241. }
  242. .grxq-top span{
  243. }
  244. .grxq-num,.zxq-top{
  245. display: box; /* OLD - Android 4.4- */
  246. display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  247. display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  248. display: -ms-flexbox; /* TWEENER - IE 10 */
  249. display: -webkit-flex; /* NEW - Chrome */
  250. display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  251. /* 09版 */
  252. -webkit-box-orient: horizontal;
  253. /* 12版 */
  254. -webkit-flex-direction: row;
  255. -moz-flex-direction: row;
  256. -ms-flex-direction: row;
  257. -o-flex-direction: row;
  258. flex-direction: row;
  259. background: #fff;
  260. }
  261. .grxq-num li,.zxq-f{
  262. -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
  263. -moz-box-flex: 1; /* OLD - Firefox 19- */
  264. -webkit-flex: 1; /* Chrome */
  265. -ms-flex: 1; /* IE 10 */
  266. flex: 1;
  267. }
  268. .grxq-num li div{
  269. text-align: center;
  270. }
  271. .g-n-num{
  272. font-size: 14px;
  273. color: #17B3EC;
  274. font-weight: 600;
  275. padding-bottom: 10px;
  276. padding-top: 14px;
  277. }
  278. .g-n-con{
  279. font-size: 12px;
  280. color: #909090;
  281. padding-bottom: 20px;
  282. }
  283. .grxq-num-b{
  284. border-bottom: 1px solid #ccc;
  285. margin-bottom: 10px;
  286. }
  287. .zdjy-num{
  288. background: #fff;
  289. padding: 0 10px;
  290. }
  291. .zdjy-num li:first-child{
  292. padding-top: 16px;
  293. padding-bottom: 15px;
  294. }
  295. .zdjy-num li:last-child{
  296. padding-bottom: 16px;
  297. }
  298. .zdjy-num li span {
  299. vertical-align: middle;
  300. }
  301. .zdjy-n-con{
  302. font-size: 12px;
  303. color: #909090;
  304. }
  305. .zdjy-n-num{
  306. font-size: 14px;
  307. color: #17B3EC;
  308. font-weight: 600;
  309. }
  310. #wrapper{
  311. top: 45px;
  312. }
  313. /*.pjmyd-con:after{
  314. content: '%';
  315. display: block;
  316. position: absolute;
  317. top: 0;
  318. right: -15px;
  319. }*/
  320. .jgnph{
  321. text-align: center;
  322. position: absolute;
  323. width: calc(100% - 40px - 7%);
  324. top: 5px;
  325. left: 43px;
  326. font-size: 0;
  327. }
  328. .jgnph li{
  329. width: 33.3%;
  330. display: inline-block;
  331. font-size: 14px;
  332. vertical-align: middle;
  333. }
  334. #pxgz_dummy{
  335. display: inline-block;
  336. position: absolute;
  337. left: 0;
  338. right: 100px;
  339. top: 0;
  340. bottom: 0;
  341. opacity: 0;
  342. z-index: 999;
  343. }
  344. .zxq-top{
  345. height: 80px;
  346. background: inherit;
  347. }
  348. .zxq-f{
  349. position: relative;
  350. }
  351. .zxq-con{
  352. /*height: 60px;*/
  353. position:absolute;
  354. top: 10px;
  355. left: 10px;
  356. right: 10px;
  357. bottom: 10px;
  358. text-align: center;
  359. background: #fff;
  360. border: 1px solid #ccc;
  361. }
  362. .zxq-con div:first-child{
  363. height: 24px;
  364. line-height: 24px;
  365. padding-top: 6px;
  366. font-size: 16px;
  367. color: #333;
  368. }
  369. .zxq-con div:last-child{
  370. font-size: 12px;
  371. color: #909090;
  372. }
  373. .qcyy-zs{
  374. font-size: 12px;
  375. color: #909090;
  376. }
  377. .zxtj-info div{
  378. margin: 1px 0;
  379. font-size: 14px;
  380. }
  381. .zbdj{
  382. width: 98%;
  383. position: absolute;
  384. text-align: center;
  385. bottom: 16px;
  386. font-size: 0;
  387. left: 10px;
  388. z-index: 999;
  389. }
  390. .zbdj li{
  391. height: 21px;
  392. width: 18%;
  393. display: inline-block;
  394. vertical-align: middle;
  395. }
  396. .mui-loading{
  397. position: absolute;
  398. top: 50%;
  399. left: 50%;
  400. margin-top: -16px;
  401. margin-left: -16px;
  402. }
  403. .lin-sel-group li.active img{
  404. display: inline-block;
  405. }
  406. .blue-column{
  407. display: inline-block;
  408. width: 4px;
  409. height: 12px;
  410. background-color: #12b7f5;
  411. }
  412. .fa-angle-right{
  413. position: absolute;
  414. right: 10px;
  415. font-size: 20px;
  416. color: #999;
  417. }