hardware.css 4.7 KB

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