123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426 |
- body{
- padding: 0;
- margin: 0;
- overflow: hidden;
- background-color: #050C28;
- /*background-image: url('image/bg.jpeg');*/
- }
- thead tr{
- background-image: url('../image/thead_bg.png');
- background: rgba(25,57,103,0.7);
- border: 1px solid #7DA2CD;
- height: 32px;
- }
- tbody tr{
- background: rgba(25,57,103,0.3);
- border: 1px solid #7DA2CD;
- height: 32px;
- font-size: 16px;
- }
- td{
- border-bottom: 1px solid #7DA2CD;
- }
- #loading{
- position: absolute;
- top: 50%;
- left: 50%;
- font-size: 18px;
- color: blue;
- z-index: 1;
- margin-left: -120px;
- width: 100%;
- color: #B0E1FF;
- letter-spacing: 7px;
- font-weight: bold;
- }
- #loading_a1{
- position: absolute;
- z-index: 1;
- left: 50%;
- top: 40%;
- width: 100px;
- height: 100px;
- margin-top: -50px;
- margin-left: -50px;
- }
- #search{
- position: absolute;width: 320px;top: 12%;left: 50%;margin-left: -160px;
- z-index: 1;
- background: rgba(41,85,137,0.7);
- border-radius: 2px 2px 2px 2px;
- border: 1px solid #66AEF3;
- }
- #search input{
- width: 315px;height: 38px;background: rgba(41,85,137,0.7);border-radius: 2px 2px 2px 2px;border: 1px solid #66AEF3;color: #ffffff;font-size: 14px;
- letter-spacing: 3px;
- }
- #search_result{
- display: none;
- position: absolute;width: 310px;max-height: 256px;min-height: 32px; top: 17%;left: 50%;margin-left: -160px;opacity: 0.7;background-color: #132F5F;
- padding: 8px;color: #Ffffff;font-size: 14px;
- background: rgba(19,47,95,0.8);
- box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
- border-radius: 2px 2px 2px 2px;
- z-index: 1
- }
- #search_result .item{
- border-radius: 2px 2px 2px 2px;height: 30px;line-height: 30px;padding-left: 5px;cursor: pointer;
- }
- #search_result .item:hover{
- background: #3B6096;
- }
- #imp_item{
- position: absolute;
- width: 160px;
- height: 150px;
- background: rgba(19, 47, 95, 0.8);
- box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
- border-radius: 2px 2px 2px 2px;
- z-index: 4;
- top: 60px;
- right: 71px;
- padding: 5px;
- display: none;
- }
- #imp_item>div{
- width: 144px;
- height: 30px;
- border-radius: 2px 2px 2px 2px;
- cursor: pointer;
- color: #ffffff;
- line-height: 30px;
- padding:0 5px;
- }
- #imp_item>div:hover{
- background: #3B6096;
- }
- #top{
- position: fixed;
- top:0;
- left: 0;
- width: 1920px;
- height: 95px;
- z-index: 1;
- background: #ffffff00;
- background-image: url('../image/top.png');
- }
- #dev_state{
- position: absolute;
- z-index: 1;
- top:100px;
- left: 10px;
- }
- #dev_state .title{
- background-image: url('../image/dev_state_title.png');
- background-repeat: no-repeat;
- background-size: auto;
- height: 32px;
- width: 416px;
- }
- #dev_state .content{
- margin:5px;
- padding: 10px;
- width: 400px;
- height: 238px;
- background: rgba(41,85,137,0.7);
- }
- #dev_alarm{
- position: absolute;
- z-index: 1;
- top:415px;
- left: 10px;
- }
- #dev_alarm .title{
- background-image: url('../image/dev_alarm_title.png');
- background-repeat: no-repeat;
- background-size: auto;
- height: 32px;
- width: 416px;
- text-align: center;
- color: #f0f377;
- line-height: 32px;
- }
- #dev_alarm .content{
- margin:5px;
- padding: 10px;
- width: 400px;
- height: auto;
- background: rgba(41,85,137,0.7);
- }
- #dev_stop{
- position: absolute;
- z-index: 1;
- top:705px;
- left: 10px;
- }
- #dev_stop .title{
- background-image: url('../image/stop_title.png');
- background-repeat: no-repeat;
- background-size: auto;
- height: 32px;
- width: 416px;
- text-align: center;
- color: #f0f377;
- line-height: 32px;
- }
- #dev_stop .content{
- margin:5px;
- padding: 10px;
- width: 400px;
- height: auto;
- background: rgba(41,85,137,0.7);
- }
- #dev_xiaolv{
- position: absolute;
- z-index: 1;
- top:100px;
- right: 10px;
- }
- #dev_xiaolv .title{
- background-image: url('../image/xiaolv_title.png');
- background-repeat: no-repeat;
- background-size: auto;
- height: 32px;
- width: 416px;
- text-align: center;
- color: #f0f377;
- line-height: 32px;
- }
- #dev_xiaolv .content{
- margin:5px;
- padding: 10px;
- width: 416px;
- height: auto;
- background: rgba(41,85,137,0.7);
- }
- #dev_jiadonglv{
- position: absolute;
- z-index: 1;
- top:390px;
- right: 10px;
- }
- #dev_jiadonglv .title{
- background-image: url('../image/dev_jiadonglv_title.png');
- background-repeat: no-repeat;
- background-size: auto;
- height: 32px;
- width: 416px;
- text-align: center;
- color: #f0f377;
- line-height: 32px;
- }
- #dev_jiadonglv .content{
- margin:5px;
- padding: 10px;
- width: 416px;
- height: auto;
- background: rgba(41,85,137,0.7);
- }
- #dev_sc_qushi{
- position: absolute;
- z-index: 1;
- top:625px;
- right: 10px;
- }
- #dev_sc_qushi .title{
- background-image: url('../image/dev_sc_qushi_title.png');
- background-repeat: no-repeat;
- background-size: auto;
- height: 32px;
- width: 416px;
- text-align: center;
- color: #f0f377;
- line-height: 32px;
- }
- #dev_sc_qushi .content{
- margin:5px;
- padding: 10px;
- width: 416px;
- height: auto;
- background: rgba(41,85,137,0.7);
- }
- #dev_used_qushi{
- position: absolute;
- z-index: 1;
- top:855px;
- right: 10px;
- }
- #dev_used_qushi .title{
- background-image: url('../image/dev_used_qushi_title.png');
- background-repeat: no-repeat;
- background-size: auto;
- height: 32px;
- width: 416px;
- text-align: center;
- color: #f0f377;
- line-height: 32px;
- }
- #dev_used_qushi .content{
- margin:5px;
- padding: 10px;
- width: 416px;
- height: auto;
- background: rgba(41,85,137,0.7);
- }
- .showinfo{
- position: absolute;
- width: 800px;
- height: 400px;
- left: 50%;
- top:50%;
- margin-top: -200px;
- margin-left:-400px;
- z-index: 2;
- background-color: rgba(9,28,67,0.9);
- border: 2px solid #445985;
- display: none;
- color: #7E96D9;
- }
- .newwin .title,.showinfo .title{
- width: 100%;
- height: 40px;
- background: linear-gradient( 90deg, #2E5097 0%, #071433 100%);
- }
- .newwin{
- position: absolute;
- width: 1330px;
- height: 576px;
- left: 50%;
- top:50%;
- margin-top: -278px;
- margin-left:-665px;
- z-index: 2;
- background-color: rgba(9,28,67,0.9);
- border: 2px solid #445985;
- display: none;
- color: #7E96D9;
- }
- .newwin .title .text,.showinfo .title .text{
- font-weight: 400;
- font-size: 24px;
- line-height: 28px;
- text-align: left;
- color: #AFC5FF;
- float: left;
- margin: 7px;
- }
- .newwin .btn{
- display: inline-block;
- width: 136px;
- height: 32px;
- background: linear-gradient(#2056c605, #3765c3 0%, rgba(0, 39, 118, 0) 100%);
- border: 1px solid;
- border-image: linear-gradient(360deg, rgba(168, 196, 255, 1), rgba(164, 193, 255, 0)) 1 1;
- margin:10px;
- line-height: 32px;
- font-size: 18px;
- cursor: pointer;
- }
- .newwin .btn_active{
- background-color: #a09ef5;
- font-weight: bold;
- color: #fff;
- }
- .newwin table{
- width: 100%;
- text-align: center;
- border-top: 1px solid #8194BC;
- border-bottom: 1px solid #8194BC;
- color: #97BCFF;
- }
- .newwin table tr{
- height: 50px
- }
- .newwin .value{
- color: #fff;
- }
- .newwin .dataContent .no_alarm{
- width: 95%;
- height: 140px;
- color: #ffffff;
- font-size: 32px;
- text-align: center;
- line-height: 140px;
- }
- .newwin .dataContent .has_alarm{
- width: 95%;
- height: 140px;
- display: none;
- font-size: 24px;
- text-align: center;
- line-height: 140px;
- }
- .newwin .dataContent .has_alarm .alarm_span{
- margin: 0 20px;
- color: red;
- }
- .newwin .dataContent .dev_alarm_echarts{
- width: 95%;
- height: 300px;
- line-height: 300px;
- text-align: center;
- font-size: 24px;
- color: #ffffff;
- }
- .showinfo td,.newwin td{
- border: 0px !important;
- }
- .td_splitLine{
- border: 1px solid;
- border-image: linear-gradient(90deg, rgba(126, 150, 217, 0), rgba(126, 150, 217, 1), rgba(126, 150, 217, 0)) 1 1;
- }
- #date_select{
- position: absolute;
- display: none;
- z-index: 1000;
- color: #ffffff;
- background: #396da9;
- padding: 5px;
- border: 1px solid #314f85;
- }
- #date_select .triangle{
- width: 0;
- height: 0;
- border-left: 5px solid transparent;
- border-right: 5px solid transparent;
- border-bottom: 8.6px solid #396da9;
- position: absolute;
- top: -8px;
- right: 19px;
- }
- .ui-datepicker-trigger{
- color: #fff;
- background: #27486f;
- border: 1px solid #7d8aa3;
- font-size: 11px;
- cursor: pointer;
- padding: 0 3px;
- border-radius: 3px;
- }
- .ui-datepicker-calendar tbody tr{
- font-size: 14px !important
- }
- .hasDatepicker{
- background: #ccc;
- border: 1px solid #fff;
- border-radius: 3px;
- margin: 0 5px;
- color: #3d3ad7;
- font-weight: bold;
- }
- .dateSelected_ok{
- text-align: center;
- }
- .dateSelected_ok button{
- color: #fff;
- background: #27486f;
- border: 1px solid #7d8aa3;
- font-size: 14px;
- cursor: pointer;
- margin-top: 10px;
- padding: 0 9px;
- border-radius: 3px;
- }
|