123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223 |
- <!DOCTYPE html>
- <html lang="en">
-
- <head>
- <meta charset="UTF-8">
- <title>bim</title>
- <style>
- html,
- body {
- width: 100%;
- height: 100%;
- overflow: hidden;
- margin: 0 0 0 0;
- }
-
- button {
- background: rgba(0, 0, 0, 0);
- cursor: pointer;
- border: 0px solid #000;
- }
-
- .c1 {
- width: 100%;
- height: 100%;
- }
-
- .scrollbar::-webkit-scrollbar {
- width: 2px;
- height: 2px;
- }
-
- .scrollbar::-webkit-scrollbar-thumb {
- border-radius: 0px;
- background: #00FFD5;
- }
-
- .scrollbar::-webkit-scrollbar-track {
- border-radius: 0;
- background: #2B2B2B;
- }
-
- .btnBg {
- width: 1287px;
- height: 61px;
- top: 26px;
- left: 310px;
- position: absolute;
- /* background: url("/static/staticFactory/智慧园区/image/btn/1.png"); */
- }
-
- .topBg {
- position: absolute;
- width: 293px;
- height: 63px;
- left: 38.9%;
- background: url("/static/staticFactory/智慧园区/image/btn/topBg.png");
- }
-
- .yqzl {
- position: absolute;
- width: 110px;
- height: 30px;
- top: 26px;
- left: 24px;
- }
-
- .qygl {
- position: absolute;
- width: 110px;
- height: 30px;
- top: 26px;
- left: 140px;
- }
-
- .yqnh {
- position: absolute;
- width: 110px;
- height: 30px;
- top: 26px;
- left: 254px;
- }
-
- .kjgl {
- position: absolute;
- width: 110px;
- height: 30px;
- top: 26px;
- left: 370px;
- }
-
-
-
- .afgl {
- position: absolute;
- width: 110px;
- height: 30px;
- top: 26px;
- right: 364px;
- }
-
- .dtgl {
- position: absolute;
- width: 110px;
- height: 30px;
- top: 26px;
- right: 249px;
- }
-
- .tcc {
- position: absolute;
- width: 110px;
- height: 30px;
- top: 26px;
- right: 134px;
- }
-
- .fkgl {
- position: absolute;
- width: 110px;
- height: 30px;
- top: 26px;
- right: 17px;
- }
-
- .back {
- position: absolute;
- width: 110px;
- height: 30px;
- top: 50px;
- left: 500px;
- }
-
- .tccf1 {
- position: absolute;
- width: 110px;
- height: 30px;
- top: 800px;
- right: 150px;
- background: #032230;
- color: #94DDF3;
- border: 1px solid #0D7186;
-
- }
-
- .tccf2 {
- position: absolute;
- width: 110px;
- height: 30px;
- top: 800px;
- right: 0px;
- background: #032230;
- color: #94DDF3;
- border: 1px solid #0D7186;
- }
-
- .nhsb {
- position: absolute;
- width: 110px;
- height: 30px;
- top: 800px;
- right: 300px;
- background: #032230;
- color: #94DDF3;
- border: 1px solid #0D7186;
-
- }
-
- .wdgl {
- position: absolute;
- width: 110px;
- height: 30px;
- top: 800px;
- right: 150px;
- background: #032230;
- color: #94DDF3;
- border: 1px solid #0D7186;
-
- }
-
- .ysqk {
- position: absolute;
- width: 110px;
- height: 30px;
- top: 800px;
- right: 0px;
- background: #032230;
- color: #94DDF3;
- border: 1px solid #0D7186;
-
- }
- </style>
- </head>
-
- <body>
- <div class="c1"></div>
- <!-- <div id="btnBg" class="btnBg">
- <div id="topBg" class="topBg">
- </div>
- <button id="园区总览" class="yqzl"></button>
- <button id="企业管理" class="qygl"></button>
- <button id="园区能耗" class="yqnh"></button>
- <button id="空间管理" class="kjgl"></button>
-
- <button id="安防管理" class="afgl"></button>
- <button id="电梯管理" class="dtgl"></button>
- <button id="停车场" class="tcc"></button>
- <button id="访客管理" class="fkgl"></button>
-
- <button id="返回" class="back">返回</button>
-
- <button id="停车场F1" class="tccf1">停车场F1</button>
- <button id="停车场F2" class="tccf2">停车场F2</button>
-
- <button id="能耗设备" class="nhsb">能耗设备</button>
- <button id="温度管理" class="wdgl">温度管理</button>
- <button id="用水情况" class="ysqk">用水情况</button>
- </div> -->
-
-
-
- </body>
-
- </html>
|