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; } /* ---- Chrome ----*/ ::-webkit-scrollbar { width: 8px; /*滚动条粗细*/ height: 12px } ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .3); background: #f2f6f3; /*滑道颜色*/ border-radius: 5px; /*滑道的圆滑度*/ } .scroll::-webkit-scrollbar-thumb { background: #94b0eb; /*滑块颜色*/ border-radius: 5px /*滑块圆滑度*/ } .scroll::-webkit-scrollbar-thumb:hover { background: #a8a8a8; /*滑块上浮*/ } /*--- FirFox ---*/ .scroll { scrollbar-width: thin; scrollbar-color: #94b0eb #f2f6f3; } /* --- IE ---*/ body { scrollbar-arrow-color: #f4ae21; /*三角箭头的颜色*/ scrollbar-face-color: #333; /*立体滚动条的颜色*/ scrollbar-3dlight-color: #666; /*立体滚动条亮边的颜色*/ scrollbar-highlight-color: #666; /*滚动条空白部分的颜色*/ scrollbar-shadow-color: #999; /*立体滚动条阴影的颜色*/ scrollbar-darkshadow-color: #666; /*立体滚动条强阴影的颜色*/ scrollbar-track-color: #666; /*立体滚动条背景颜色*/ scrollbar-base-color: #f8f8f8; /*滚动条的基本颜色*/ Cursor: url(mouse.cur); /*自定义个性鼠标*/ } #iframeWin{ display: none; } #iframeWin .content,#iframeWin iframe{ height: 100%; width: 100%; border: 0; } .bpbWin{ width: 1366px !important; height: 764px !important; left: 50%; top:50%; margin-top: -382px !important; margin-left:-683px !important; } #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; } #func_menulist{ position: absolute; width: 160px; height: 100px; 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{ position: absolute; width: 160px; height: 450px; 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,#func_menulist>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,#func_menulist>div:hover{ background: #3B6096; } #imp_item .active,#func_menulist .active{ background: #3B6096; } #top{ position: fixed; top:0; left: 0; width: 1920px; height: 95px; z-index: 1; background: #ffffff00; } .bottom{ position: fixed; bottom: 0; left: 0; width: 1920px; height: 46px; z-index: 1; background-image: url('../image/bottom.png') } .bottom img{ cursor: pointer; } .top02{ background-image: url('../image/top.png') !important; } .top03{ background-image: url('../image/top_02.png') !important; } .topfac{ background-image: url('../image/top_fac.png') !important; } #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: 444px; left: 50%; top:50%; margin-top: -222px; 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; } .hideDiv{ display: none; } #date_select{ position: absolute; display: none; z-index: 1000; color: #ffffff; background: #396da9; padding: 5px; border: 1px solid #314f85; } #date_select .triangle,#day_select .triangle{ width: 0; height: 0; position: absolute; top: 20px; right: -12px; border-width: 6px; border-style: solid; border-color:transparent transparent transparent #396da9 ; border-radius: 4rpx; } #day_select{ position: absolute; display: none; z-index: 1000; color: #ffffff; background: #396da9; padding: 5px; border: 1px solid #314f85; } .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,.daySelected_ok{ text-align: center; } .dateSelected_ok button,.daySelected_ok button{ color: #fff; background: #27486f; border: 1px solid #7d8aa3; font-size: 14px; cursor: pointer; margin-top: 10px; padding: 0 9px; border-radius: 3px; }