@charset "utf-8";
|
/* CSS Document */
|
#eleInfor .checkCon{
|
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 .fWeight td{
|
text-align: center;
|
padding:6px;
|
}
|
#eleInfor .checkCon table td{
|
white-space: nowrap;
|
border:1px solid #ccc;
|
}
|
#eleInfor .checkCon table select{
|
width:100%;
|
height:100%;
|
}
|
#eleInfor .checkCon table input{
|
width:100px;
|
height:20px;
|
}
|
/*表格头部固定部分*/
|
#tbHead{
|
width:100%;
|
height:30px;
|
position:relative;
|
overflow:hidden;
|
}
|
#tbHead table{
|
width: 100%;
|
position:absolute;
|
border-collapse:collapse;
|
}
|
#tbHead table thead th{
|
border:1px solid #ccc;
|
padding:6px 10px;
|
text-align: center;
|
white-space: nowrap;
|
background:url(../image/table_th_bg.gif) repeat-x;
|
}
|
#tbHead table tbody td{
|
border:1px solid #ccc;
|
padding:6px 10px;
|
text-align: center;
|
white-space: nowrap;
|
}
|
/*表格滚动部分*/
|
#maintence_infor{
|
width:100%;
|
min-height:200px;
|
position:relative;
|
overflow: auto;
|
}
|
#maintence_infor table{
|
width: 100%;
|
position:absolute;
|
top:-28px;
|
border-collapse:collapse;
|
}
|
#maintence_infor table thead th{
|
border:1px solid #ccc;
|
padding:6px 10px;
|
text-align: center;
|
white-space: nowrap;
|
background:url(../image/table_th_bg.gif) repeat-x;
|
}
|
#maintence_infor table tbody td{
|
border:1px solid #ccc;
|
padding:6px 10px;
|
text-align: center;
|
white-space: nowrap;
|
}
|
|
/*分页样式*/
|
#container{
|
padding:10px 0;
|
font-size: 14px;
|
background:url(../image/table_th_bg.gif) repeat-x;
|
text-align: center;
|
}
|
#container input{
|
width:28px;
|
height:24px;
|
border:1px solid #00FFFF;
|
}
|
#container span{
|
margin-left:20px;
|
}
|
#container a{
|
margin-left:10px;
|
}
|
#container .input_container{
|
width:100%;
|
}
|
|
/*选项卡样式*/
|
#cardOption{
|
display:none;
|
_display:none;
|
position:absolute;
|
width:400px;
|
background-color:white;
|
top:80px;
|
left:50%;
|
margin-left:-200px;
|
z-index: 99999991;
|
}
|
#cardOption span{
|
width:100%;
|
height:30px;
|
line-height:30px;
|
padding:6px 30px;
|
background:url(../image/cell.png) no-repeat 5px 5px;
|
}
|
/*固定头部*/
|
#cardOption .tbHead{
|
position:relative;
|
width:100%;
|
height:30px;
|
overflow: hidden;
|
}
|
#cardOption .tbHead table{
|
width:100%;
|
border-spacing: 0;
|
border-collapse:collapse;
|
}
|
#cardOption .tbHead th{
|
padding:4px 8px;
|
border:1px solid #ccc;
|
text-align: center;
|
background:url(../image/table_th_bg.gif) repeat-x;
|
white-space: nowrap;
|
}
|
#cardOption .tbHead td{
|
padding:4px 8px;
|
border:1px solid #ccc;
|
text-align: center;
|
white-space: nowrap;
|
}
|
#cardOption .con_table{
|
position:relative;
|
width:100%;
|
height:400px;
|
overflow-y: scroll;
|
overflow-x:hidden;
|
}
|
#cardOption .con_table table{
|
position:absolute;
|
width:400px;
|
border-spacing: 0;
|
border-collapse:collapse;
|
top:-30px;
|
}
|
#cardOption .con_table th{
|
padding:4px 8px;
|
border:1px solid #ccc;
|
text-align: center;
|
background:url(../image/table_th_bg.gif) repeat-x;
|
white-space: nowrap;
|
}
|
#cardOption .con_table td{
|
padding:4px 8px;
|
border:1px solid #ccc;
|
text-align: center;
|
white-space: nowrap;
|
}
|
#cardOption .input_container input{
|
/*初始化按钮*/
|
font-size: 12px;
|
text-decoration: none!important;
|
font-family: Helvetica, Arial, sans serif;
|
padding: 6px 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;
|
/*按钮的上右下左的距离*/
|
margin:10px 70px;
|
}
|
#cardOption .input_container input: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;
|
}
|
|
/*等待框*/
|
.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;
|
}
|
|
/*右键菜单内容*/
|
#right-menu{
|
display: none;
|
_display:none;
|
position:absolute;
|
width:200px;
|
border:1px solid #ccc;
|
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;
|
}
|
|
/*整体的透明遮罩层*/
|
#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;
|
}
|
|
/*整体的灰色遮罩层*/
|
#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;
|
}
|