commonlayout.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571
  1. body[id*="mainscreen_body"] {
  2. /*width: 1280px;
  3. height: 720px;*/
  4. position: absolute;
  5. width: 100%;
  6. height: 100%;
  7. top: 0px;
  8. bottom: 0px;
  9. left: 0px;
  10. right: 0px;
  11. margin: 0px;
  12. padding: 0px;
  13. background-image: url(/WebConsole/images/shared/backgroundImage.jpg);
  14. background-repeat: no-repeat;
  15. background-size: cover;
  16. font-family: Noto Sans CJK;
  17. user-select: none;
  18. /*border: 1px solid#00bfff;*/
  19. }
  20. body[id*="mainscreen_body"] > header {
  21. height: 7.5%;
  22. width: 100%;
  23. }
  24. .commonheader {
  25. position: relative;
  26. /* width: 1280px;
  27. height: 54px;*/
  28. width: 100%;
  29. height: 100%;
  30. /*border: 1px solid#00bfff;*/
  31. }
  32. div[id^="common_header"] > img[id*="common_header_left"] {
  33. position: absolute;
  34. width: 85.625%;
  35. height: 100%;
  36. top: 0px;
  37. left: 0px;
  38. }
  39. div[id^="common_header"] > img[id*="common_header_right"] {
  40. position: absolute;
  41. top: 0px;
  42. left: 84.753%;
  43. height: 61.111%;
  44. width: 15.247%;
  45. /*left: 1081px;*/
  46. }
  47. div[id^="common_header"] > div[id="common_header_informations"] {
  48. position: absolute;
  49. top: 0px;
  50. width: 85%;
  51. height: 100%;
  52. text-align: left;
  53. color: #f0ffff;
  54. font-size: 2rem;
  55. }
  56. div[id^="common_header"] > span[id*="common_header_left"] {
  57. position: absolute;
  58. top: 20%;
  59. height: 80%;
  60. /*left: 0px;
  61. width: 1096px;*/
  62. /*line-height: 54px;*/
  63. line-height: 100%;
  64. /*text-align: left;
  65. color: #f0ffff;
  66. font-size: 32px;*/
  67. }
  68. div[id^="common_header"] > span[id*="common_header_right"] {
  69. position: absolute;
  70. top: 10%;
  71. /*left: 1081px;
  72. width: 199px;
  73. height: 33px;
  74. line-height: 33px;*/
  75. left: 84.453%;
  76. width: 15.547%;
  77. height: 61.111%;
  78. line-height: 100%;
  79. text-align: center;
  80. color: white;
  81. font-size: 1.563rem;
  82. }
  83. div[id*="main_view"] {
  84. position: relative;
  85. height: 78.611%;
  86. width: 100%;
  87. /*border: 1px solid #00ced1;*/
  88. }
  89. body[id*="mainscreen_body"] > footer {
  90. position: relative;
  91. height: 13.889%;
  92. width: 100%;
  93. }
  94. div[id*="common_footer"] {
  95. position: relative;
  96. height: 100%;
  97. width: 100%;
  98. /*border: 1px solid #00ced1;*/
  99. }
  100. div[id*="common_footer"] > img[id="common_footer_img"] {
  101. position: relative;
  102. /*height: 100px;
  103. width: 1280px;*/
  104. width: 100%;
  105. height: 100%;
  106. }
  107. div[id*="common_footer"] > a[id*="common_footer_"] {
  108. position: absolute;
  109. top: 20%;
  110. height: 68%;
  111. width: 6.094%;
  112. margin-right: 3.516%;
  113. /*border: 1px solid #00ced1;*/
  114. }
  115. div[id*="common_popupMenu"] {
  116. position: absolute;
  117. bottom: 13%;
  118. right: 2.5%;
  119. width: 15%;
  120. padding: 0.5%;
  121. visibility:hidden;
  122. border-radius:2px;
  123. background-color:#0094ff;
  124. border-color: #66afe9;
  125. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  126. box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
  127. }
  128. .popupMenuItem {
  129. position: relative;
  130. width: 98%;
  131. text-align:center;
  132. color:white;
  133. padding:1%;
  134. background-color:#808080;
  135. margin-bottom: 2%;
  136. }
  137. .menuItem {
  138. position: relative;
  139. float: right;
  140. /*margin-top: 20%;*/
  141. height: 68%;
  142. width: 10.263%;
  143. /*border:solid 1px #1cd4f8;*/
  144. margin-right: 6.284%;
  145. }
  146. .menuItemImg {
  147. width: 100%;
  148. height: 100%;
  149. margin-top:20%;
  150. /*border: solid 1px #4cff00;*/
  151. }
  152. .menuItemDiv {
  153. position: absolute;
  154. height: 100%;
  155. left: 40.625%;
  156. width: 59.375%;
  157. top: 0%;
  158. /*border: solid 1px#ff0000;*/
  159. }
  160. div[id*="common_footer"] > a[id*="common_footer_"] > img {
  161. width: 100%;
  162. height: 100%;
  163. /*border: 1px solid #00ced1;*/
  164. }
  165. div[id*="alarm_information"] {
  166. position: absolute;
  167. left: 0%;
  168. top: 0px;
  169. width: 100%;
  170. /*height: 88.339%;*/
  171. height:100%;
  172. background-image: url(/WebConsole/images/shared/alarmbarBackground.jpg);
  173. }
  174. div[id*="alarm_information"] > div[id*="alarm_queryInfo"] {
  175. position: absolute;
  176. top: 0%;
  177. right: 0%;
  178. width: 15%;
  179. height: 100%;
  180. /*border: 1px solid #ff0000;*/
  181. }
  182. div[id*="alarm_information"] > div[id*="alarm_table"] {
  183. position:relative;
  184. width:100%;
  185. height:95%;
  186. }
  187. .alarmTable {
  188. width: 100%;
  189. height: 100%;
  190. border-collapse: collapse;
  191. }
  192. .tableRow {
  193. display: table;
  194. width: 100%;
  195. height: 10%;
  196. table-layout: fixed;
  197. font-size: 1.4rem;
  198. }
  199. .tableDataSeverity {
  200. width: 5%;
  201. padding-right: 1%;
  202. text-align: center;
  203. /*border: 1px solid #ff0000;*/
  204. }
  205. .tableData1 {
  206. width: 9%;
  207. text-align: left;
  208. white-space: nowrap;
  209. overflow: hidden; /*超出隐藏*/
  210. text-overflow: ellipsis;
  211. /*border: 1px solid #ff0000;*/
  212. }
  213. .tableData2Hide {
  214. width: 20%;
  215. text-align: left;
  216. white-space: nowrap;
  217. padding-right:1%;
  218. overflow: hidden; /*超出隐藏*/
  219. text-overflow: ellipsis;
  220. /*border: 1px solid #ff0000;*/
  221. }
  222. .tableData2 {
  223. width: 20%;
  224. text-align: center;
  225. padding-right: 1%;
  226. /*white-space: nowrap;*/
  227. /*overflow: hidden;*/ /*超出隐藏*/
  228. /*text-overflow: ellipsis;*/
  229. /*border: 1px solid #ff0000;*/
  230. }
  231. .tableData3 {
  232. width: 26%;
  233. text-align: left;
  234. padding-right: 1%;
  235. white-space: nowrap;
  236. overflow: hidden; /*超出隐藏*/
  237. text-overflow: ellipsis; /*隐藏的字符用省略号表示 IE*/
  238. /*border: 1px solid #ff0000;*/
  239. }
  240. .tableDataLink {
  241. color: #1cd4f8;
  242. font-size: 1.2rem;
  243. text-decoration: underline;
  244. text-decoration-color: #0094ff;
  245. }
  246. .alarmTableBody {
  247. height: 90%;
  248. overflow: hidden;
  249. display: block;
  250. overflow-y: auto;
  251. }
  252. div[id*="alarm_information"] > div[id*="alarm_pageInfo"] {
  253. position: absolute;
  254. left:80%;
  255. width: 20%;
  256. height: 5.787%;
  257. /*border: 1px solid #ff0000;*/
  258. }
  259. .muteImg {
  260. position: relative;
  261. float: left;
  262. height: 50%;
  263. width: 20%;
  264. padding: 10%;
  265. margin-left: 10%;
  266. background-image: url("/WebConsole/images/shared/mute.png");
  267. background-repeat: no-repeat;
  268. background-size: 100% 100%;
  269. }
  270. .alarmImg {
  271. position: relative;
  272. float: left;
  273. height: 50%;
  274. width: 20%;
  275. padding: 10%;
  276. margin-left: 10%;
  277. /*border: solid 1px red;*/
  278. background-image: url("/WebConsole/images/shared/alarm.png");
  279. background-repeat: no-repeat;
  280. background-size:100% 100%;
  281. }
  282. .closeImg {
  283. position: relative;
  284. float: left;
  285. padding: 10%;
  286. height: 50%;
  287. width: 20%;
  288. margin-left: 10%;
  289. background-image: url("/WebConsole/images/shared/closeAlarm.png");
  290. background-repeat: no-repeat;
  291. background-size: 100% 100%;
  292. }
  293. .closedImg {
  294. position: relative;
  295. float: left;
  296. padding: 10%;
  297. height: 50%;
  298. width: 20%;
  299. margin-left: 10%;
  300. background-image: url("/WebConsole/images/shared/closedAlarm.png");
  301. background-repeat: no-repeat;
  302. background-size: 100% 100%;
  303. }
  304. .closeAlarmFormButton {
  305. position: absolute;
  306. top: 94.213%;
  307. left: 45.156%;
  308. width: 9.688%;
  309. height: 5.787%;
  310. }
  311. .textUnderline{
  312. margin-left:5%;
  313. position:relative;
  314. height:90%;
  315. float:left;
  316. font-size:1.3rem;
  317. color:#1cd4f8;
  318. text-decoration:underline;
  319. text-decoration-color:blue;
  320. }
  321. .pageStepDiv {
  322. margin-left: 5%;
  323. position: relative;
  324. height: 100%;
  325. width:20%;
  326. float: left;
  327. }
  328. .pageStepImg {
  329. height: 100%;
  330. width: 100%;
  331. }
  332. .alarmFilter{
  333. position:absolute;
  334. right:0%;
  335. top:0%;
  336. height:5%;
  337. width:3%;
  338. }
  339. .alarmQueryForm {
  340. position: absolute;
  341. right: 0%;
  342. top: 0%;
  343. height: 100%;
  344. width: 18%;
  345. background-image: url("/WebConsole/images/onlineMonitor/chartView/background_query.png");
  346. background-repeat: no-repeat;
  347. background-size: 100% 100%;
  348. /*border: solid 1px #1cd4f8;*/
  349. }
  350. .queryText{
  351. font-size:1.4rem;
  352. font:bold;
  353. padding:1%;
  354. }
  355. .queryUl{
  356. list-style:none;
  357. /*border:solid 1px #ffd800;*/
  358. }
  359. .option1Div {
  360. position: relative;
  361. float: left;
  362. width: 100%;
  363. height: 15%;
  364. /*border: solid 1px #1cd4f8;*/
  365. }
  366. .option2Div {
  367. position: relative;
  368. float: left;
  369. width: 100%;
  370. height: 75%;
  371. /*border: solid 1px #1cd4f8;*/
  372. overflow: hidden;
  373. overflow-y: auto;
  374. }
  375. .searchDiv{
  376. position:absolute;
  377. bottom:0%;
  378. width:100%;
  379. height:10%;
  380. /* border:solid 1px #1cd4f8;*/
  381. }
  382. .searchImg{
  383. position:absolute;
  384. left:60%;
  385. width:20%;
  386. height:95%;
  387. margin-top:2%;
  388. }
  389. .redCircle {
  390. margin:30%;
  391. width: 25%;
  392. height: 25%;
  393. border-radius: 50%;
  394. background-color: red;
  395. display: block
  396. }
  397. .yellowCircle{
  398. margin: 30%;
  399. width: 25%;
  400. height: 25%;
  401. border-radius: 50%;
  402. background-color: #ffd800;
  403. display: block
  404. }
  405. .blueCircle {
  406. margin: 30%;
  407. width: 25%;
  408. height: 25%;
  409. border-radius: 50%;
  410. background-color:#0094ff;
  411. display: block
  412. }
  413. .messageDiv {
  414. margin-left: 0.5%;
  415. margin-right: 0.5%;
  416. margin-bottom: 0.5%;
  417. position: relative;
  418. float: left;
  419. height: 69%;
  420. width: 99%;
  421. font-size: 1.3rem;
  422. padding: 1px;
  423. background-color: #FFFFFF;
  424. padding:1%;
  425. /*overflow: hidden;*/
  426. display: block;
  427. overflow-y: auto;
  428. /*border: solid 1px #ff0000;*/
  429. }
  430. .messageButtonDiv {
  431. position: relative;
  432. float: left;
  433. margin-left: 0.5%;
  434. margin-right: 0.5%;
  435. margin-top: 0.5%;
  436. height: 29%;
  437. width: 99%;
  438. /*border: solid 1px #1cd4f8;*/
  439. text-align: right;
  440. margin-right: 2%;
  441. font-size: 1.2rem;
  442. color: #1cd4f8;
  443. background-color: lightskyblue;
  444. text-decoration: underline;
  445. text-decoration-color: blue;
  446. box-shadow: gainsboro 1px 1px 1px 1px;
  447. }
  448. .messageButton {
  449. position: absolute;
  450. top: 5%;
  451. right: 2%;
  452. height: 90%;
  453. width: 20%;
  454. /*border:solid 1px #1cd4f8;*/
  455. border:none;
  456. background-color:transparent;
  457. font-size:1.2rem;
  458. /*box-shadow: gainsboro 2px 2px 3px 2px;*/
  459. }
  460. .wrap-dialog {
  461. position: fixed;
  462. top: 20%;
  463. left: 40%;
  464. width: 30%;
  465. height: 30%;
  466. font-size: 1.2rem;
  467. text-align: center;
  468. background-color: rgba(0, 0, 0, .4);
  469. z-index: 999;
  470. /*border:solid 1px red;*/
  471. }
  472. .dialog {
  473. position: relative;
  474. margin: 0.5%;
  475. width: 99%;
  476. height: 98%;
  477. background-color: #FFFFFF;
  478. /*border: solid 1px blue;*/
  479. }
  480. .dialog .dialog-header {
  481. height: 20%;
  482. padding: 2%;
  483. background-color: lightskyblue;
  484. /*border: solid 1px #ffd800;*/
  485. }
  486. .dialog .dialog-body {
  487. height: 60%;
  488. padding: 2%;
  489. /*/*border:solid 1px #b6ff00;*/
  490. }
  491. .dialog .dialog-footer {
  492. height:19.5%;
  493. /*padding: 2%;*/
  494. background-color: whitesmoke;
  495. /*border:solid 1px #1cd4f8;*/
  496. }
  497. .btn {
  498. width: 15%;
  499. /*padding: 2%;*/
  500. height:100%;
  501. /*border: solid 1px #b6ff00;*/
  502. }
  503. .hide {
  504. display: none;
  505. }
  506. .ml50 {
  507. margin-left: 40%;
  508. }
  509. .input-dialog {
  510. position: fixed;
  511. top: 20%;
  512. left: 40%;
  513. width: 30%;
  514. height: 30%;
  515. font-size: 1.2rem;
  516. text-align: center;
  517. background-color: rgba(0, 0, 0, .4);
  518. /*border:solid 1px red;*/
  519. }
  520. .input-dialog-title{
  521. text-align:center;
  522. font-size:1.2rem;
  523. }
  524. .input-box {
  525. /*position:relative;*/
  526. margin-left: 8%;
  527. margin-top: 8%;
  528. border: solid 1px;
  529. padding:1px;
  530. }
  531. .fullScrrenWrap {
  532. position: absolute;
  533. top: 0%;
  534. left: 0%;
  535. height: 100%;
  536. width: 100%;
  537. border: none;
  538. background-color: rgba(0, 0, 0, 0);
  539. z-index: 999;
  540. }
  541. .alarmInfoWrap {
  542. position: absolute;
  543. top: 0%;
  544. left: 0%;
  545. height: 100%;
  546. width: 100%;
  547. border: none;
  548. background-color: rgba(0, 0, 0, 0);
  549. z-index: 999;
  550. }