@charset "utf-8";
|
/* CSS Document */
|
*{
|
/*将内容变得不可选*/
|
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 .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 .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;
|
}
|
/*顶部容器的布局*/
|
#ltop{
|
float:left;
|
position:relative;
|
width:32%;
|
}
|
#rtop{
|
position:relative;
|
float: left;
|
width:68%;
|
}
|
/*左上方容器内容*/
|
#ltop span{
|
display: block;
|
width:100%;
|
height:30px;
|
line-height: 30px;
|
text-indent: 1.5em;
|
font-weight: bold;
|
background:url(../image/table_th_bg.gif) repeat-x;
|
}
|
#ltop .li-con{
|
width:100%;
|
height:240px;
|
overflow-y:scroll;
|
overflow-x:hidden;
|
}
|
#ltop li{
|
width:100%;
|
padding:6px 0;
|
text-indent:1.5em;
|
border-bottom:1px solid #a6a3a3;
|
}
|
/*右上方容器内容*/
|
#rtop table{
|
position: absolute;
|
border-spacing:0;
|
border-collapse:collapse;
|
top:0;
|
z-index: 2;
|
background-color:#fff;
|
}
|
#rtop table th{
|
width:50%;
|
padding:6px 0;
|
border:1px solid #a6a3a3;
|
background:url(../image/table_th_bg.gif) repeat-x;
|
background-color:#fff;
|
}
|
#rtop table td{
|
width:50%;
|
padding:6px 0;
|
text-indent:1.5em;
|
border:1px solid #a6a3a3;
|
}
|
/*包机机房表格容器*/
|
#tbroom{
|
position:absolute;
|
overflow-y: scroll;
|
width:100%;
|
height:240px;
|
top:0;
|
z-index: 1;
|
background-color:#fff;
|
}
|
#tbroom table{
|
z-index: 1;
|
}
|
/*下方两个容器布局*/
|
#lbottom,#rbottom{
|
position:relative;
|
float:left;
|
width:50%;
|
overflow: hidden;
|
}
|
/*左下方容器内容*/
|
#lbottom .toptxt{
|
display: block;
|
width:100%;
|
height:30px;
|
line-height: 30px;
|
text-indent: 1.5em;
|
font-weight: bold;
|
background:url(../image/table_th_bg.gif) repeat-x;
|
z-index: 1;
|
}
|
#lbottom .li-con{
|
width:100%;
|
height:150px;
|
overflow-y:scroll;
|
overflow-x:hidden;
|
}
|
#lbottom li{
|
width:100%;
|
padding:6px 0;
|
text-indent:1.5em;
|
border-bottom:1px solid #a6a3a3;
|
}
|
/*查看包机组样式*/
|
#lbottom .hide-ul{
|
display: none;
|
_display:none;
|
position:absolute;
|
width:100%;
|
height:100%;
|
_height:100%;
|
background-color:#fff;
|
top:30px;
|
left:0;
|
overflow: scroll;
|
}
|
#lbottom .hide-ul ul{
|
width:100%;
|
border-top:1px solid #ccc;
|
background-color:#fff;
|
}
|
#lbottom .hide-ul li{
|
width:100%;
|
text-indent:1.5em;
|
padding:10px 0;
|
border:1px solid #b8cfe5;
|
background-color:#ccc;
|
}
|
/*右下方容器内容*/
|
#rbottom .toptxt{
|
display: block;
|
width:100%;
|
height:30px;
|
line-height: 30px;
|
text-indent: 1.5em;
|
font-weight: bold;
|
background:url(../image/table_th_bg.gif) repeat-x;
|
}
|
#rbottom .li-con{
|
width:100%;
|
height:150px;
|
overflow-y:scroll;
|
overflow-x:hidden;
|
}
|
#rbottom li{
|
width:100%;
|
padding:6px 0;
|
text-indent:1.5em;
|
border-bottom:1px solid #a6a3a3;
|
}
|
/*定义被鼠标点击的背景色*/
|
.b8cfe5{
|
background-color:#b8cfe5;
|
}
|
/*定义被编辑的内容的字体颜色*/
|
.blue{
|
color:blue;
|
}
|
/*定义新添加的包机组字体为红色*/
|
.red{
|
color:red;
|
}
|
|
/*右键菜单内容*/
|
#right-menu,#tb-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,#tb-right-menu a{
|
display:block;
|
_display:block;
|
padding:8px 16px;
|
color:#000;
|
text-decoration:none;
|
}
|
#right-menu a:hover,#tb-right-menu a:hover{
|
background-color:#aae5f7;
|
}
|
#right-menu a:visited,#tb-right-menu a:visited{
|
color:#000;
|
}
|
#right-menu .mid{
|
border-top:1px solid #b6c1fa;
|
}
|
#tb-right-menu .a-con{
|
border-top:1px solid #ccc;
|
border-bottom:1px solid #ccc;
|
}
|
|
/*等待框*/
|
.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;
|
}
|
/*整体的灰色遮罩层*/
|
#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:9999990;
|
}
|
/*添加权限组*/
|
#addPwr{
|
display:none;
|
position:absolute;
|
width:260px;
|
background-color:#fff;
|
left:50%;
|
margin-left:-150px;
|
top:200px;
|
z-index: 9999996;
|
}
|
#addPwr span{
|
display: block;
|
width:100%;
|
height:30px;
|
text-indent:1.5em;
|
line-height:30px;
|
background:url(../image/table_th_bg.gif) repeat-x;
|
}
|
#addPwr .txt-con{
|
width:100%;
|
height:60px;
|
}
|
#addPwr .txt-con input[type="text"]{
|
width:180px;
|
height:30px;
|
line-height: 30px;
|
margin-top:20px;
|
margin-left:30px;
|
border:1px solid #b8cfe5;
|
}
|
#addPwr .btn-con{
|
width:100%;
|
margin-top:10px;
|
margin-bottom:20px;
|
}
|
#addPwr .btn-con input[type="button"]{
|
/*初始化按钮*/
|
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-left:40px;
|
}
|
#addPwr .btn-con input[type="button"]: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;
|
}
|
/*重命名权限组*/
|
#rename{
|
display:none;
|
position:absolute;
|
width:260px;
|
background-color:#fff;
|
left:50%;
|
margin-left:-150px;
|
top:200px;
|
z-index: 9999996;
|
}
|
#rename span{
|
display: block;
|
width:100%;
|
height:30px;
|
line-height:30px;
|
background:url(../image/table_th_bg.gif) repeat-x;
|
}
|
#rename .txt-con{
|
width:100%;
|
height:60px;
|
}
|
#rename .txt-con input[type="text"]{
|
width:180px;
|
height:30px;
|
line-height: 30px;
|
margin-top:20px;
|
margin-left:30px;
|
border:1px solid #b8cfe5;
|
}
|
#rename .btn-con{
|
width:100%;
|
margin-top:10px;
|
margin-bottom:20px;
|
}
|
#rename .btn-con input[type="button"]{
|
/*初始化按钮*/
|
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-left:40px;
|
}
|
#rename .btn-con input[type="button"]: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;
|
}
|
/*包机组用户*/
|
#user_power{
|
display:none;
|
_display:none;
|
position:absolute;
|
width:400px;
|
background-color:white;
|
top:80px;
|
left:50%;
|
margin-left:-200px;
|
z-index: 99999991;
|
}
|
#user_power span{
|
display:block;
|
width:100%;
|
height:30px;
|
line-height:30px;
|
padding:6px 30px;
|
background:url(../image/cell.png) no-repeat 5px 5px;
|
}
|
#user_power select{
|
width:100%;
|
height:24px;
|
border-top:1px solid #ccc;
|
}
|
/*固定头部*/
|
#user_power .tbHead{
|
position:relative;
|
width:100%;
|
height:30px;
|
overflow: hidden;
|
}
|
#user_power .tbHead table{
|
width:100%;
|
border-spacing: 0;
|
border-collapse:collapse;
|
}
|
#user_power .tbHead th{
|
padding:4px 8px;
|
border:1px solid #ccc;
|
text-align: center;
|
background:url(../image/table_th_bg.gif) repeat-x;
|
white-space: nowrap;
|
}
|
#user_power .tbHead td{
|
padding:4px 8px;
|
border:1px solid #ccc;
|
text-align: center;
|
white-space: nowrap;
|
}
|
#user_power .con_table{
|
position:relative;
|
width:100%;
|
height:300px;
|
overflow-y: scroll;
|
overflow-x:hidden;
|
}
|
#user_power .con_table table{
|
position:absolute;
|
width:400px;
|
border-spacing: 0;
|
border-collapse:collapse;
|
top:-30px;
|
}
|
#user_power .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;
|
}
|
#user_power .con_table td{
|
padding:4px 8px;
|
border:1px solid #ccc;
|
text-align: center;
|
white-space: nowrap;
|
}
|
#user_power .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;
|
}
|
#user_power .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;
|
}
|