@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;
|
}
|
|
#main{
|
width:100%;
|
min-width: 1200px;
|
}
|
li{
|
list-style-type:none;
|
}
|
a{
|
text-decoration: none;
|
color:black;
|
cursor: pointer;
|
}
|
#main table{
|
width:100%;
|
border:0;
|
padding:0;
|
border-spacing: 0;
|
width:100%;
|
border-collapse: collapse;
|
}
|
#main table tr{
|
width:100%;
|
}
|
#main td{
|
border:1px solid #DBDBDB;
|
vertical-align: top;
|
}
|
#ele_content{
|
position:relative;
|
width:360px;
|
}
|
#mach_num{
|
width:100%;
|
height:30px;
|
font-size:14px;
|
color:gray;
|
border-bottom:1px solid #dddddd;
|
line-height:30px;
|
text-align:center;
|
background:url(../image/table_th_bg.gif) repeat-x;
|
}
|
#lside{
|
width: 100%;
|
height:460px;
|
background: white;
|
position: relative;
|
}
|
/* 电池充放电监测模块 */
|
#ele_content .batt-listen {
|
width: 100%;
|
height: 300px;
|
background-color: #272822;
|
}
|
#ele_content .batt-listen .count-num {
|
width:100%;
|
height:30px;
|
font-size:14px;
|
color:rgba(255,255,255,.7);
|
line-height:30px;
|
text-align:center;
|
background-color: #3c3f4a;
|
}
|
#ele_content .batt-listen .batt-list {
|
width: 100%;
|
height: 260px;
|
overflow: auto;
|
|
}
|
#ele_content .batt-listen .batt-list li a{
|
display: block;
|
line-height: 30px;
|
text-indent: 1.5em;
|
}
|
#ele_content .batt-listen .batt-list li a:hover {
|
background-color: #EBE9E9;
|
}
|
#ele_content .batt-listen .batt-list li a.active {
|
background-color: #D4D4F6;
|
}
|
#ele_content .batt-listen .batt-list li a.batt-discharge {
|
color: #F02121;
|
}
|
#ele_content .batt-listen .batt-list li a.batt-charge {
|
color: #2125F0;
|
}
|
/*打印信息按钮的样式*/
|
#fun_btn{
|
width:100%;
|
padding-top:10px;
|
text-align:center;
|
}
|
#all_show{
|
padding:6px 0;
|
color: #3e5706;
|
}
|
#all_show:hover{
|
background:#008000;
|
color:white;
|
}
|
#all_hide{
|
padding:6px 0;
|
color: #3e5706;
|
}
|
#all_hide:hover{
|
background:#008000;
|
color:white;
|
}
|
|
#content{
|
border:0;
|
padding:0;
|
border-spacing: 0;
|
width:100%;
|
border-collapse: collapse;
|
}
|
#content td{
|
border:none;
|
padding:10px 0;
|
}
|
#content input{
|
width: 60%;
|
height:24px;
|
background:#D0D3D3;
|
border:1px solid #323232;
|
}
|
#address_infor{
|
width:100%;
|
height:30px;
|
line-height: 30px;
|
text-align: center;
|
background:url(../image/table_th_bg.gif) repeat-x;
|
}
|
/*选项卡和图表样式*/
|
#contain{
|
width:100%;
|
}
|
#con_tab{
|
width:100%;
|
text-align: center;
|
}
|
#con_tab ul{
|
width:100%;
|
min-width: 820px;
|
height:30px;
|
background: url(../image/table_th_bg.gif) repeat-x;
|
}
|
#con_tab li{
|
float: left;
|
width:112px;
|
height:30px;
|
text-align: center;
|
line-height: 30px;
|
background: url(../image/table_th_bg.gif) repeat-x;
|
}
|
.first{
|
margin-left:20px;
|
}
|
.action{
|
display: block;
|
/*width:100px;*/
|
height:36px;
|
margin-top:4px;
|
margin-left:20px;
|
-moz-border-radius-topleft:10px ;
|
-moz-border-radius-topright: 10px;
|
-webkit-border-top-left-radius: 10px;
|
-webkit-border-top-right-radius: 10px;
|
border-top-left-radius: 10px;
|
border-top-right-radius: 10px;
|
background:white;
|
}
|
#con_tab span:hover{
|
display: block;
|
/*width:100px;*/
|
height:36px;
|
margin-top:4px;
|
margin-left:20px;
|
-moz-border-radius-topleft:10px ;
|
-moz-border-radius-topright: 10px;
|
-webkit-border-top-left-radius: 10px;
|
-webkit-border-top-right-radius: 10px;
|
border-top-left-radius: 10px;
|
border-top-right-radius: 10px;
|
background:white;
|
}
|
.graph {
|
width:100%;
|
height:400px;
|
background-color: #fff;
|
}
|
.graph-contain {
|
width:100%;
|
height:100%;
|
margin-top:20px;
|
}
|
#con_echarts{
|
width:100%;
|
height:100%;
|
margin-top:20px;
|
}
|
.graph.fixed {
|
position: fixed;
|
top: 0;
|
left:0;
|
width: 100%;
|
height: 100% !important;
|
z-index: 9999;
|
}
|
/*电池详细信息*/
|
#con_infor{
|
width:100%;
|
height:300px;
|
overflow: scroll;
|
}
|
#con_infor table{
|
border-spacing:0;
|
border-collapse: collapse;
|
}
|
#con_infor th{
|
font-size: 14px;
|
padding:12px 0;
|
background:url(../image/table_th_bg.gif) repeat-x;
|
border:1px solid #ccc;
|
}
|
#t_body td{
|
font-size:14px;
|
padding:2px 0;
|
text-align: center;
|
}
|
.bg{
|
background-color:blue;
|
border:1px solid blue;
|
}
|
|
/*动态的拖拉左导航*/
|
#r_b{
|
position: absolute;
|
width:10px;
|
height:100%;
|
top:0;
|
right:0;
|
background-color:white;
|
cursor:w-resize;
|
z-index:99;
|
filter:alpha(opacity:0);
|
opacity: 0;
|
}
|
#ele_statue{
|
width:100%;
|
height:30px;
|
border-bottom:1px solid #ccc;
|
font-size:16px;
|
color:#858484;
|
background-color: white;
|
line-height: 30px;
|
text-align: center;
|
}
|
|
.arrow{
|
display: block;
|
float: left;
|
width:20px;
|
height:20px;
|
margin-left:10px;
|
margin-right:10px;
|
background:url(../image/arrow_u.png) no-repeat 3px 5px;
|
background-color:black;
|
}
|
.down{
|
display: block;
|
float: left;
|
width:20px;
|
height:20px;
|
margin-left:10px;
|
margin-right:10px;
|
background:url(../image/arrow_d.png) no-repeat 3px 6px;
|
background-color:black;
|
}
|
|
.mark{
|
display: block;
|
float: left;
|
font-size: 16px;
|
width:20px;
|
height:20px;
|
margin-left:10px;
|
margin-right:10px;
|
text-align:center;
|
line-height: 20px;
|
color:white;
|
background-color: black;
|
}
|
|
|
/*鼠标右键按钮样式*/
|
#right_menu{
|
display:none;
|
position:absolute;
|
border:1px solid #ccc;
|
background-color:#ffffff;
|
}
|
#right_menu li a{
|
display:block;
|
font-size:12px;
|
padding:2px 40px 2px 10px;
|
height:30px;
|
color:black;
|
line-height: 30px;
|
}
|
#right_menu li a:hover{
|
color:#ffffff;
|
background-color:#34cd62;
|
}
|
/*导出图表菜单*/
|
#echarts_menu{
|
position:absolute;
|
left: 0;
|
top: -9999px;
|
border:1px solid #ccc;
|
background-color:#ffffff;
|
z-index:99999992;
|
|
}
|
#echarts_menu a{
|
display:block;
|
padding:6px 4px;
|
color:#000;
|
}
|
#echarts_menu a:hover{
|
color:#ffffff;
|
background-color:#34cd62;
|
}
|
|
|
|
/*电池组历卡信息*/
|
#card_infor{
|
display:none;
|
position:absolute;
|
width:900px;
|
top:40px;
|
left:50%;
|
|
margin-left:-450px;
|
background-color:#fff;
|
z-index: 99999991;
|
}
|
|
#card_infor span.title-log{
|
display: block;
|
height:26px;
|
line-height:26px;
|
padding:3px 26px;
|
background:url(../image/cell.png) no-repeat 5px 4px;
|
}
|
|
#card_infor .ele-infor table{
|
width:100%;
|
font-size:14px;
|
border-collapse:collapse;
|
}
|
/*确定表格的单元格的宽度*/
|
#card_infor_left{
|
width:30%;
|
}
|
#card_infor .ele-infor th{
|
border:1px solid #ccc;
|
padding:4px 10px;
|
background:url(../image/table_th_bg.gif) repeat-x;
|
}
|
#card_infor .ele-infor td{
|
border:1px solid #ccc;
|
padding:4px 0 4px 8px;
|
}
|
/*返回按钮*/
|
#out_card_infor{
|
/*初始化按钮*/
|
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-top:10px;
|
margin-bottom:10px;
|
margin-left:820px;
|
}
|
#out_card_infor: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;
|
|
}
|
|
/*上传'FBO/IDC'数据*/
|
#upload_fbo{
|
display: none;
|
width:800px;
|
position:absolute;
|
top:80px;
|
left:50%;
|
margin-left:-400px;
|
background-color:#fff;
|
z-index: 99999991;
|
}
|
#upload_fbo span{
|
display: block;
|
width:100%;
|
height:36px;
|
padding-left:38px;
|
line-height: 36px;
|
text-align: left;
|
background:url(../image/up_down.png) no-repeat 4px 3px;
|
color:#000;
|
}
|
/*点击显示隐藏内容的按钮*/
|
#upload_fbo p{
|
display: block;
|
width:100%;
|
height:30px;
|
color:black;
|
line-height: 30px;
|
text-align:center;
|
background:url(../image/table_th_bg.gif) repeat-x;
|
}
|
#upload_fbo p:hover{
|
color:green;
|
}
|
#upload_fbo select{
|
width:100%;
|
}
|
/*点击后被隐藏的内容*/
|
#upload_fbo .show_hide_opt{
|
width:100%;
|
border-spacing: 0;
|
padding:0;
|
border-collapse:collapse;
|
}
|
#upload_fbo .show_hide_opt th{
|
padding:6px 0;
|
text-align:center;
|
border:1px solid #ccc;
|
}
|
/*上传信息内容表格*/
|
#upload_fbo .upload_container{
|
position: relative;
|
min-height:340px;
|
max-height:400px;
|
overflow: scroll;
|
}
|
#upload_fbo .upload_info{
|
border-spacing: 0;
|
padding:0;
|
border-collapse:collapse;
|
white-space: nowrap;
|
}
|
#upload_fbo .upload_info th{
|
padding:6px 10px;
|
text-align:center;
|
border:1px solid #ccc;
|
background:url(../image/table_th_bg.gif) repeat-x;
|
}
|
#upload_fbo .upload_info td{
|
padding:4px 0;
|
text-align:center;
|
border:1px solid #ccc;
|
}
|
#upload_fbo .btn_container{
|
width:100%;
|
text-align:center;
|
}
|
/*按钮的样式*/
|
#upload_fbo .btn_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 30px 10px 0;
|
}
|
/*鼠标放在按钮上的效果*/
|
#upload_fbo .btn_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;
|
}
|
|
/*上传'内阻、电导'数据*/
|
#upload_resist{
|
display: none;
|
width:800px;
|
position:absolute;
|
top:80px;
|
left:50%;
|
margin-left:-400px;
|
background-color:#fff;
|
z-index: 99999991;
|
}
|
#upload_resist span{
|
display: block;
|
width:100%;
|
height:36px;
|
padding-left:38px;
|
line-height: 36px;
|
text-align: left;
|
background:url(../image/up_down.png) no-repeat 4px 3px;
|
color:#000;
|
}
|
#upload_resist p{
|
display: block;
|
width:100%;
|
height:30px;
|
color:black;
|
line-height: 30px;
|
text-align:center;
|
background:url(../image/table_th_bg.gif) repeat-x;
|
}
|
#upload_resist p:hover{
|
color:green;
|
}
|
#upload_resist select{
|
width:100%;
|
}
|
/*点击后被隐藏的内容*/
|
#upload_resist .show_hide_opt{
|
width:100%;
|
border-spacing: 0;
|
padding:0;
|
border-collapse:collapse;
|
}
|
#upload_resist .show_hide_opt th{
|
padding:6px 0;
|
text-align:center;
|
border:1px solid #ccc;
|
}
|
/*上传信息内容表格*/
|
#upload_resist .upload_container{
|
position: relative;
|
min-height:340px;
|
max-height:400px;
|
overflow: scroll;
|
}
|
#upload_resist .upload_info{
|
border-spacing: 0;
|
padding:0;
|
border-collapse:collapse;
|
white-space: nowrap;
|
}
|
#upload_resist .upload_info th{
|
padding:6px 10px;
|
text-align:center;
|
border:1px solid #ccc;
|
background:url(../image/table_th_bg.gif) repeat-x;
|
}
|
#upload_resist .upload_info td{
|
padding:4px 0;
|
text-align:center;
|
border:1px solid #ccc;
|
}
|
#upload_resist .btn_container{
|
width:100%;
|
text-align:center;
|
}
|
/*按钮的样式*/
|
#upload_resist .btn_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 30px 10px 0;
|
}
|
/*鼠标放在按钮上的效果*/
|
#upload_resist .btn_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;
|
}
|
|
/*右键菜单的子菜单*/
|
#right_menu .child_menu{
|
display: none;
|
float: right;
|
width:200px;
|
margin-top:-30px;
|
margin-right:-200px;
|
font-size: 12px;
|
background-color:#fff;
|
}
|
#right_menu .child_menu p{
|
display: block;
|
padding-left:10px;
|
height:30px;
|
line-height:30px;
|
cursor:pointer;
|
}
|
#right_menu .child_menu p:hover{
|
color:#ffffff;
|
background-color:#34cd62;
|
}
|
|
/*右键菜单的子菜单*/
|
#right_menu .child_menu{
|
display: none;
|
float: right;
|
width:200px;
|
margin-top:-30px;
|
margin-right:-200px;
|
font-size: 12px;
|
background-color:#fff;
|
}
|
#right_menu .child_menu p{
|
display: block;
|
padding-left:10px;
|
height:30px;
|
line-height:30px;
|
cursor:pointer;
|
}
|
#right_menu .child_menu p:hover{
|
color:#ffffff;
|
background-color:#34cd62;
|
}
|
|
|
/*搜索机房或电池组*/
|
#search_room{
|
display:none;
|
width:400px;
|
position:absolute;
|
top:80px;
|
left:50%;
|
margin-left:-200px;
|
background-color:#fff;
|
z-index: 99999991;
|
}
|
#search_room span{
|
display: block;
|
width:100%;
|
height:30px;
|
line-height:30px;
|
text-align:center;
|
border-bottom:1px solid #ccc;
|
|
|
}
|
#input_container{
|
width:100%;
|
text-align: center;
|
}
|
#search_input{
|
width:280px;
|
height:30px;
|
padding-left:30px;
|
background:url(../image/search.png) 5px 5px no-repeat;
|
border:1px solid #ccc;
|
margin: 0;
|
margin-top:6px;
|
|
}
|
#input_container select{
|
width: 80px;
|
height: 30px;
|
border: 1px solid #ccc;
|
|
}
|
#search_room p{
|
display: block;
|
width:100%;
|
height:30px;
|
margin-top:6px;
|
line-height:30px;
|
text-align:center;
|
background:url(../image/table_th_bg.gif) repeat-x;
|
}
|
#search_info{
|
width:100%;
|
height:240px;
|
overflow:scroll;
|
|
}
|
|
#search_info ul{
|
position: relative;
|
}
|
|
#search_info li{
|
width:100%;
|
height:30px;
|
border-bottom:1px solid #ccc;
|
line-height:30px;
|
text-align:center;
|
overflow:hidden;
|
text-overflow: ellipsis;
|
-o-text-overflow:ellipsis;
|
|
}
|
#search_room .btn_container{
|
width:100%;
|
text-align:center;
|
}
|
#search_room .btn_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 60px;
|
}
|
#search_room .btn_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;
|
}
|
#holiday_slide{
|
display:none;
|
position:absolute;
|
top:0px;
|
left:30%;
|
margin:auto;
|
margin-top:40px;
|
z-index: 99999991;
|
background-color: #ffffff;
|
width:500px;
|
height:450px;
|
}
|
|
#holiday_title{
|
width:100%;
|
height:30px;
|
font-size:20px;
|
text-align:center;
|
line-height:30px;
|
background:url(../image/table_th_bg.gif) repeat-x;
|
}
|
#holiday_select{
|
width:100%;
|
|
}
|
#holiday_select select{
|
width:100%;
|
height:25px;
|
}
|
#holiday_data{
|
width:100%;
|
height:345px;
|
border-bottom:1px solid #ccc;
|
}
|
#holiday_data table{
|
width:100%;
|
height:345px;
|
border-collapse:collapse;
|
border-spacing:0px;
|
}
|
|
#holiday_data table tr{
|
display: block;
|
}
|
|
#holiday_data table thead{
|
width:500px;
|
height:15px;
|
}
|
#holiday_data table tbody{
|
display: block;
|
width:500px;
|
height:310px;
|
overflow-y: auto;
|
}
|
|
|
#holiday_data table td{
|
width:159px;
|
height:12px;
|
text-align: center;
|
font-size:12pt;
|
border:1px solid #ccc;
|
}
|
|
#holiday_data table th{
|
width:159px;
|
height:15px;
|
text-align: center;
|
font-size:12pt;
|
border:1px solid #ccc;
|
background:url(../image/table_th_bg.gif) repeat-x;
|
}
|
#holiday_bottom{
|
line-height: 50px;
|
}
|
#holiday_back{
|
width:60px;
|
height:40px;
|
position: absolute;
|
top:405px;
|
left: 400px;
|
}
|
#holiday_confirm{
|
width:60px;
|
height:40px;
|
position: absolute;
|
top:405px;
|
left: 320px;
|
}
|
|
/*放大版的图表*/
|
#big_echarts{
|
display: none;
|
position:absolute;
|
top:0;
|
left:0;
|
width:100%;
|
height:100%;
|
background-color:#fff;
|
z-index: 99999991;
|
}
|
#big_echart_container{
|
width:100%;
|
height:100%;
|
}
|
/*整体的遮罩层*/
|
#allShade{
|
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;
|
}
|
|
|
|
/*添加新内容*/
|
#card_infor .con-list{
|
display:none;
|
}
|
#card_infor .con-show{
|
display:block;
|
}
|
|
/*向机历卡添加内容*/
|
#card_infor .tab-list{
|
width:100%;
|
padding-top:4px;
|
background-color:#B5B3B3;
|
}
|
#card_infor .tab-list .tab{
|
float:left;
|
margin-left:1%;
|
width:32%;
|
padding:8px 0;
|
text-align:center;
|
}
|
.tab-action{
|
-moz-border-radius-topleft:8px ;
|
-moz-border-radius-topright: 8px;
|
-webkit-border-top-left-radius: 8px;
|
-webkit-border-top-right-radius: 8px;
|
border-top-left-radius: 8px;
|
border-top-right-radius: 8px;
|
background:white;
|
}
|
|
|
/*对电池组搬迁和维护记录表格进行定义*/
|
#card_infor .ele-change{
|
width:100%;
|
}
|
/*表格头部信息*/
|
#card_infor .ele-change .tbl-head{
|
position:relative;
|
width:100%;
|
height:34px;
|
overflow:hidden;
|
}
|
#card_infor .ele-change .tbl-head table{
|
width:100%;
|
position:absolute;
|
top:0;
|
left:0;
|
border-collapse: collapse;
|
border-spacing: 0;
|
white-space: nowrap;
|
}
|
|
#card_infor .ele-change .tbl-head table th{
|
padding:8px 10px;
|
border:1px solid #ccc;
|
background:url(../image/table_th_bg.gif) repeat-x;
|
}
|
#card_infor .ele-change .tbl-head table td{
|
padding:8px 10px;
|
border:1px solid #ccc;
|
}
|
/*表格body信息*/
|
#card_infor .ele-change .tbl-body{
|
position:relative;
|
width:100%;
|
height:320px;
|
overflow:scroll;
|
}
|
#card_infor .ele-change .tbl-body table{
|
position:absolute;
|
top:-32px;
|
left:0;
|
width:100%;
|
border-collapse: collapse;
|
border-spacing: 0;
|
white-space: nowrap;
|
}
|
|
#card_infor .ele-change .tbl-body table th{
|
padding:8px 10px;
|
border:1px solid #ccc;
|
background:url(../image/table_th_bg.gif) repeat-x;
|
}
|
#card_infor .ele-change .tbl-body table td{
|
padding:8px 10px;
|
border:1px solid #ccc;
|
}
|
|
.color-picker {
|
position: absolute;
|
z-index: 9;
|
right: 10px;
|
width: 120px;
|
}
|
.color-picker .color-list:before, .color-picker .color-list:after {
|
display: table;
|
content: " ";
|
}
|
.color-picker .color-list:after {
|
clear:both;
|
}
|
.color-picker .color-list {
|
width: 100%;
|
|
}
|
.color-picker span {
|
float: left;
|
display: block;
|
font-weight: bold;
|
line-height: 20px;
|
margin-right: 4px;
|
}
|
.color-picker .color-block {
|
float:left;
|
width: 10px;
|
height: 10px;
|
margin-left: 5px;
|
border: 1px solid #bbb;
|
cursor: pointer;
|
}
|
.color-picker .color-block.normal{
|
background-color: #5986BF;
|
}
|
/* 设置共用按钮样式 */
|
.whyc-btn {
|
display: block;
|
color: #333;
|
font-size: 12px;
|
font-weight: bold;
|
text-indent: .2em;
|
text-decoration: none;
|
padding-top: .5em;
|
padding-bottom: .5em;
|
padding-right: .5em;
|
text-align: center;
|
min-width: 6em;
|
border: 1px solid #d4d4d4;
|
border-radius: .4em;
|
background-color: #ececec;
|
text-shadow: 1px 1px 0 #fff;
|
cursor: pointer;
|
outline:none;
|
background-image: linear-gradient(#f4f4f4, #ececec);
|
}
|
.whyc-btn .whyc-btn-icon {
|
font-size: 14px;
|
margin-right: .2em;
|
}
|
.whyc-btn:hover {
|
border-color: #3072b3;
|
border-bottom-color: #2a65a0;
|
text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
|
color: #fff;
|
background-color: #3072b3;
|
background-image: linear-gradient(#599bdc, #3072b3);
|
}
|
.whyc-btn:active {
|
border-color: #2a65a0;
|
border-bottom-color: #3884CF;
|
background-color: #3072b3;
|
background-image: linear-gradient(#3072b3, #599bdc);
|
}
|
|
#monLineGraphPopup {
|
border: 1px solid #23262E;
|
}
|
#control_popupTools .control-popupClose {
|
position: absolute;
|
right: 10px;
|
top: 10px;
|
font-size: 20px;
|
color: #FFFFFF;
|
}
|
#control_popupTools .control-popupClose i:hover {
|
color: #FF0000;
|
}
|
#control_popupTools {
|
text-align: center;
|
background-color: #23262E;
|
}
|
#monGrophContent {
|
position: relative;
|
}
|
#monGrophContent .preNum, #monGrophContent .nextNum {
|
position: absolute;
|
top:50%;
|
margin-top: -20px;
|
font-size: 22px;
|
}
|
#monGrophContent .preNum {
|
left:10px;
|
}
|
#monGrophContent .nextNum {
|
right:10px;
|
}
|
#monGrophContent .preNum i:hover, #monGrophContent .nextNum i:hover {
|
cursor:pointer;
|
color: #FF0000;
|
font-size: 26px;
|
}
|