@charset "utf-8"; /* CSS Document */ #eleInfor{ width:100%; } #eleInfor .summary{ display: block; width:100%; height:30px; line-height: 30px; text-align: center; background:url(../image/table_th_bg.gif) repeat-x; /*将内容变得不可选*/ moz-user-select: -moz-none; -moz-user-select: none; -o-user-select:none; -khtml-user-select:none; -webkit-user-select:none; -ms-user-select:none; user-select:none; } #eleInfor .summary:hover{ color:green; } #eleInfor .checkCon table{ width:100%; border-collapse:collapse; } #eleInfor .fWeight{ font-weight:bold; } #eleInfor .checkCon table td{ text-align: center; padding:6px; white-space: nowrap; border:1px solid #ccc; } #eleInfor .checkCon table select{ width:100%; height:100%; } #eleInfor .checkCon table input{ width:100px; height:20px; } /*条件选择内容*/ #eleInfor .condiOpt{ width:100%; border-collapse:collapse; } #eleInfor .condiOpt td{ border:1px solid #ccc; padding:6px 0; text-align: center; } #eleInfor .condiOpt td select{ width:100%; height:20px; } #eleInfor .condiOpt td table{ width:100%; } #eleInfor .condiOpt td table td{ border:0; } #eleInfor .condiOpt td table td div{ width:20px; height:34px; background-color:pink; } #eleInfor .condiOpt td table td .off{ background:url(../image/eleOff.gif) no-repeat; } #eleInfor .condiOpt td table td .on{ background:url(../image/eleOn.gif) no-repeat; } /*电池告警信息表格*/ /*头部固定*/ #tbHead{ position:relative; width:100%; height:30px; overflow: hidden; } #tbHead .tbFixed{ position:absolute; width: 100%; border-spacing: 0; border-collapse: collapse; } #tbHead .tbFixed th{ border:1px solid #ccc; padding:4px 14px; background:url(../image/table_th_bg.gif) repeat-x; white-space: nowrap; text-align:center; } #tbHead .tbFixed td{ padding:4px 14px; border:1px solid #ccc; white-space: nowrap; text-align: center; } /*表格滚动部分*/ #tbWarn{ position:relative; width: 100%; height:300px; overflow: auto; } #tbWarn .tbScroll{ position:absolute; width: 100%; border-spacing: 0; border-collapse: collapse; top:-28px; left:0; } #tbWarn .tbScroll th{ border:1px solid #ccc; padding:4px 14px; background:url(../image/table_th_bg.gif) repeat-x; white-space: nowrap; text-align:center; } #tbWarn .tbScroll td{ padding:4px 14px; border:1px solid #ccc; white-space: nowrap; text-align: center; } /*分页样式*/ #paging{ padding:6px 0; font-size: 14px; background:url(../image/table_th_bg.gif) repeat-x; text-align: center; } #paging input{ width:28px; height:24px; border:1px solid #00FFFF; } #paging span{ margin-left:20px; } #paging a{ margin-left:10px; } #paging .input_container{ width:100%; } /*给当前行添加的class*/ .tr-action{ background-color:#b8cfe5; } /*右键菜单内容*/ #right-menu{ display:none; _display:none; position:absolute; border:1px solid #b6c1fa; background-color:#fff; font-size: 12px; top:0; left:0; z-index:9999999; } #right-menu a{ display:block; _display:block; padding:8px 16px; color:#000; text-decoration:none; } #right-menu a:hover{ background-color:#aae5f7; } #right-menu a:visited{ color:#000; } #right-menu .mid{ border-top:1px solid #b6c1fa; } /*等待框*/ .wait{ display:block; position:absolute; width:200px; height:60px; line-height: 60px; text-align:center; font-size:16px; color:black; background-color:#ccc; top:50%; margin-top:-30px; left:50%; margin-left:-100px; } /*整体的透明遮罩层*/ #allTransShade{ display:none; _display:none; position:absolute; top:0; left:0; width:100%; height:100%; background-color:#000; filter:alpha(opacity=0); /*IE滤镜,透明度50%*/ -moz-opacity:0; /*Firefox私有,透明度50%*/ opacity:0; /*其他,透明度50%*/ z-index:99999990; }