123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279 |
- .hardware-list{
- position: fixed;
- top: 10px;
- left: 10px;
- z-index: 999;
- color: #000;
- padding: 20px;
- width: 30%;
- min-Width:500px;
- }
- .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;
- color: #24E8CF;
- padding-top: 20px;
- padding-bottom: 10px;
- text-align: center;
- border-radius: 5px;
- }
- .ac-con .ac-body{
- width: 100%;
- height: 100%;
- padding: 0;
- }
- #air-conditioner{
- width: 160px;
- height: 146px;
- 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;
- }
- .activeTxt{
- color: #006558!important;
- }
- .ac-left{
- position: absolute;
- top: 46px;
- left: 12px;
- }
- .ac-left li{
- margin: 16px 0;
- }
- .ac-left li:not(:first-of-type),.ac-left li:not(:last-of-type){
- cursor: pointer;
- }
- .ac-left li i{
- font-size: 24px;
- color: #fff;
- }
- .ac-left li .iconfengsu1{
- color: #2EC2AE;
- }
- .ac-left .active i{
- color: #2EC2AE;
- }
- .ac-left li .iconfengsu{
- font-size: 18px;
- }
- .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;
- }
- .oper-con{
- border-top: 1px solid #BFBFBF;
- width: 100%;
- margin-top: 10px;
- padding-top: 10px;
- display: none;
- }
- .oper-con>div{
- justify-content: space-between;
- display: flex;
- margin: 0 12px;
- flex-wrap: wrap;
- }
- .oper-con>div>span{
- min-width: calc((100% - 40px) / 4);
- margin-bottom: 10px;
- }
- .air-con{
- border-top: 1px solid #BFBFBF;
- width: 100%;
- margin-top: 10px;
- padding-top: 10px;
- position: relative;
- display: none;
- }
- .air-con > .fixed{
- position: absolute;
- }
- .air-con > .up{
- top: 20px;
- left: 50%;
- transform: translateX(-50%) rotate(-90deg);
- }
- .air-con > .down{
- bottom: 10px;
- left: 50%;
- transform: translateX(-50%) rotate(90deg);
- }
- .air-con > .left{
- left: 50px;
- top: 50%;
- transform: translateY(-50%) rotate(180deg);
- }
- .air-con > .right{
- right: 50px;
- top: 50%;
- transform: translateY(-50%);
- }
- .air-con > div{
- padding: 60px;
- }
- .air-con > div > span{
- display: block!important;
- margin: 10px auto;
- max-width: 120px;
- }
- .m-con{
- width: 600px;
- }
- .m-con .iconquxiao{
- position: absolute;
- top: 24px;
- right: 15px;
- color: #F5F5F5;
- font-size: 10px;
- cursor: pointer;
- z-index: 999;
- }
- #monitor{
- width: 100%;
- background: #262729;
- }
|