hardware.css 3.6 KB

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