-澳门凯发
/* css document */
/*#################################################################################*/
/*=====================【窗体标题栏】==============================================*/
/*#################################################################################*/
/*============== 【标题栏css】begin =====================*/
.title_bar {
padding-left:25px;
height: 26px;
line-height: 26px;
color: #3a61c7;
background: #f1f4ea url(/zsimages/comments.html) no-repeat 5px center;
border-bottom: 1px solid #c0c0c0;
font-weight: bold;
font-size: 12px;
}
/*============== 【标题栏css】end =====================*/
/*============== 【工具栏css】 begin =====================*/
.tool_bar {
border-bottom: 1px solid #c0c0c0;
margin-bottom: 5px;
height: 26px;
line-height: 26px;
background: #ededed;font-size: 12px;
}
.tool_bar .tool_btn {/*----------工具栏按钮css------------*/
height: 20px;
line-height: 20px;
float: left;
margin: 1px 0px 1px 1px;
background: #ededed url(/zsimages/add_p.html) no-repeat 2px center;
border: 1px solid #ededed;
padding: 0 2px 0 25px;
}
.tool_btn2 {/*----------鼠标移入按钮css------------*/
height: 20px;
line-height: 20px;
float: left;
background: #d5d5d5 url(/zsimages/add_p.html) no-repeat 2px center;
padding: 0 2px 0 25px;
margin: 1px 0px 1px 1px;
border: 1px solid #808080;
cursor: hand;
/*vertical-align:middle;*/
}
/*============== 【工具栏css】 end =====================*/
/*============== 【表格css】begin =====================*/
.table_header{/*----------表头css------------*/
border-bottom: #c0c0c0 1px solid;
border-top: #c0c0c0 0px solid;
border-right: #c0c0c0 1px solid;
background-color:#f3f3f3;
text-align:center;
height:26px;
}
.table_cell{/*----------单元格css------------*/
padding-left:5px;
border-top: #c0c0c0 0px solid;
border-bottom: #c0c0c0 1px solid;
border-right: #c0c0c0 1px solid;
background-color:#ffffff;
text-align:center;
height:26px;
}
.lastcol{/*----------最后一列css------------*/
border-right:0px solid #000;
}
/*============== 【表格css】end =====================*/
/*============== 【表格中的行间工具栏css】begin =====================*/
.row_tool_bar {
border-bottom: 1px solid #c0c0c0;
margin-bottom: 2px;
height: 23px;
line-height: 23px;
background: #ededed;font-size: 12px;
}
.row_tool_bar .row_tool_btn {/*----------表格中的行间工具栏按钮css------------*/
/*border: 1px solid #069;*/
height: 20px;
line-height: 20px;
float: left;
margin: 1px 0px 1px 1px;
border: 1px solid #ededed;
padding: 0 2px 0 25px;
}
.row_tool_btn2 {/*----------鼠标移入表格中的行间工具栏按钮css------------*/
height: 20px;
line-height: 20px;
float: left;
margin: 1px 0px 1px 1px;
border: 1px solid #808080;
padding: 0 2px 0 25px;
cursor: pointer;
}
.separator{/*----------表格中的行间工具栏分隔符css------------*/
width:3px; height:23px; float:left;background: #ededed url(/zsimages/lines.html) no-repeat left bottom;
}
/*============== 【表格中的行间工具栏css】end =====================*/
#table_box{
width:100%;
overflow-y:scroll;
border-top:1px solid #c0c0c0;border-bottom:1px solid #c0c0c0;
background-color:#f1f4ea;
}
/*#################################################################################*/
/*=====================【xxxxxxxxxx】==============================================*/
/*#################################################################################*/
.win_title{/*---- 窗体标题-外形 ----*/
height:26px; background:#f1f4ea;border-bottom: #c0c0c0 1px solid;
}
.win_title_icon{position:relative; top:4px}/*---- 窗体标题栏-图标 ----*/
.win_title_text{color:#3a61c7;font-weight:bold;font-size:12px;}/*---- 窗体标题栏-文字 ----*/
/*=========== 【窗体工具栏】 =============================================*/
.win_toolbar{/*----- 窗体工具栏 ----*/
width:100%; height:26px; border-bottom: #c0c0c0 1px solid; background-color:#ededed
}
/*=========== 【表格样式】 =============================================*/
.td_title_left {/*----------- 表格左标题 ------------*/
border-color:#c0c0c0;
border-width:0px 1px 1px 0px;
border-style: solid;
height:26px;font-size:12px;
padding-left:5px;
text-align:center;
background-color:#e5e5e5;
word-break: break-all;/*必须*/
/*gn:expression('this.onselectstart=function(){return false;}');*/
}
.td_title_right{/*----------- 表格右标题 ------------*/
border-color:#c0c0c0;border-width:0px 0px 1px 1px;border-style: solid;
text-align:center; background-color:#f3f3f3; height:26px;font-size:12px;
}
.td_left {/*----------- 表格左单元格 ------------*/
border-color:#c0c0c0;
border-width:0px 1px 1px 0px;
border-style: solid;
height:24px;
font-size:12px;
word-break: break-all;/*必须*/
}
.td_right{/*----------- 表格右单元格 ------------*/
border-color:#c0c0c0;border-width:0px 0px 1px 0px;border-style: solid;
height:24px;font-size:12px;padding-left:5px;
}
.td_hidden_row{
border-color:#c0c0c0;border-width:1px 0px 1px 0px;border-style: solid;
height:26px; background-color:#f0fbff;
}
/*=========== 【表中的列样式】 =============================================*/
.clicktr {/*----------- 表中的列样式-点击 ------------*/
background-color:#e4eaf2;
}
.noclicktr{/*----------- 表格右单元格-未点击 ------------*/
background-color: #ffffff;
}
/*=========== 【按钮样式】 =============================================*/
.toolbar_btn_out {/*----------- 按钮外观-移出 ------------*/
float:left;position:relative; top:2px;left:2px;
border-color: #ededed;border-width: 1px;border-style: solid;
cursor: hand;vertical-align:middle;line-height:14px;
}
.toolbar_btn_over{/*----------- 按钮外观-移入 ------------*/
float:left;position:relative; top:2px; left:2px;
border-color: #808080;background-color:#d5d5d5;border-width: 1px;border-style: solid;
cursor: hand;vertical-align:middle;line-height:14px;
}
.toolbar_btn_icon{position:relative; top:5px}
.toolbar_btn_text{font-size:12px;}
.toolbar_btn_split{float:left; position:relative; top:8px; margin-left:3px;}
td{word-break:keep-all;/* 强制不换行*/}
.td_readonly_text{
width:180px;
padding:2px;
background-color: #cccccc;
border-top: 1px solid #999999;
border-right: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
border-left: 1px solid #999999;
/*readonly:expression(this.readonly=true);*/
}
.td_edit_left{
border-bottom: #c0c0c0 1px solid;border-right: #c0c0c0 1px solid;
text-align:right; height:26px; background-color:#f6f6f6; font-size:12px;
}
.td_edit_right{
border-bottom: #c0c0c0 1px solid;border-left:#c0c0c0 0px solid;
text-align:left;height:26px;font-size:12px; padding:2px 2px 2px 5px;
}
.td_edit_btn{
border-bottom: #c0c0c0 1px solid;border-left:#c0c0c0 0px solid;
text-align:center; height:35px
}
.td_edit_input {
background-color: #cccccc;
border-top: 1px solid #999999;
border-right: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
border-left: 1px solid #999999;
}
/*=========== 【按钮样式】 =============================================*/
.button00-over {
font-size: 12px;width: 34px;height: 20px;border: none;padding-top: 3px;
background-image: ;
}
.button00-out {
font-size: 12px;width: 34px;height: 20px;border: none;padding-top: 3px;
background-image: ;
}
.button01-over {
font-size: 12px;width: 60px;height: 20px;border: none;padding-top: 3px;
background-image: ;
}
.button01-out {
font-size: 12px;width: 60px;height: 20px; border: none;padding-top: 3px;
background-image: ;
}
.button02-over {
font-size: 12px;width: 80px;height: 20px;border: none;padding-top: 3px;
background-image: ;
}
.button02-out {
font-size: 12px;width: 80px;height: 20px;border: none;padding-top: 3px;
background-image: ;
}
.button03-over {
font-size: 12px;width: 150px;height: 20px;border: none;padding-top: 3px;
background-image: ;
}
.button03-out {
font-size: 12px;width: 150px;height: 20px;border: none;padding-top: 3px;
background-image: ;
}
.button05-over {
font-size: 12px;width: 89px;height: 35px;border: none;padding-top: 3px;font-size:14px;font-weight:bold;
background-image: ;
}
.button05-out {
font-size: 12px;width: 89px;height: 35px;border: none;padding-top: 3px;font-size:14px;font-weight:bold;
background-image: ;
}
.button07-out {
font-size: 12px;width: 34px;height: 20px;border: none;padding-top: 3px;
background-image: ;
}
/*=========== 【超链接样式】 =============================================*/
a { color:#666666; text-decoration: none;
/* star : expression(onfocus=this.blur);*/
}
a:hover { color:#000080; text-decoration: underline;left: 1px; position: relative; top: 1px; }
a.h_menu { color:#333333; text-decoration: none }
a.h_menu:hover { color:#000080; text-decoration: underline }
a.h_td { color:#ffffff; text-decoration: none }
a.h_td:hover { color:#ffffff; text-decoration: underline }
a.h_pop { color:#ededed; text-decoration: none }
a.h_pop:hover { lor:#808080; text-decoration: underline }