hardware.css 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  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: #262729;
  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: #262729;
  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. position: absolute;
  64. top: 50%;
  65. left: 50%;
  66. transform: translate(-50%,-50%);
  67. }
  68. #air-conditioner{
  69. width: 160px;
  70. height: 146px;
  71. margin: 0 auto;
  72. }
  73. .ac-title{
  74. text-align: center;
  75. margin-bottom: 10px;
  76. }
  77. .ac-con .ac-btn{
  78. color: #fff;
  79. background: #2EC2AE;
  80. display: inline-block;
  81. padding: 0 10px;
  82. line-height: 36px;
  83. height: 36px;
  84. border-radius: 5px;
  85. cursor: pointer;
  86. }
  87. .activeTxt{
  88. color: #006558!important;
  89. }
  90. .ac-left{
  91. position: absolute;
  92. top: 46px;
  93. left: 12px;
  94. }
  95. .ac-left li{
  96. margin: 16px 0;
  97. cursor: pointer;
  98. }
  99. .ac-left li:first-of-type,.ac-left li:last-of-type{
  100. cursor: auto;
  101. }
  102. .ac-left li i{
  103. font-size: 24px;
  104. color: #fff;
  105. }
  106. .ac-left li .iconfengsu1{
  107. color: #2EC2AE;
  108. }
  109. .ac-left .active i{
  110. color: #2EC2AE;
  111. }
  112. .ac-left li .iconfengsu{
  113. font-size: 18px;
  114. }
  115. .ac-con .iconquxiao{
  116. position: absolute;
  117. top: 24px;
  118. right: 20px;
  119. color: #F5F5F5;
  120. font-size: 10px;
  121. cursor: pointer;
  122. }
  123. .ac-con .ac-close{
  124. position: absolute;
  125. top: 64px;
  126. right: 20px;
  127. color: #fff;
  128. font-size: 10px;
  129. cursor: pointer;
  130. min-width: 50px;
  131. }
  132. .btm-con{
  133. margin-top: -15px;
  134. }
  135. .btm-con > div{
  136. display: flex;
  137. align-items: center;
  138. justify-content: center;
  139. width: calc(100% - 24px);
  140. margin: 0 auto;
  141. }
  142. .btm-con >div .ac-btn{
  143. width: 50%;
  144. margin-top: 12px;
  145. }
  146. .btm-con >div .ac-btn:last-of-type{
  147. margin-left: 12px;
  148. }
  149. .btm-con >div:first-of-type span{
  150. color: #fff;
  151. display: inline-block;
  152. }
  153. .btm-con >div:first-of-type > span:last-of-type{
  154. margin-left: 12px;
  155. }
  156. .btm-con >div:first-of-type i{
  157. color: #2EC2AE;
  158. }
  159. .btm-con .minbtn .ac-btn{
  160. max-width: 100px;
  161. }
  162. .oper-con{
  163. border-top: 1px solid #BFBFBF;
  164. width: 100%;
  165. margin-top: 10px;
  166. padding-top: 10px;
  167. display: none;
  168. }
  169. .oper-con>div{
  170. justify-content: space-between;
  171. display: flex;
  172. margin: 0 12px;
  173. flex-wrap: wrap;
  174. }
  175. .oper-con>div>span{
  176. min-width: calc((100% - 40px) / 4);
  177. margin-bottom: 10px;
  178. }
  179. .air-con{
  180. border-top: 1px solid #BFBFBF;
  181. width: 100%;
  182. margin-top: 10px;
  183. padding-top: 10px;
  184. position: relative;
  185. display: none;
  186. }
  187. .air-con > .fixed{
  188. position: absolute;
  189. }
  190. .air-con > .up{
  191. top: 20px;
  192. left: 50%;
  193. transform: translateX(-50%) rotate(-90deg);
  194. }
  195. .air-con > .down{
  196. bottom: 10px;
  197. left: 50%;
  198. transform: translateX(-50%) rotate(90deg);
  199. }
  200. .air-con > .left{
  201. left: 50px;
  202. top: 50%;
  203. transform: translateY(-50%) rotate(180deg);
  204. }
  205. .air-con > .right{
  206. right: 50px;
  207. top: 50%;
  208. transform: translateY(-50%);
  209. }
  210. .air-con > div{
  211. padding: 60px;
  212. }
  213. .air-con > div > span{
  214. display: block!important;
  215. margin: 10px auto;
  216. max-width: 120px;
  217. }
  218. .m-con{
  219. width: 600px;
  220. }
  221. .m-con .iconquxiao{
  222. position: absolute;
  223. top: 24px;
  224. right: 15px;
  225. color: #F5F5F5;
  226. font-size: 10px;
  227. cursor: pointer;
  228. z-index: 999;
  229. }
  230. #monitor{
  231. width: 100%;
  232. background: #262729;
  233. }