hardware.css 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365
  1. .hardware-list{
  2. position: fixed;
  3. top: 10px;
  4. left: 10px;
  5. z-index: 999;
  6. color: #000;
  7. padding: 20px;
  8. width: 30%;
  9. min-Width:500px;
  10. }
  11. .hard-header{
  12. color: #fff;
  13. display: inline-block;
  14. font-size: 18px;
  15. font-weight: bold;
  16. width: 140px;
  17. padding: 10px 15px;
  18. background: rgba(0, 0, 0, 0.5);
  19. cursor: pointer;
  20. }
  21. .hard-header >img{
  22. width: 12px;
  23. display: inline-block;
  24. margin-left: 10px;
  25. cursor: pointer;
  26. }
  27. .hard-body{
  28. background: rgba(0, 0, 0, 0.5);
  29. width: 100%;
  30. padding: 20px;
  31. }
  32. .hardware-list a{
  33. color: inherit;
  34. }
  35. .plugin-action{
  36. color: #1890ff!important;
  37. cursor: pointer;
  38. }
  39. .plugin-action img{
  40. width: 24px;
  41. }
  42. #temperature{
  43. width: 360px;
  44. height: 400px;
  45. }
  46. .ac-con{
  47. background: #363F51;
  48. position: relative;
  49. width: 360px;
  50. color: #24E8CF;
  51. padding-top: 20px;
  52. padding-bottom: 10px;
  53. text-align: center;
  54. border-radius: 5px;
  55. min-height: 300px;
  56. }
  57. .ac-con .ac-body{
  58. width: 100%;
  59. height: 100%;
  60. padding: 0;
  61. }
  62. .ac-con .ac-switch{
  63. width: 100%;
  64. height: 100%;
  65. padding: 0;
  66. }
  67. .ac-con .ac-switch>div{
  68. position: absolute;
  69. top: 50%;
  70. left: 50%;
  71. transform: translate(-50%,-50%);
  72. }
  73. #air-conditioner{
  74. width: 160px;
  75. height: 146px;
  76. margin: 0 auto;
  77. }
  78. .ac-title{
  79. text-align: center;
  80. margin-bottom: 10px;
  81. }
  82. .ac-con .ac-btn{
  83. color: #fff;
  84. background: #2EC2AE;
  85. display: inline-block;
  86. padding: 0 10px;
  87. line-height: 36px;
  88. height: 36px;
  89. border-radius: 5px;
  90. cursor: pointer;
  91. }
  92. .activeTxt{
  93. color: #006558!important;
  94. }
  95. .ac-left{
  96. position: absolute;
  97. top: 46px;
  98. left: 12px;
  99. }
  100. .ac-left li{
  101. margin: 16px 0;
  102. cursor: pointer;
  103. }
  104. .ac-left li:first-of-type,.ac-left li:last-of-type{
  105. cursor: auto;
  106. }
  107. .ac-left li i{
  108. font-size: 24px;
  109. color: #fff;
  110. }
  111. .ac-left li .iconfengsu1{
  112. color: #2EC2AE;
  113. }
  114. .ac-left .active i{
  115. color: #2EC2AE;
  116. }
  117. .ac-left li .iconfengsu{
  118. font-size: 18px;
  119. }
  120. .ac-con .iconquxiao{
  121. position: absolute;
  122. top: 24px;
  123. right: 20px;
  124. color: #F5F5F5;
  125. font-size: 10px;
  126. cursor: pointer;
  127. }
  128. .ac-con .ac-close{
  129. position: absolute;
  130. top: 64px;
  131. right: 20px;
  132. color: #fff;
  133. font-size: 10px;
  134. cursor: pointer;
  135. min-width: 50px;
  136. }
  137. .btm-con{
  138. margin-top: -15px;
  139. }
  140. .btm-con > div{
  141. display: flex;
  142. align-items: center;
  143. justify-content: center;
  144. width: calc(100% - 24px);
  145. margin: 0 auto;
  146. }
  147. .btm-con >div .ac-btn{
  148. width: 50%;
  149. margin-top: 12px;
  150. }
  151. .btm-con >div .ac-btn:last-of-type{
  152. margin-left: 12px;
  153. }
  154. .btm-con >div:first-of-type span{
  155. color: #fff;
  156. display: inline-block;
  157. }
  158. .btm-con >div:first-of-type > span:last-of-type{
  159. margin-left: 12px;
  160. }
  161. .btm-con >div:first-of-type i{
  162. color: #2EC2AE;
  163. }
  164. .btm-con .minbtn .ac-btn{
  165. max-width: 100px;
  166. }
  167. .oper-con{
  168. border-top: 1px solid #BFBFBF;
  169. width: 100%;
  170. margin-top: 10px;
  171. padding-top: 10px;
  172. display: none;
  173. }
  174. .oper-con>div{
  175. justify-content: space-between;
  176. display: flex;
  177. margin: 0 12px;
  178. flex-wrap: wrap;
  179. }
  180. .oper-con>div>span{
  181. min-width: calc((100% - 40px) / 4);
  182. margin-bottom: 10px;
  183. }
  184. .air-con{
  185. border-top: 1px solid #BFBFBF;
  186. width: 100%;
  187. margin-top: 10px;
  188. padding-top: 10px;
  189. position: relative;
  190. display: none;
  191. }
  192. .air-con > .fixed{
  193. position: absolute;
  194. }
  195. .air-con > .up{
  196. top: 20px;
  197. left: 50%;
  198. transform: translateX(-50%) rotate(-90deg);
  199. }
  200. .air-con > .down{
  201. bottom: 10px;
  202. left: 50%;
  203. transform: translateX(-50%) rotate(90deg);
  204. }
  205. .air-con > .left{
  206. left: 50px;
  207. top: 50%;
  208. transform: translateY(-50%) rotate(180deg);
  209. }
  210. .air-con > .right{
  211. right: 50px;
  212. top: 50%;
  213. transform: translateY(-50%);
  214. }
  215. .air-con > div{
  216. padding: 60px;
  217. }
  218. .air-con > div > span{
  219. display: block!important;
  220. margin: 10px auto;
  221. max-width: 120px;
  222. }
  223. .m-con{
  224. width: 1100px;
  225. padding: 0;
  226. }
  227. .m-con .monitorbody{
  228. width: 100%;
  229. display: flex;
  230. justify-content: space-between;
  231. align-items: center;
  232. }
  233. .m-con .monitorbody .historyBtn{
  234. position: absolute;
  235. left: 10px;
  236. top: 10px;
  237. background-color: #262729;
  238. padding: 4px 14px;
  239. border-radius: 5px;
  240. cursor: pointer;
  241. z-index: 9999;
  242. font-size: 12px;
  243. }
  244. .m-con .iconquxiao{
  245. position: absolute;
  246. top: 5px;
  247. right: 5px;
  248. color: #F5F5F5;
  249. font-size: 10px;
  250. cursor: pointer;
  251. z-index: 9999;
  252. }
  253. .m-con .monitorbody .mvideo{
  254. width: 100%;
  255. flex: 2;
  256. height: 100%;
  257. }
  258. .m-con .monitorbody #monitor{
  259. width: 100%;
  260. height: 100%;
  261. }
  262. .m-con .monitorbody .calendar{
  263. flex: 2;
  264. background: #fff;
  265. }
  266. .m-con .monitorbody .histcon{
  267. color: #fff;
  268. flex: 1;
  269. height: 100%;
  270. align-self: flex-start;
  271. padding: 10px 0;
  272. min-width: 250px;
  273. text-align: center;
  274. }
  275. .histcon > h3{
  276. font-size: 18px;
  277. }
  278. .histcon > ul{
  279. margin-top: 10px;
  280. height: 100%;
  281. max-height: 500px;
  282. overflow-y: auto;
  283. overflow-x: hidden;
  284. }
  285. .histcon > ul li{
  286. line-height: 48px;
  287. height: 48px;
  288. cursor: pointer;
  289. }
  290. .histcon > ul li:hover{
  291. background: #24D0B8;
  292. }
  293. .histcon > ul .active{
  294. background: #24D0B8;
  295. }