hardware.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  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. height: 330px;
  51. color: #24E8CF;
  52. padding-top: 20px;
  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. .ac-left{
  81. position: absolute;
  82. top: 46px;
  83. left: 12px;
  84. }
  85. .ac-left li{
  86. margin: 16px 0;
  87. }
  88. .ac-left li i{
  89. font-size: 24px;
  90. }
  91. .ac-con .iconquxiao{
  92. position: absolute;
  93. top: 24px;
  94. right: 20px;
  95. color: #F5F5F5;
  96. font-size: 10px;
  97. cursor: pointer;
  98. }
  99. .ac-con .ac-close{
  100. position: absolute;
  101. top: 64px;
  102. right: 20px;
  103. color: #fff;
  104. font-size: 10px;
  105. cursor: pointer;
  106. min-width: 50px;
  107. }
  108. .btm-con{
  109. margin-top: -15px;
  110. }
  111. .btm-con > div{
  112. display: flex;
  113. align-items: center;
  114. justify-content: center;
  115. width: calc(100% - 24px);
  116. margin: 0 auto;
  117. }
  118. .btm-con >div .ac-btn{
  119. width: 50%;
  120. margin-top: 12px;
  121. }
  122. .btm-con >div .ac-btn:last-of-type{
  123. margin-left: 12px;
  124. }
  125. .btm-con >div:first-of-type span{
  126. color: #fff;
  127. display: inline-block;
  128. }
  129. .btm-con >div:first-of-type span:last-of-type{
  130. margin-left: 12px;
  131. }
  132. .btm-con >div:first-of-type i{
  133. color: #2EC2AE;
  134. }
  135. .btm-con .minbtn .ac-btn{
  136. max-width: 100px;
  137. }
  138. .m-con{
  139. width: 600px;
  140. }
  141. .m-con .iconquxiao{
  142. position: absolute;
  143. top: 24px;
  144. right: 15px;
  145. color: #F5F5F5;
  146. font-size: 10px;
  147. cursor: pointer;
  148. z-index: 999;
  149. }
  150. #monitor{
  151. width: 100%;
  152. background: #262729;
  153. }