hardware.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  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. }
  10. .hard-header{
  11. color: #fff;
  12. display: inline-block;
  13. font-size: 18px;
  14. font-weight: bold;
  15. width: 140px;
  16. padding: 10px 15px;
  17. background: #262729;
  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. background: #262729;
  28. width: 100%;
  29. padding: 20px;
  30. }
  31. .hardware-list a{
  32. color: inherit;
  33. }
  34. .plugin-action{
  35. color: #1890ff!important;
  36. cursor: pointer;
  37. }
  38. .plugin-action img{
  39. width: 24px;
  40. }
  41. #temperature{
  42. width: 360px;
  43. height: 400px;
  44. }
  45. .ac-con{
  46. background: #363F51;
  47. position: relative;
  48. width: 360px;
  49. height: 330px;
  50. color: #24E8CF;
  51. padding-top: 20px;
  52. text-align: center;
  53. border-radius: 5px;
  54. }
  55. .ac-con .ac-body{
  56. width: 100%;
  57. height: 100%;
  58. padding: 0;
  59. }
  60. #air-conditioner{
  61. width: 160px;
  62. height: 146px;
  63. margin: 0 auto;
  64. }
  65. .ac-title{
  66. text-align: center;
  67. margin-bottom: 10px;
  68. }
  69. .ac-con .ac-btn{
  70. color: #fff;
  71. background: #2EC2AE;
  72. display: inline-block;
  73. padding: 0 10px;
  74. line-height: 36px;
  75. height: 36px;
  76. border-radius: 5px;
  77. cursor: pointer;
  78. }
  79. .ac-left{
  80. position: absolute;
  81. top: 46px;
  82. left: 12px;
  83. }
  84. .ac-left li{
  85. margin: 16px 0;
  86. }
  87. .ac-left li i{
  88. font-size: 24px;
  89. }
  90. .ac-con .iconquxiao{
  91. position: absolute;
  92. top: 24px;
  93. right: 20px;
  94. color: #F5F5F5;
  95. font-size: 10px;
  96. cursor: pointer;
  97. }
  98. .ac-con .ac-close{
  99. position: absolute;
  100. top: 64px;
  101. right: 20px;
  102. color: #fff;
  103. font-size: 10px;
  104. cursor: pointer;
  105. min-width: 50px;
  106. }
  107. .btm-con{
  108. margin-top: -15px;
  109. }
  110. .btm-con > div{
  111. display: flex;
  112. align-items: center;
  113. justify-content: center;
  114. width: calc(100% - 24px);
  115. margin: 0 auto;
  116. }
  117. .btm-con >div .ac-btn{
  118. width: 50%;
  119. margin-top: 12px;
  120. }
  121. .btm-con >div .ac-btn:last-of-type{
  122. margin-left: 12px;
  123. }
  124. .btm-con >div:first-of-type span{
  125. color: #fff;
  126. display: inline-block;
  127. }
  128. .btm-con >div:first-of-type span:last-of-type{
  129. margin-left: 12px;
  130. }
  131. .btm-con >div:first-of-type i{
  132. color: #2EC2AE;
  133. }
  134. .btm-con .minbtn .ac-btn{
  135. max-width: 100px;
  136. }
  137. .m-con{
  138. width: 600px;
  139. }
  140. .m-con .iconquxiao{
  141. position: absolute;
  142. top: 24px;
  143. right: 15px;
  144. color: #F5F5F5;
  145. font-size: 10px;
  146. cursor: pointer;
  147. z-index: 999;
  148. }
  149. #monitor{
  150. width: 100%;
  151. background: #262729;
  152. }