tankDetail.css 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386
  1. 
  2. .tank-body {
  3. position: absolute;
  4. top: 0;
  5. bottom: 0;
  6. left: 0;
  7. right: 0;
  8. background-color: transparent;
  9. }
  10. .tank-container {
  11. position: absolute;
  12. top: 0;
  13. bottom: 9%;
  14. left: 0;
  15. right: 0;
  16. background-color: transparent;
  17. }
  18. .tank-footer {
  19. position: absolute;
  20. top: 91%;
  21. bottom: 0;
  22. left: 1.9%;
  23. right: 0%;
  24. background-color: transparent;
  25. display: flex;
  26. align-items: center;
  27. }
  28. .tank-content {
  29. position: absolute;
  30. top: 0%;
  31. bottom: 0%;
  32. left: 0%;
  33. right: 0%;
  34. background-color: transparent;
  35. }
  36. ::-webkit-scrollbar {
  37. width: 0px;
  38. height: 0px;
  39. }
  40. .tank-subcontent {
  41. position: absolute;
  42. top: 0%;
  43. bottom: 0%;
  44. left: 0%;
  45. right: 0%;
  46. background-color: transparent;
  47. }
  48. .tank-footer-fnav {
  49. margin: 0 0.8%;
  50. width: 10%;
  51. height: 60%;
  52. font-size: 1.6rem;
  53. display: flex;
  54. align-items: center;
  55. justify-content: center;
  56. background-color: transparent;
  57. }
  58. .tank-footer-fnav-image {
  59. margin: 0 0.8%;
  60. width: 10%;
  61. height: 60%;
  62. color: white;
  63. background-size: 100% 100%;
  64. background-repeat: no-repeat;
  65. background-image: url(/WebConsole/images/config/ConfigSelected.png);
  66. }
  67. .tank_form_div {
  68. position: absolute;
  69. top: 0.6%;
  70. bottom: 9%;
  71. left: 0.8%;
  72. right: 6%;
  73. overflow: auto;
  74. background-color: transparent;
  75. text-align: center;
  76. }
  77. .tank_filter_div {
  78. position: absolute;
  79. top: 0.6%;
  80. bottom: 86%;
  81. left: 94%;
  82. right: 0.1%;
  83. background-color: transparent;
  84. background-size: 85% 75%;
  85. background-repeat: no-repeat;
  86. background-image: url(/WebConsole/images/device/filter.png);
  87. }
  88. .tank_form_head {
  89. margin: 2.8% 0 2.1% 0;
  90. width: 100%;
  91. font-size: 1.5rem;
  92. }
  93. .tank_form_body {
  94. margin: 1.8% 0 1.8% 0;
  95. width: 100%;
  96. font-size: 1.3rem;
  97. }
  98. .tank_form_label {
  99. margin: 0;
  100. display: inline-block;
  101. background-color: transparent;
  102. }
  103. .delivery_button {
  104. margin-bottom: 6%;
  105. width: 60.5%;
  106. outline: none;
  107. font-size: 1.2rem;
  108. text-align: center;
  109. border: none;
  110. color: white;
  111. background-color: transparent;
  112. background-size: contain;
  113. background-repeat: no-repeat;
  114. }
  115. .tank_form_delivery {
  116. margin: 0;
  117. text-align: left;
  118. background-color: transparent;
  119. }
  120. .tank_color_transparent {
  121. margin: 0;
  122. display: inline-block;
  123. color: transparent;
  124. background-color: transparent;
  125. }
  126. ::-webkit-scrollbar {
  127. width: 0px;
  128. height: 0px;
  129. }
  130. .config-right-navigation {
  131. position: absolute;
  132. top: 0%;
  133. bottom: 15%;
  134. left: 88%;
  135. right: 0%;
  136. background-color: transparent;
  137. }
  138. .config-topright-tab {
  139. font-size: 1.8rem;
  140. background-color: transparent;
  141. }
  142. .config-topright-settingselect {
  143. margin: 8% 0;
  144. font-size: 1.3rem;
  145. }
  146. .config-topright-rnav {
  147. margin: 8% 0;
  148. padding-left: 18%;
  149. display: block;
  150. font-size: 1.5rem;
  151. }
  152. .config-topright-rnav-image {
  153. margin: 8% 0;
  154. padding-left: 18%;
  155. display: block;
  156. font-size: 1.5rem;
  157. background-color: rgb(44, 125, 190);
  158. }
  159. input[type=datetime-local]::-webkit-datetime-edit {
  160. visibility: hidden;
  161. }
  162. input[type=datetime-local]::-webkit-clear-button {
  163. display: none;
  164. }
  165. input[type=datetime-local]::-webkit-inner-spin-button {
  166. display: none;
  167. }
  168. input[type="datetime-local"]::-webkit-calendar-picker-indicator {
  169. width: 100%;
  170. /* background-color: rgb(255, 0, 0); */
  171. }
  172. input[type="datetime-local"]:hover::-webkit-calendar-picker-indicator {
  173. color: red;
  174. }
  175. .config-form-input {
  176. width: 78%;
  177. border: 0;
  178. font-size: 1.3rem;
  179. font-weight: normal;
  180. background-color: transparent;
  181. }
  182. .config-form-date {
  183. width: 13%;
  184. border: 1px solid #ccc;
  185. font-size: 1.3rem;
  186. background-color: transparent;
  187. }
  188. .config-form-select {
  189. width: 90%;
  190. border: 0;
  191. font-size: 1.3rem;
  192. -webkit-appearance: none;
  193. background-color: transparent;
  194. }
  195. .tank_table_div {
  196. position: absolute;
  197. top: 0%;
  198. bottom: 0%;
  199. left: 0%;
  200. right: 0%;
  201. background-color: transparent;
  202. }
  203. .tank_meter_div {
  204. position: absolute;
  205. width: 28.66%;
  206. height: 80.41%;
  207. /*border: 1px solid red;*/
  208. background-color: transparent;
  209. background-size: 100% 100%;
  210. background-repeat: no-repeat;
  211. }
  212. .tank_pointer_div {
  213. position: absolute;
  214. top: 6.6%;
  215. left: 5.1%;
  216. width: 75.2%;
  217. height: 41.95%;
  218. background-color: transparent;
  219. background-size: 100% 100%;
  220. background-repeat: no-repeat;
  221. }
  222. .live_data_text {
  223. position: absolute;
  224. top: 68.6%;
  225. left: 51.1%;
  226. color: white;
  227. font-size: 1.6rem;
  228. background-color: transparent;
  229. }
  230. .live_unit_text {
  231. position: absolute;
  232. top: 10.6%;
  233. font-size: 0.9rem;
  234. }
  235. .btn-default {
  236. font-size: 2.3rem;
  237. color: transparent;
  238. width: 100%;
  239. height: 100%;
  240. border: 0;
  241. background-size: 98% 98%;
  242. background-repeat: no-repeat;
  243. background-image: url(/WebConsole/images/shared/excel_download_icon.png);
  244. background-color: transparent;
  245. }
  246. .download_excel_div {
  247. position: absolute;
  248. top: 90%;
  249. bottom: 0%;
  250. left: 0%;
  251. right: 68%;
  252. background-color: transparent;
  253. }
  254. .search_chart_div {
  255. position: absolute;
  256. top: 90%;
  257. bottom: 0%;
  258. left: 0%;
  259. right: 68%;
  260. background-color: transparent;
  261. background-size: 85% 98%;
  262. background-repeat: no-repeat;
  263. background-image: url(/WebConsole/images/device/sensor/searchChart.png);
  264. }
  265. .search_list_div {
  266. position: absolute;
  267. top: 90%;
  268. bottom: 0%;
  269. left: 50%;
  270. right: 18%;
  271. background-color: transparent;
  272. background-size: 85% 98%;
  273. background-repeat: no-repeat;
  274. background-image: url(/WebConsole/images/device/sensor/searchAlarm.png);
  275. }
  276. .scroll_chart_div {
  277. position: absolute;
  278. top: 120%;
  279. bottom: -30%;
  280. left: 0%;
  281. right: 68%;
  282. background-color: transparent;
  283. background-size: 85% 98%;
  284. background-repeat: no-repeat;
  285. background-image: url(/WebConsole/images/device/sensor/searchChart.png);
  286. }
  287. .scroll_list_div {
  288. position: absolute;
  289. top: 120%;
  290. bottom: -30%;
  291. left: 50%;
  292. right: 18%;
  293. background-color: transparent;
  294. background-size: 85% 98%;
  295. background-repeat: no-repeat;
  296. background-image: url(/WebConsole/images/device/sensor/searchAlarm.png);
  297. }
  298. .chart_form_div {
  299. position: absolute;
  300. top: 0.8%;
  301. bottom: -8%;
  302. left: 0.8%;
  303. right: 6.0%;
  304. background-color: transparent;
  305. text-align: center;
  306. }
  307. .config-search-navigation {
  308. position: absolute;
  309. top: 0%;
  310. bottom: 0%;
  311. left: 88%;
  312. right: 0%;
  313. overflow-y: auto;
  314. background-color: transparent;
  315. }
  316. .config-search-tab {
  317. font-size: 1.8rem;
  318. background-color: transparent;
  319. }
  320. .config-search-lable {
  321. margin: 8% 0;
  322. font-size: 1.3rem;
  323. }
  324. .config-search-input {
  325. width: 78%;
  326. border: 0;
  327. font-size: 1.2rem;
  328. font-weight: normal;
  329. background-color: transparent;
  330. }
  331. .config-search-date {
  332. margin-top: -0.8%;
  333. margin-left: -16.2%;
  334. width: 36%;
  335. border: 0;
  336. outline: none;
  337. font-size: 1.3rem;
  338. background-color: transparent;
  339. }