mainvb.css 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122
  1. @import 'bootstrap.min.css';
  2. body {
  3. background-color: #e9ebee;
  4. position: relative;
  5. }
  6. .menu_minimalize {
  7. display: inline-block;
  8. width: 20px;
  9. height: 60px;
  10. cursor: pointer;
  11. position: absolute;
  12. left: 279px;
  13. top: 50%;
  14. margin-top: -30px;
  15. z-index: 1000;
  16. background: url(img/arrow-left.png) no-repeat left top;
  17. transition: all 0.2s;
  18. -moz-transition: all 0.2s;
  19. -webkit-transition: all 0.2s;
  20. -o-transition: all 0.2s;
  21. }
  22. .menu-expand {
  23. background: url(img/arrow-right.png) no-repeat left top;
  24. }
  25. .panel {
  26. box-shadow: none !important;
  27. background-color: transparent !important;
  28. }
  29. .panel-body-noheader {
  30. border-top: none !important;
  31. }
  32. .window.messager-window {
  33. border: 1px solid #1f449a;
  34. padding: 0;
  35. }
  36. .window-shadow {
  37. display: none !important;
  38. background: transparent !important;
  39. box-shadow: none;
  40. }
  41. .window.messager-window .panel-header {
  42. background: #3399ff;
  43. padding: 5px 10px;
  44. color: #fff;
  45. }
  46. .window.messager-window .panel-header .panel-title {
  47. color: #fff;
  48. }
  49. .window.messager-window .messager-question {
  50. background: url('./img/help.png');
  51. }
  52. .window.messager-window .messager-question + div {
  53. margin-top: 10px;
  54. }
  55. .window.messager-window .messager-button .l-btn {
  56. color: #fff;
  57. background: #1f449a;
  58. background-repeat: repeat-x;
  59. border: 1px solid #ddd;
  60. outline: none;
  61. }
  62. .window.messager-window .messager-button .l-btn:hover {
  63. background: #3399ff;
  64. color: #fff;
  65. border: 1px solid #ddd;
  66. filter: none;
  67. }
  68. .layout-expand-west {
  69. box-shadow: 2px 0 2px 0 rgba(194, 195, 197, 0.5) !important;
  70. background-color: #f2f3f5 !important;
  71. }
  72. .layout-panel-north {
  73. overflow: visible !important;
  74. }
  75. .layout-panel-north .easyui-layout-north {
  76. overflow: visible !important;
  77. }
  78. .layout-panel-north .easyui-layout-north .header {
  79. background-image: linear-gradient(41deg, #1f449a 0%, #1f449a 30%, #279099 70%, #27b484 100%);
  80. color: #ffffff;
  81. line-height: 62px;
  82. }
  83. .layout-panel-north .easyui-layout-north .header .title {
  84. margin-right: 30px;
  85. min-width: 265px;
  86. float: left;
  87. }
  88. .layout-panel-north .easyui-layout-north .header .title h4 {
  89. line-height: 42px;
  90. margin-left: 16px;
  91. }
  92. .layout-panel-north .easyui-layout-north .header .navbar_minimalize {
  93. display: inline-block;
  94. width: 16px;
  95. height: 16px;
  96. background: url(img/switch.png) no-repeat;
  97. cursor: pointer;
  98. margin-top: 24px;
  99. margin-left: 5px;
  100. }
  101. .layout-panel-north .easyui-layout-north .header .logo {
  102. float: left;
  103. margin-top: 15px;
  104. }
  105. .layout-panel-north .easyui-layout-north .header .right_navbar {
  106. float: right;
  107. padding-right: 30px;
  108. vertical-align: middle;
  109. }
  110. .layout-panel-north .easyui-layout-north .header .right_navbar .portrait {
  111. float: left;
  112. margin-top: 13px;
  113. overflow: hidden;
  114. position: relative;
  115. }
  116. .layout-panel-north .easyui-layout-north .header .right_navbar .portrait a {
  117. width: 36px;
  118. display: block;
  119. cursor: pointer;
  120. margin-bottom: 6px;
  121. }
  122. .layout-panel-north .easyui-layout-north .header .right_navbar .portrait ul {
  123. width: 120px;
  124. position: absolute;
  125. left: 50%;
  126. margin-left: -60px;
  127. z-index: 99;
  128. background-color: #fff;
  129. border: 1px solid #e5e5e5;
  130. border-radius: 2px;
  131. padding: 5px 0;
  132. }
  133. .layout-panel-north .easyui-layout-north .header .right_navbar .portrait ul li {
  134. list-style: none;
  135. line-height: 32px;
  136. text-align: center;
  137. color: #333333;
  138. font-size: 14px;
  139. cursor: pointer;
  140. }
  141. .layout-panel-north .easyui-layout-north .header .right_navbar .portrait ul li:hover,
  142. .layout-panel-north .easyui-layout-north .header .right_navbar .portrait ul li.selected {
  143. background-color: #e9ebee;
  144. }
  145. .layout-panel-north .easyui-layout-north .header .right_navbar .monitoringSite {
  146. display: none;
  147. width: 22px;
  148. height: 22px;
  149. overflow: hidden;
  150. float: left;
  151. margin-left: 30px;
  152. margin-top: 20px;
  153. background: url(img/monitoring_site.png) no-repeat center top;
  154. position: relative;
  155. }
  156. .layout-panel-north .easyui-layout-north .header .right_navbar .monitoringSite .text {
  157. text-indent: -1000px;
  158. display: block;
  159. overflow: hidden;
  160. height: 22px;
  161. }
  162. .layout-panel-north .easyui-layout-north .header .right_navbar .monitoringSite .message {
  163. width: 158px;
  164. position: absolute;
  165. top: 35px;
  166. left: 50%;
  167. margin-left: -80px;
  168. background-color: #fff;
  169. box-shadow: 0 0 6px 0 rgba(194, 195, 197, 0.5);
  170. border-radius: 4px;
  171. }
  172. .layout-panel-north .easyui-layout-north .header .right_navbar .monitoringSite .message h3 {
  173. height: 39px;
  174. font-size: 16px;
  175. color: #ffffff;
  176. letter-spacing: 1px;
  177. margin: 0;
  178. line-height: 39px;
  179. border-top-right-radius: 4px;
  180. border-top-left-radius: 4px;
  181. text-align: center;
  182. background: -webkit-linear-gradient(62deg, #f5576c 0%, #f093fb 100%);
  183. /* Safari 5.1 - 6.0 */
  184. background: -o-linear-gradient(62deg, #f5576c 0%, #f093fb 100%);
  185. /* Opera 11.1 - 12.0 */
  186. background: -moz-linear-gradient(62deg, #f5576c 0%, #f093fb 100%);
  187. /* Firefox 3.6 - 15 */
  188. background: linear-gradient(62deg, #f5576c 0%, #f093fb 100%);
  189. /* 标准的语法 */
  190. }
  191. .layout-panel-north .easyui-layout-north .header .right_navbar .monitoringSite .message .panel {
  192. padding: 10px 16px;
  193. }
  194. .layout-panel-north .easyui-layout-north .header .right_navbar .monitoringSite .message .panel .column {
  195. width: 50px;
  196. float: left;
  197. }
  198. .layout-panel-north .easyui-layout-north .header .right_navbar .monitoringSite .message .panel .column label {
  199. font-size: 10px;
  200. color: #666666;
  201. line-height: 20px;
  202. font-weight: normal;
  203. margin-bottom: 0;
  204. }
  205. .layout-panel-north .easyui-layout-north .header .right_navbar .monitoringSite .message .panel .column .num {
  206. font-size: 16px;
  207. color: #ff5851;
  208. line-height: 20px;
  209. display: inline-block;
  210. margin-bottom: 5px;
  211. font-weight: bold;
  212. }
  213. .layout-panel-north .easyui-layout-north .header .right_navbar .monitoringSite .message .panel .column:nth-child(odd) {
  214. width: 68px;
  215. }
  216. .layout-panel-north .easyui-layout-north .header .right_navbar .monitoringSite .message .panel .remark {
  217. font-size: 10px;
  218. color: #666666;
  219. line-height: 20px;
  220. }
  221. .layout-panel-north .easyui-layout-north .header .right_navbar .monitoringSite:hover {
  222. height: 40px;
  223. overflow: visible;
  224. }
  225. .layout-panel-north .easyui-layout-north .header .right_navbar .convertDesk {
  226. width: 22px;
  227. height: 22px;
  228. /* display: none; */
  229. float: left;
  230. text-indent: -20000px;
  231. overflow: hidden;
  232. margin-left: 30px;
  233. margin-top: 20px;
  234. background: url(img/convert.png) no-repeat center center;
  235. }
  236. .layout-panel-north .easyui-layout-north .header .right_navbar .setting {
  237. margin-left: 30px;
  238. margin-top: 18px;
  239. float: left;
  240. position: relative;
  241. }
  242. .layout-panel-north .easyui-layout-north .header .right_navbar .setting a {
  243. width: 25px;
  244. height: 25px;
  245. display: block;
  246. background: url(img/setting.png) no-repeat center center;
  247. text-indent: -20000px;
  248. overflow: hidden;
  249. cursor: pointer;
  250. }
  251. .layout-panel-north .easyui-layout-north .header .right_navbar .setting .dropdown {
  252. width: 120px;
  253. display: none;
  254. position: absolute;
  255. top: 30px;
  256. left: 50%;
  257. margin-left: -60px;
  258. z-index: 99;
  259. background-color: #fff;
  260. border: 1px solid #e5e5e5;
  261. border-radius: 2px;
  262. padding: 5px 0;
  263. }
  264. .layout-panel-north .easyui-layout-north .header .right_navbar .setting .dropdown li {
  265. list-style: none;
  266. line-height: 32px;
  267. text-align: center;
  268. color: #333333;
  269. font-size: 14px;
  270. cursor: pointer;
  271. }
  272. .layout-panel-north .easyui-layout-north .header .right_navbar .setting .dropdown li:hover,
  273. .layout-panel-north .easyui-layout-north .header .right_navbar .setting .dropdown li.selected {
  274. background-color: #e9ebee;
  275. }
  276. .layout-panel-north .easyui-layout-north .header .right_navbar .log-out {
  277. display: block;
  278. float: left;
  279. width: 25px;
  280. height: 25px;
  281. background: url(img/log-out.png) no-repeat center center;
  282. text-indent: -20000px;
  283. overflow: hidden;
  284. margin-left: 30px;
  285. margin-top: 18px;
  286. cursor: pointer;
  287. }
  288. .layout-panel-west {
  289. background-color: #e9ebee;
  290. border-right: none !important;
  291. transition: width 0.2s;
  292. -moz-transition: width 0.2s;
  293. /* Firefox 4 */
  294. -webkit-transition: width 0.2s;
  295. /* Safari and Chrome */
  296. -o-transition: width 0.2s;
  297. /* Opera */
  298. }
  299. .layout-panel-west .left-menu {
  300. background-color: #131313 !important;
  301. background-image: linear-gradient(41deg, #1f449a 0%, #1f449a 10%, #279099 70%, #27b484 100%);
  302. box-shadow: 2px 0 2px 0 rgba(194, 195, 197, 0.4);
  303. font-family: 'PingFangSC-Regular', Helvetica, Arial, sans-serif;
  304. color: #eee;
  305. position: relative;
  306. }
  307. .layout-panel-west .left-menu .search_kuang {
  308. width: 228px;
  309. margin: 30px auto 20px;
  310. }
  311. .layout-panel-west .left-menu .search_kuang .form-control {
  312. border-radius: 20px;
  313. height: 32px;
  314. background: url(img/search.png) #ffffff no-repeat;
  315. background-position: 15px center;
  316. padding-left: 45px;
  317. }
  318. .layout-panel-west .left-menu .list-group-item {
  319. background-color: transparent;
  320. border: none;
  321. color: #eee;
  322. font-size: 15px;
  323. padding-left: 16px;
  324. padding-right: 16px;
  325. overflow: hidden;
  326. text-overflow: ellipsis;
  327. white-space: nowrap;
  328. }
  329. .layout-panel-west .left-menu .list-group-item:hover {
  330. font-weight: 600;
  331. color: #fff;
  332. background-color: transparent;
  333. background-image: linear-gradient(41deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  334. }
  335. .layout-panel-west .left-menu .list-group-item.node-selected {
  336. background-color: #1f449a !important;
  337. color: #ffffff !important;
  338. }
  339. .layout-panel-west .left-menu .list-group-item.node-selected:hover {
  340. background-color: #1f449a !important;
  341. color: #ffffff !important;
  342. }
  343. .layout-panel-west .left-menu .list-group-item a {
  344. text-decoration: none;
  345. }
  346. .layout-panel-west .left-menu .list-group-item .icon {
  347. /* width: 0px;
  348. margin-right: 0; */
  349. display: inline-block;
  350. width: 20px;
  351. height: 20px;
  352. vertical-align: middle;
  353. }
  354. .layout-panel-west .left-menu .list-group-item .expand-icon {
  355. font-size: 12px;
  356. line-height: 20px;
  357. color: #91959e;
  358. width: 12px;
  359. }
  360. .layout-panel-west .left-menu .list-group-item .menu-right {
  361. background: url(img/menu-right.png) no-repeat center center;
  362. height: 20px;
  363. }
  364. .layout-panel-west .left-menu .list-group-item .menu-down {
  365. background: url(img/menu-down.png) no-repeat center center;
  366. height: 20px;
  367. }
  368. .layout-panel-west .left-menu .list-group-item .sub-icon {
  369. width: 20px;
  370. height: 20px;
  371. display: inline-block;
  372. vertical-align: middle;
  373. /* margin-right: 14px; */
  374. }
  375. .layout-panel-west .left-menu .node-selected {
  376. font-weight: bold;
  377. }
  378. .tabs-header {
  379. background-color: white !important;
  380. }
  381. .layout-panel-center {
  382. background-color: #e9ebee;
  383. padding-top: 0px;
  384. padding-right: 0px;
  385. padding-bottom: 0px;
  386. }
  387. .layout-panel-center .easyui-layout-center .tabs-header {
  388. height: 50px;
  389. border: none;
  390. padding-top: 0;
  391. }
  392. .layout-panel-center .easyui-layout-center .tabs-header .tabs-scroller-left {
  393. border-top: 0px;
  394. border-left: 0px;
  395. }
  396. .layout-panel-center .easyui-layout-center .tabs-header .tabs-scroller-right {
  397. border-top: 0px;
  398. border-right: 0px;
  399. }
  400. .layout-panel-center .easyui-layout-center .tabs-header .tabs {
  401. height: 50px !important;
  402. padding-left: 0;
  403. }
  404. .layout-panel-center .easyui-layout-center .tabs-header .tabs li {
  405. margin-right: 0px !important;
  406. }
  407. .layout-panel-center .easyui-layout-center .tabs-header .tabs li:first-child a.tabs-inner {
  408. border-left: none;
  409. }
  410. .layout-panel-center .easyui-layout-center .tabs-header .tabs a.tabs-inner {
  411. height: 50px !important;
  412. line-height: 50px !important;
  413. /* color: #777777; */
  414. color: #2ca3f6;
  415. border-radius: 0;
  416. border-top: none;
  417. padding: 0 20px;
  418. padding-right: 36px;
  419. }
  420. .layout-panel-center .easyui-layout-center .tabs-header .tabs a.tabs-inner .tabs-title {
  421. font-size: 14px;
  422. }
  423. .layout-panel-center .easyui-layout-center .tabs-header .tabs a.tabs-inner .tabs-closable {
  424. padding-right: 10px;
  425. }
  426. .layout-panel-center .easyui-layout-center .tabs-header .tabs a.tabs-inner:hover {
  427. background: none !important;
  428. /* color: #1bb0a2 !important; */
  429. color: #2ca3f6 !important;
  430. font-weight: 600;
  431. }
  432. .layout-panel-center .easyui-layout-center .tabs-header .tabs a.tabs-close {
  433. background: url(img/close.png) no-repeat center center;
  434. text-decoration: none;
  435. /* background: #2ca3f6; */
  436. border-radius: 50%;
  437. width: 16px;
  438. height: 16px;
  439. right: 20px;
  440. }
  441. /* .layout-panel-center .easyui-layout-center .tabs-header .tabs a.tabs-close::before {
  442. content: "x";
  443. color: #eee;
  444. display: flex;
  445. justify-content: center;
  446. align-items: center;
  447. } */
  448. .layout-panel-center .easyui-layout-center .tabs-header .tabs a:hover.tabs-close::before {
  449. color: #fff;
  450. }
  451. .layout-panel-center .easyui-layout-center .tabs-header .tabs li.tabs-selected a.tabs-inner {
  452. /* color: rgba(0, 0, 0, 0.85); */
  453. color: #1f449a;
  454. font-weight: 600;
  455. }
  456. .layout-panel-center .easyui-layout-center .tabs-header .tabs li.tabs-selected a.tabs-close {
  457. background: url(img/close.png) no-repeat center center;
  458. }
  459. .layout-panel-center .easyui-layout-center .tabs-header .tabs li:first-child a.tabs-inner {
  460. padding-right: 20px;
  461. }
  462. .layout-panel-center .easyui-layout-center .tabs-header .tabs li:first-child a.tabs-inner .tabs-closable {
  463. padding-right: 0px;
  464. }
  465. .layout-panel-center .easyui-layout-center .tabs-panels {
  466. background-color: #f7f7f7 !important;
  467. }
  468. .mini-navbar .layout-panel-west .search_kuang {
  469. display: none;
  470. }
  471. .mini-navbar .layout-panel-west .treeview {
  472. padding-top: 30px;
  473. }
  474. .mini-navbar .layout-panel-west .treeview .list-group-item {
  475. padding-left: 20px;
  476. }
  477. .mini-navbar .layout-panel-west .treeview .list-group-item .expand-icon {
  478. display: none;
  479. }
  480. .layout-panel-west .treeview .icon.glyphicon:not(.pull-right) {
  481. width: 0 !important;
  482. margin-right: 0 !important;
  483. }
  484. .popup {
  485. position: fixed;
  486. top: 25%;
  487. left: 50%;
  488. z-index: 1050;
  489. width: 706px;
  490. margin-left: -353px;
  491. background-color: #fff;
  492. -webkit-border-radius: 6px;
  493. -moz-border-radius: 6px;
  494. border-radius: 6px;
  495. outline: 0;
  496. -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  497. -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  498. box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  499. }
  500. .popup .modal-header {
  501. border-bottom: none;
  502. height: 130px;
  503. background: url(img/popup_head.png) no-repeat;
  504. }
  505. .popup .modal-header .close {
  506. width: 28px;
  507. height: 28px;
  508. display: block;
  509. background: url(img/popup_close.png) no-repeat;
  510. opacity: 1;
  511. margin-top: -9px;
  512. margin-right: -9px;
  513. }
  514. .popup .modal-header h3 {
  515. margin-top: 0;
  516. margin-bottom: 0;
  517. line-height: 100px;
  518. font-size: 34px;
  519. color: #fff;
  520. text-align: center;
  521. }
  522. .popup .modal-body {
  523. padding: 20px 20px 36px;
  524. }
  525. .popup .modal-body .title {
  526. font-size: 20px;
  527. color: #666666;
  528. font-weight: bold;
  529. line-height: 28px;
  530. margin-top: 0;
  531. }
  532. .popup .modal-body .table01 td {
  533. color: #777777;
  534. font-size: 14px;
  535. line-height: 22px;
  536. }
  537. .popup .modal-body .table02 td {
  538. padding-left: 10px;
  539. }
  540. .popup .modal-body .table02 th {
  541. padding-left: 10px;
  542. }
  543. .min-popup {
  544. width: 540px;
  545. margin-left: -270px;
  546. }
  547. .min-popup .mini-header {
  548. height: 50px;
  549. background-image: none;
  550. background-color: #458eef;
  551. border-top-left-radius: 5px;
  552. border-top-right-radius: 5px;
  553. }
  554. .min-popup .mini-header h3 {
  555. line-height: 20px;
  556. font-size: 16px;
  557. color: #fff;
  558. text-align: left;
  559. }
  560. .weatherWX {
  561. float: left;
  562. position: relative;
  563. font-size: 15px;
  564. margin-right: 32px;
  565. }
  566. .icon-dataCenter {
  567. background: url(img/ydgk.png) no-repeat;
  568. }
  569. .icon-controlPanel {
  570. background: url(img/xqxyyazd.png) no-repeat;
  571. }
  572. .icon-statisticalAnalysis {
  573. background: url(img/dnzx.png) no-repeat;
  574. }
  575. .icon-analyticalTools {
  576. background: url(img/nxhqghyfzqsfx.png) no-repeat;
  577. }
  578. /**/
  579. .icon-zbdc {
  580. background: url(img/zbdctj.png) no-repeat;
  581. /*自备电厂统计icon*/
  582. }
  583. .icon-dqydl {
  584. background: url(img/dqydltj.png) no-repeat;
  585. /*地区用电量统计*/
  586. }
  587. .icon-dqfhfb {
  588. background: url(img/dqfh.png) no-repeat;
  589. /*地区负荷分布*/
  590. }
  591. .icon-nhfb {
  592. background: url(img/nhfb.png) no-repeat;
  593. /*能耗分布图*/
  594. }
  595. .icon-ttdcfdnl {
  596. background: url(img/fdnlfb.png) no-repeat;
  597. /*统调电厂发电能力分布图*/
  598. }
  599. .icon-xnyfdnlfbt {
  600. background: url(img/xnyfdnlfbt.png) no-repeat;
  601. /*新能源发电能力发布图*/
  602. }
  603. .icon-dlfhfb {
  604. background: url(img/dlfhfb.png) no-repeat;
  605. /*电力负荷分布图*/
  606. }
  607. .icon-ptyx {
  608. background: url(img/ptyx.png) no-repeat;
  609. /*平台运行*/
  610. }
  611. .icon-dqfhbd {
  612. background: url(img/dqfhbd.png) no-repeat;
  613. /*地区负荷波动数据*/
  614. }
  615. .icon-hyfhbd {
  616. background: url(img/hyfhbd.png) no-repeat;
  617. /*行业负荷波动数据*/
  618. }
  619. .icon-ydgk {
  620. background: url(img/ydgk.png) no-repeat;
  621. /*用电概况*/
  622. }
  623. .icon-dnzx {
  624. background: url(img/dnzx.png) no-repeat;
  625. /*电能在线*/
  626. }
  627. .icon-ysss {
  628. background: url(img/ysss.png) no-repeat;
  629. /*用水实时*/
  630. }
  631. .icon-yqzx {
  632. background: url(img/yqzx.png) no-repeat;
  633. /*用气在线*/
  634. }
  635. .icon-nyztt {
  636. background: url(img/nyztt.png) no-repeat;
  637. /*能源组态图*/
  638. }
  639. /**/
  640. .icon-hyjjrfg {
  641. background: url(img/hyjjrfg.png) no-repeat;
  642. /*行业节假日复工分析*/
  643. }
  644. .icon-fhtz {
  645. background: url(img/fhtz.png) no-repeat;
  646. /*负荷特征分析*/
  647. }
  648. .icon-dqydfh {
  649. background: url(img/dqydfh.png) no-repeat;
  650. /*地区用电负荷统计*/
  651. }
  652. .icon-hyyd {
  653. background: url(img/hyyd.png) no-repeat;
  654. /*行业用电分析*/
  655. }
  656. .icon-cyczxg {
  657. background: url(img/cyczxg.png) no-repeat;
  658. /*产业产值相关分析*/
  659. }
  660. .icon-sxycyxgx {
  661. background: url(img/sxycyxgx.png) no-repeat;
  662. /*上下游产业相关性分析*/
  663. }
  664. .icon-cpkc {
  665. background: url(img/cpkc.png) no-repeat;
  666. /*产品库存*/
  667. }
  668. .icon-ylxh {
  669. background: url(img/ylxh.png) no-repeat;
  670. /*原料消耗*/
  671. }
  672. .icon-cncl {
  673. background: url(img/cncl.png) no-repeat;
  674. /*产能产量*/
  675. }
  676. .icon-dltj {
  677. background: url(img/dltj.png) no-repeat;
  678. /*电量统计*/
  679. }
  680. .icon-sjtb {
  681. background: url(img/cpcl.png) no-repeat;
  682. /*数据填报*/
  683. }
  684. .icon-cpcl {
  685. background: url(img/cpcl.png) no-repeat;
  686. /*产品产量*/
  687. }
  688. .icon-dldc {
  689. background: url(img/dldc.png) no-repeat;
  690. /*电力电厂*/
  691. }
  692. .icon-dfcb {
  693. background: url(img/dfcb.png) no-repeat;
  694. /*电费成本分析*/
  695. }
  696. .icon-dnfx {
  697. background: url(img/dnfx.png) no-repeat;
  698. /*电能分析*/
  699. }
  700. .icon-ysfx {
  701. background: url(img/ysfx.png) no-repeat;
  702. /*用水分析*/
  703. }
  704. .icon-yqfx {
  705. background: url(img/yqfx.png) no-repeat;
  706. /*用气分析*/
  707. }
  708. .icon-hdsb {
  709. background: url(img/hdsbfx.png) no-repeat;
  710. /*耗电时比分析*/
  711. }
  712. .icon-hdlb {
  713. background: url(img/hdlbfx.png) no-repeat;
  714. /*耗电类比分析*/
  715. }
  716. .icon-zbgl {
  717. background: url(img/zbgl.png) no-repeat;
  718. /*指标关联分析*/
  719. }
  720. .icon-dlydf {
  721. background: url(img/dlydf.png) no-repeat;
  722. /*电量与电费分析*/
  723. }
  724. .icon-ydaq {
  725. background: url(img/ydaqfx.png) no-repeat;
  726. /*用电安全分析*/
  727. }
  728. .icon-ybfx {
  729. background: url(img/ybfx.png) no-repeat;
  730. /*月报分析*/
  731. }
  732. .icon-ydzfhyb {
  733. background: url(img/ydzfhyb.png) no-repeat;
  734. /*用电总负荷仪表*/
  735. }
  736. .icon-cpk {
  737. background: url(img/cpk.png) no-repeat;
  738. /*产品库*/
  739. }
  740. /**/
  741. .icon-jcddagl {
  742. background: url(img/jcddagl.png) no-repeat;
  743. /*监测点档案管理*/
  744. }
  745. .icon-qysq {
  746. background: url(img/qysq.png) no-repeat;
  747. /*企业授权*/
  748. }
  749. .icon-djgl {
  750. background: url(img/djgl.png) no-repeat;
  751. /*电价管理*/
  752. }
  753. .icon-ydsdgl {
  754. background: url(img/ydsdgl.png) no-repeat;
  755. /*用电时段管理*/
  756. }
  757. .icon-qyydsdgl {
  758. background: url(img/qyydsdgl.png) no-repeat;
  759. /*区域用电时段管理*/
  760. }
  761. .icon-cpgl {
  762. background: url(img/cpgl.png) no-repeat;
  763. /*产品管理*/
  764. }
  765. .icon-hydy {
  766. background: url(img/hydy.png) no-repeat;
  767. /*行业定义*/
  768. }
  769. .icon-khgl {
  770. background: url(img/khgl.png) no-repeat;
  771. /*客户管理*/
  772. }
  773. .icon-fwjggl {
  774. background: url(img/fwjggl.png) no-repeat;
  775. /*服务机构管理*/
  776. }
  777. .icon-dnfw {
  778. background: url(img/dnfw.png) no-repeat;
  779. /*电能服务*/
  780. }
  781. .icon-yhgl {
  782. background: url(img/yhgl.png) no-repeat;
  783. /*用户管理*/
  784. }
  785. .icon-cdgl {
  786. background: url(img/cdgl.png) no-repeat;
  787. /*菜单管理*/
  788. }
  789. .icon-qyhysd {
  790. background: url(img/qyhysd.png) no-repeat;
  791. /*区域行业设定*/
  792. }
  793. .icon-xxts {
  794. background: url(img/xxts.png) no-repeat;
  795. /*消息推送*/
  796. }
  797. .icon-qyztsz {
  798. background: url(img/qyztsz.png) no-repeat;
  799. /*企业状态设置*/
  800. }
  801. .icon-ywbdsz {
  802. background: url(img/ywbdsz.png) no-repeat;
  803. /*运维宝典设置*/
  804. }
  805. .icon-fhbdsz {
  806. background: url(img/fhbdsz.png) no-repeat;
  807. /*负荷波动设置*/
  808. }
  809. .icon-ywbd {
  810. background: url(img/ywbd.png) no-repeat;
  811. /*运维宝典*/
  812. }
  813. .icon-bbgl {
  814. background: url(img/bbgl.png) no-repeat;
  815. /*报表管理*/
  816. }
  817. /**/
  818. .icon-sbgl {
  819. background: url(img/sbgl.png) no-repeat;
  820. /*设备管理*/
  821. }
  822. .icon-zfkzl {
  823. background: url(img/zfkzl.png) no-repeat;
  824. /*住房空置率*/
  825. }
  826. .icon-jjrsz {
  827. background: url(img/jjrsz.png) no-repeat;
  828. /*节假日设置*/
  829. }
  830. .icon-cpjg {
  831. background: url(img/cpjg.png) no-repeat;
  832. /*产品价格*/
  833. }
  834. .icon-dlzjjy {
  835. background: url(img/dlzjjy.png) no-repeat;
  836. /*电力直接交易*/
  837. }
  838. .icon-gwkh {
  839. background: url(img/gwkh.png) no-repeat;
  840. /*工位考核*/
  841. }
  842. .icon-scxkh {
  843. background: url(img/scxkh.png) no-repeat;
  844. /*生产线考核*/
  845. }
  846. .icon-cjkh {
  847. background: url(img/cjkh.png) no-repeat;
  848. /*车间考核*/
  849. }
  850. .icon-bckh {
  851. background: url(img/bckh.png) no-repeat;
  852. /*班次考核*/
  853. }
  854. .icon-dlzjjygl {
  855. background: url(img/dlzjjygl.png) no-repeat;
  856. /*电力直接交易管理*/
  857. }
  858. .icon-yqgl {
  859. background: url(img/yqgl.png) no-repeat;
  860. /*园区管理*/
  861. }
  862. .icon-nyzthz {
  863. background: url(img/nyzthz.png) no-repeat;
  864. /*能源组态绘制*/
  865. }
  866. .icon-xqxyyazd {
  867. background: url(img/xqxyyazd.png) no-repeat;
  868. /*需求相应预案制定*/
  869. }
  870. .icon-xqxyyazx {
  871. background: url(img/xqxyyazx.png) no-repeat;
  872. /*需求相应预案执行*/
  873. }
  874. .icon-ylkgl {
  875. background: url(img/ylkgl.png) no-repeat;
  876. /*原料库管理*/
  877. }
  878. .icon-hycpgl {
  879. background: url(img/hycpgl.png) no-repeat;
  880. /*行业产品管理*/
  881. }
  882. .icon-ssgj {
  883. background: url(img/ssgj.png) no-repeat;
  884. /*实时告警*/
  885. }
  886. .icon-ssgjcssz {
  887. background: url(img/ssgjcssz.png) no-repeat;
  888. /*实时告警参数设置*/
  889. }
  890. .icon-zjzzzsd {
  891. background: url(img/zjzzzsd.png) no-repeat;
  892. /*增加值增长速度*/
  893. }
  894. .icon-hycllr {
  895. background: url(img/hycllr.png) no-repeat;
  896. /*行业产量录入*/
  897. }
  898. .icon-zjjysjlr {
  899. background: url(img/zjjysjlr.png) no-repeat;
  900. /*直接交易数据录入和修改*/
  901. }
  902. .icon-nxhqghyfzqsfx {
  903. background: url(img/nxhqghyfzqsfx.png) no-repeat;
  904. /*江苏和全国行业发展趋势分析*/
  905. }
  906. .icon-czyzjz {
  907. background: url(img/czyzjz.png) no-repeat;
  908. /*产值与增加值*/
  909. }
  910. .icon-ycscqyfx {
  911. background: url(img/ycscqyfx.png) no-repeat;
  912. /*异常生产企业分析*/
  913. }
  914. .icon-jcqk {
  915. background: url(img/jcqk.png) no-repeat;
  916. /*监测情况*/
  917. }
  918. .icon-hysjck {
  919. background: url(img/hysjck.png) no-repeat;
  920. /*行业数据查看*/
  921. }
  922. .icon-ssgjyclxq {
  923. background: url(img/ssgjyclxq.png) no-repeat;
  924. /*实时告警已处理详情*/
  925. }
  926. .icon-fdsjck {
  927. background: url(img/fdsjck.png) no-repeat;
  928. /*发电数据查看*/
  929. }
  930. .icon-fdzjrl {
  931. background: url(img/fdzjrl.png) no-repeat;
  932. /*装机容量*/
  933. }