@charset "utf-8"; /* CSS Document */ #selTime{ width:100%; } #selTime table{ width:100%; border-collapse:collapse; } #selTime table td{ text-align: center; padding:6px 0; border:1px solid #ccc; } #selTime table input{ width:100%; height:24px; } #selTime .searchCon{ width:200px; border:none; } #selTime .search,#selTime .derive{ /*初始化按钮*/ width:120px; font-size: 12px; text-decoration: none!important; font-family: Helvetica, Arial, sans serif; padding: 4px 12px; border-radius: 3px; -moz-border-radius: 3px; box-shadow: inset 0px 0px 2px #fff; -o-box-shadow: inset 0px 0px 2px #fff; -webkit-box-shadow: inset 0px 0px 2px #fff; -moz-box-shadow: inset 0px 0px 2px #fff; /*定义颜色和样式*/ color: #41788c; border: 1px solid #6fb1c7; background-image: -moz-linear-gradient(#aae5f7, #73d0f1); background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#73d0f1), to(#aae5f7)); background-image: -webkit-linear-gradient(#aae5f7, #73d0f1); background-image: -o-linear-gradient(#aae5f7, #73d0f1); text-shadow: 1px 1px 1px #bfeafb; background-color: #73d0f1; } #selTime .search:hover,#selTime .derive:hover{ border: 1px solid #4690ad; background-image: -moz-linear-gradient(#73d0f1, #aae5f7); background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#aae5f7), to(#73d0f1)); background-image: -webkit-linear-gradient(#73d0f1, #aae5f7); background-image: -o-linear-gradient(#73d0f1, #aae5f7); background-color: #aae5f7; } /*头部固定*/ #tbHead{ position:relative; width:100%; height:26px; overflow: hidden; } #tbHead .tbFixed{ position:absolute; border-spacing: 0; border-collapse: collapse; top:0; left:0; } #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; } /*表格滚动部分*/ #tbHistEquip{ width:100%; height:300px; overflow: scroll; } #tbHistEquip .tbScroll{ position:relative; border-spacing: 0; border-collapse: collapse; top:-24px; } #tbHistEquip .tbScroll th{ padding:4px 14px; border:1px solid #ccc; background:url(../image/table_th_bg.gif) repeat-x; white-space: nowrap; text-align: center; } #tbHistEquip .tbScroll td{ padding:4px 14px; border:1px solid #ccc; white-space: nowrap; text-align: center; } /*分页样式*/ #paging{ padding:10px 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; text-decoration:none; color:blue; } #paging a:hover{ color:red; text-decoration:underline; } #paging a:visited{ color:blue; } #paging .input_container{ width:100%; } /*整体灰色遮罩层*/ #allShade{ display:none; _display:none; position:absolute; top:0; left:0; width:100%; height:100%; background-color:#000; filter:alpha(opacity=50); /*IE滤镜,透明度50%*/ -moz-opacity:0.5; /*Firefox私有,透明度50%*/ opacity:0.5; /*其他,透明度50%*/ z-index:99999990; } /*整体透明遮罩层*/ #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; } /*等待框*/ .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; }