hardware.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  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. #air-conditioner{
  56. width: 50%;
  57. height: 50%;
  58. margin: 0 auto;
  59. }
  60. .ac-title{
  61. text-align: center;
  62. margin-bottom: 10px;
  63. }
  64. .ac-con .ac-btn{
  65. color: #fff;
  66. background: #2EC2AE;
  67. display: inline-block;
  68. padding: 0 10px;
  69. line-height: 36px;
  70. height: 36px;
  71. border-radius: 5px;
  72. cursor: pointer;
  73. }
  74. .ac-left{
  75. position: absolute;
  76. top: 46px;
  77. left: 12px;
  78. }
  79. .ac-left li{
  80. margin: 16px 0;
  81. }
  82. .ac-left li i{
  83. font-size: 24px;
  84. }
  85. .ac-con .iconquxiao{
  86. position: absolute;
  87. top: 24px;
  88. right: 20px;
  89. color: #F5F5F5;
  90. font-size: 10px;
  91. cursor: pointer;
  92. }
  93. .ac-con .ac-close{
  94. position: absolute;
  95. top: 64px;
  96. right: 20px;
  97. color: #fff;
  98. font-size: 10px;
  99. cursor: pointer;
  100. min-width: 50px;
  101. }
  102. .btm-con{
  103. margin-top: -15px;
  104. }
  105. .btm-con > div{
  106. display: flex;
  107. align-items: center;
  108. justify-content: center;
  109. width: calc(100% - 24px);
  110. margin: 0 auto;
  111. }
  112. .btm-con >div .ac-btn{
  113. width: 50%;
  114. margin-top: 12px;
  115. }
  116. .btm-con >div .ac-btn:last-of-type{
  117. margin-left: 12px;
  118. }
  119. .btm-con >div:first-of-type span{
  120. color: #fff;
  121. display: inline-block;
  122. }
  123. .btm-con >div:first-of-type span:last-of-type{
  124. margin-left: 12px;
  125. }
  126. .btm-con >div:first-of-type i{
  127. color: #2EC2AE;
  128. }
  129. .btm-con .minbtn .ac-btn{
  130. max-width: 100px;
  131. }
  132. .m-con{
  133. width: 600px;
  134. }
  135. #monitor{
  136. width: 100%;
  137. background: #262729;
  138. }