123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163 |
- .hardware-list{
- position: fixed;
- top: 10px;
- left: 10px;
- z-index: 999;
- color: #000;
- padding: 20px;
- width: 30%;
- }
- .hard-header{
- color: #fff;
- display: inline-block;
- font-size: 18px;
- font-weight: bold;
- width: 140px;
- padding: 10px 15px;
- background: #262729;
- cursor: pointer;
- }
- .hard-header >img{
- width: 12px;
- display: inline-block;
- margin-left: 10px;
- cursor: pointer;
- }
- .hard-body{
- background: #262729;
- width: 100%;
- padding: 20px;
- }
- .hardware-list a{
- color: inherit;
- }
- .plugin-action{
- color: #1890ff!important;
- cursor: pointer;
- }
- .plugin-action img{
- width: 24px;
- }
- #temperature{
- width: 360px;
- height: 400px;
- }
- .ac-con{
- background: #363F51;
- position: relative;
- width: 360px;
- height: 330px;
- color: #24E8CF;
- padding-top: 20px;
- text-align: center;
- border-radius: 5px;
- }
- #air-conditioner{
- width: 50%;
- height: 50%;
- margin: 0 auto;
- }
- .ac-title{
- text-align: center;
- margin-bottom: 10px;
- }
- .ac-con .ac-btn{
- color: #fff;
- background: #2EC2AE;
- display: inline-block;
- padding: 0 10px;
- line-height: 36px;
- height: 36px;
- border-radius: 5px;
- cursor: pointer;
- }
- .ac-left{
- position: absolute;
- top: 46px;
- left: 12px;
- }
- .ac-left li{
- margin: 16px 0;
- }
- .ac-left li i{
- font-size: 24px;
- }
- .ac-con .iconquxiao{
- position: absolute;
- top: 24px;
- right: 20px;
- color: #F5F5F5;
- font-size: 10px;
- cursor: pointer;
- }
- .ac-con .ac-close{
- position: absolute;
- top: 64px;
- right: 20px;
- color: #fff;
- font-size: 10px;
- cursor: pointer;
- min-width: 50px;
- }
- .btm-con{
- margin-top: -15px;
- }
- .btm-con > div{
- display: flex;
- align-items: center;
- justify-content: center;
- width: calc(100% - 24px);
- margin: 0 auto;
- }
- .btm-con >div .ac-btn{
- width: 50%;
- margin-top: 12px;
- }
- .btm-con >div .ac-btn:last-of-type{
- margin-left: 12px;
- }
- .btm-con >div:first-of-type span{
- color: #fff;
- display: inline-block;
- }
- .btm-con >div:first-of-type span:last-of-type{
- margin-left: 12px;
- }
- .btm-con >div:first-of-type i{
- color: #2EC2AE;
- }
- .btm-con .minbtn .ac-btn{
- max-width: 100px;
- }
- .m-con{
- width: 600px;
- }
- #monitor{
- width: 100%;
- background: #262729;
- }
|