DashBoard.css 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335
  1. html {
  2. overflow-x: hidden;
  3. overflow-y: hidden;
  4. }
  5. body {
  6. margin: 0px;
  7. padding: 0px;
  8. background-color: transparent;
  9. }
  10. iframe {
  11. margin: 0px;
  12. padding: 0px;
  13. border: 0px solid black;
  14. overflow-x: hidden;
  15. overflow-y: hidden;
  16. }
  17. .row_4 {
  18. margin: 0px;
  19. padding: 0px;
  20. display:flex;
  21. width:7860px;
  22. }
  23. .row_2 {
  24. margin: 0px;
  25. padding: 0px;
  26. display: flex;
  27. width: 3840px;
  28. }
  29. .col_1 {
  30. margin: 0px;
  31. padding: 0px;
  32. display: flex;
  33. flex-direction: column;
  34. width: 1920px;
  35. }
  36. .col_2 {
  37. margin: 0px;
  38. padding: 0px;
  39. display: flex;
  40. flex-direction: column;
  41. width: 3840px;
  42. }
  43. .iframe_1920_1080 {
  44. width: 1920px;
  45. height: 1080px;
  46. border: 0px solid black;
  47. }
  48. .box_1920_1080 {
  49. width: 1920px;
  50. height: 1080px;
  51. background-image: url('/Img/bg01_1920x1080.png');
  52. background-repeat: no-repeat;
  53. background-position:center;
  54. }
  55. .box_title {
  56. margin-left:10px;
  57. padding:10px;
  58. color: #38dcff;
  59. font-size: 2.3rem;
  60. font-weight:700;
  61. }
  62. .box_title_arrow {
  63. color: rgba(255, 159, 64, .9);
  64. }
  65. .box_title_loading {
  66. padding-right: 120px;
  67. float: right;
  68. color: rgba(255, 255, 255, .2);
  69. font-size: 2.3rem;
  70. font-weight: normal;
  71. }
  72. .box_body {
  73. margin:20px 40px 20px 40px;
  74. height:960px;
  75. /*background-color:red;*/
  76. }
  77. .m4_iframe_3840_2160 {
  78. width: 3840px;
  79. height: 2160px;
  80. border: 0px solid black;
  81. }
  82. .m4_box_3840_2160 {
  83. width: 3840px;
  84. height: 2160px;
  85. background-image: url('/Img/bg02_3840x2140.png');
  86. background-repeat: no-repeat;
  87. background-position: center;
  88. }
  89. .m4_title {
  90. padding-top: 0px;
  91. height: 180px;
  92. width: 3840px;
  93. display: flex;
  94. align-items: center;
  95. justify-content: center;
  96. color: #38dcff;
  97. font-size: 5rem;
  98. font-weight: 700;
  99. }
  100. .m4_body {
  101. margin: 30px 90px 30px 90px;
  102. height: 1900px;
  103. display:flex;
  104. flex-direction:row;
  105. /*background-color:red;*/
  106. }
  107. .m4_box_title_arrow {
  108. margin: 10px 0px 10px 10px;
  109. width: 10px;
  110. height: 46px;
  111. /*background-color: rgb(255, 159, 64);*/
  112. background-color: #38dcff;
  113. /*background-color: rgb(54, 162, 250);*/
  114. }
  115. .m4_box_title_arrow2 {
  116. margin: 10px 10px 10px 0px;
  117. width: 5px;
  118. height: 46px;
  119. background-color: rgb(255, 159, 64);
  120. /*background-color: #38dcff;*/
  121. }
  122. .m4_box_title {
  123. display: flex;
  124. flex-direction: row;
  125. margin: 0px 0px 0px 0px;
  126. color: #ffffff;
  127. font-size: 3rem;
  128. font-weight: 500;
  129. align-items: center;
  130. }
  131. .m4_box_title_loading {
  132. float: right;
  133. padding-left:20px;
  134. color: rgba(255, 255, 255, .2);
  135. font-size: 2.3rem;
  136. font-weight: normal;
  137. }
  138. .m4_box_body {
  139. margin: 20px 0px 0px 0px;
  140. width: 1920px;
  141. height: 900px;
  142. /*background-color:red;*/
  143. }
  144. .m4_iframe_1920_1080 {
  145. margin: 0px 0px 0px 0px;
  146. width: 1780px;
  147. height: 920px;
  148. border: 0px solid black;
  149. /*background-color:red;*/
  150. }
  151. .m4_box_1920_1080 {
  152. width: 1780px;
  153. height: 960px;
  154. margin-top: 20px;
  155. }
  156. .tr_title {
  157. height: 60px;
  158. color: #38dcff;
  159. font-size: 24px;
  160. font-weight: 700;
  161. background: rgba(25, 52, 90,.5);
  162. }
  163. .tr_bg_dark {
  164. height: 60px;
  165. color: #38dcff;
  166. font-size: 24px;
  167. font-weight: 100;
  168. background: rgba(25, 52, 90,.5);
  169. }
  170. .tr_bg_light {
  171. height: 60px;
  172. color: white;
  173. font-size: 24px;
  174. font-weight: 100;
  175. background: rgba(54, 162, 250,.2);
  176. }
  177. .tr_title_warning {
  178. height: 60px;
  179. /*color: rgb(255, 159, 64);*/
  180. color: #38dcff;
  181. font-size: 24px;
  182. font-weight: 700;
  183. background: rgba(25, 52, 90,.5);
  184. }
  185. .tr_bg_dark_warning {
  186. height: 60px;
  187. color: #38dcff;
  188. font-size: 24px;
  189. font-weight: 100;
  190. background: rgba(25, 52, 90,.5);
  191. }
  192. .tr_bg_light_warning {
  193. height: 60px;
  194. color: white;
  195. font-size: 24px;
  196. font-weight: 100;
  197. background: rgba(54, 162, 250,.2);
  198. }
  199. td {
  200. padding: 10px;
  201. text-align: center;
  202. border-bottom: 1px solid #0b1929;
  203. border-right: 1px dashed #38dcff;
  204. }
  205. @keyframes blink {
  206. 0% {
  207. opacity: 1;
  208. }
  209. 100% {
  210. opacity: 0;
  211. }
  212. }
  213. @-webkit-keyframes blink {
  214. 0% {
  215. opacity: 1;
  216. }
  217. 100% {
  218. opacity: 0;
  219. }
  220. }
  221. @-moz-keyframes blink {
  222. 0% {
  223. opacity: 1;
  224. }
  225. 100% {
  226. opacity: 0;
  227. }
  228. }
  229. @-ms-keyframes blink {
  230. 0% {
  231. opacity: 1;
  232. }
  233. 100% {
  234. opacity: 0;
  235. }
  236. }
  237. @-o-keyframes blink {
  238. 0% {
  239. opacity: 1;
  240. }
  241. 100% {
  242. opacity: 0;
  243. }
  244. }
  245. .status_green {
  246. /*color:limegreen;*/
  247. color: #5de27c;
  248. animation: blink 1s linear infinite;
  249. -webkit-animation: blink 1s linear infinite;
  250. -moz-animation: blink 1s linear infinite;
  251. -ms-animation: blink 1s linear infinite;
  252. -o-animation: blink 1s linear infinite;
  253. }
  254. .status_yellow {
  255. /*color: yellow;*/
  256. /*color: rgb(54, 162, 250);*/
  257. color: rgb(54, 162, 250);
  258. }
  259. .status_red {
  260. /*color: orangered;*/
  261. color: rgb(255, 99, 132);
  262. animation: blink 1s linear infinite;
  263. -webkit-animation: blink 1s linear infinite;
  264. -moz-animation: blink 1s linear infinite;
  265. -ms-animation: blink 1s linear infinite;
  266. -o-animation: blink 1s linear infinite;
  267. }
  268. .status_blue {
  269. /*color: orangered;*/
  270. color: rgb(54, 162, 250);
  271. }
  272. .status_grey {
  273. color: grey;
  274. }
  275. .warning {
  276. /*color: rgba(255, 159, 64, .9);*/
  277. background-color: rgba(255, 159, 64, .2);
  278. padding: 8px;
  279. border: 2px solid rgba(255, 159, 64, .9);
  280. border-radius: 10px;
  281. }
  282. .danger {
  283. /*color: rgba(255, 159, 64, .9);*/
  284. background-color: rgba(255, 99, 132, .2);
  285. padding: 8px;
  286. border: 2px dashed rgba(255, 99, 132, .9);
  287. border-radius: 10px;
  288. }