You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2054 lines
44 KiB
2054 lines
44 KiB
/*--*报表用css--*/
|
|
.printBold{
|
|
font-weight : normal}
|
|
|
|
/*--report.jsp中的body用--*/
|
|
body.report{background-color : #EDF3FF}
|
|
|
|
/*--标题栏采用public.css中topTitle定义--*/
|
|
|
|
/*--报表条件--*/
|
|
table.repCnd{width:100%;
|
|
font-size:10pt;
|
|
border-collapse:collapse;
|
|
padding:1px;
|
|
border:1px solid #7BB6E7}
|
|
tr.repCnd{height:20px}
|
|
/*--复选框--*/
|
|
td.repCndCbx{border:1px solid #7BB6E7;
|
|
padding-left:2px;
|
|
padding-right:2px;
|
|
padding-top:1px;
|
|
padding-bottom:1px;
|
|
background:#E8F2FA url(../images/public/bg/editBg.gif) repeat-x center;
|
|
width:22px}
|
|
/*--条件标题--*/
|
|
td.repCndLb{border:1px solid #7BB6E7;
|
|
padding:1px 2px 1px 2px;
|
|
|
|
background:#DBEBF8 url(../images/public/bg/lableBg.gif) repeat-x center;
|
|
color:#006699;
|
|
text-align:left;
|
|
font-weight:bold}
|
|
/*--条件编辑区--*/
|
|
td.repCndEdit{border:1px solid #7BB6E7;
|
|
padding:1px 20px 1px 3px;
|
|
|
|
background:#E8F2FA url(../images/public/bg/editBg.gif) repeat-x center;}
|
|
/*--条件编辑区-最右端--*/
|
|
td.repCndEditRight{border:1px solid #7BB6E7;
|
|
padding:1px 3px;
|
|
|
|
background:#E8F2FA url(../images/public/bg/editBg.gif) repeat-x center;
|
|
width:100%}
|
|
|
|
/*--条件工具条--*/
|
|
div.repCndToolBar{width:100%;
|
|
height:24px;
|
|
background:#E8F3FF url(../images/public/bg/toolbarBg.gif) repeat-x center}
|
|
td.repCndToolBar{padding:0px 10px 0px 2px;
|
|
color:#004E73;
|
|
|
|
font-size:9pt;
|
|
}
|
|
|
|
/*--报表功能菜单--*/
|
|
/*--顶部功能菜单--*/
|
|
div.repFuncMenuTop{width:100%;
|
|
padding-top:2px}
|
|
/*--底部功能菜单--*/
|
|
div.repFuncMenu{width:100%}
|
|
|
|
/*--报表功能菜单-链接--*/
|
|
div.repFuncMenuLink{padding:2px}
|
|
table.repFuncMenuLink{}
|
|
td.repFuncMenuLink{
|
|
cursor:pointer;
|
|
vertical-align:top}
|
|
/*--报表用户功能菜单文字--*/
|
|
td.repFuncMenuText{
|
|
font-size:9pt;
|
|
color:#23698B;
|
|
background:#E8F3FF url(../images/report/menuTextBg.gif) repeat-x center}
|
|
|
|
/*--报表功能菜单-复选框--*/
|
|
div.repFuncMenuCbx{}
|
|
table.repFuncMenuCbx{}
|
|
td.repFuncMenuCbx{
|
|
font-size:10pt;
|
|
padding-right:10px}
|
|
|
|
/*--报表功能菜单-下拉框--*/
|
|
div.repFuncMenuDropdown{padding-left:2px}
|
|
|
|
/*--报表工具条--*/
|
|
div.repToolBar{width:100%;
|
|
height:24px;
|
|
background:#E8F3FF url(../images/public/bg/toolbarBg.gif) repeat-x center}
|
|
td.repToolBar{
|
|
color:#004E73;
|
|
padding-top:1px;
|
|
padding-bottom:1px;
|
|
font-size:9pt}
|
|
|
|
/*--报表容器--*/
|
|
table.repContainer{width:100%;}
|
|
|
|
/*--报表标题--*/
|
|
td.repHd{text-align:center;
|
|
font-weight:bold;
|
|
font-size:14pt;
|
|
padding:2;}
|
|
/*--报表付标题--*/
|
|
td.repSubHd{font-size:9pt;
|
|
padding:2;}
|
|
/*--报表表尾--*/
|
|
td.repFt{font-size:9pt;
|
|
padding:2;}
|
|
|
|
/*--列表报表--*/
|
|
|
|
table.repList{width:100%;
|
|
border:1px solid #999999;
|
|
border-collapse:collapse;
|
|
padding:2px;
|
|
font-size:10pt}
|
|
|
|
/*--列表式thead风格--*/
|
|
thead.repList{display:table-header-group;layoutFlow:vertical-ideographic}
|
|
/*--列表标题--*/
|
|
tr.repListHd{background-color:#FFE066;
|
|
height:26;
|
|
text-align:center}
|
|
/*--列表标题-最左边--*/
|
|
td.repListHdLeft{
|
|
padding:1px;
|
|
border-top:1px solid #999999}
|
|
/*--列表标题-中间--*/
|
|
td.repListHd{
|
|
padding:1px;
|
|
border-top:1px solid #999999;
|
|
border-left:1px solid #999999;}
|
|
/*--列表标题-不打印--*/
|
|
td.repListHdNoPrt{
|
|
padding:1px;
|
|
border-top:1px solid #999999;
|
|
border-left:1px solid #999999;}
|
|
/*--列表标题首行-最左边--*/
|
|
td.repListHdLTop{
|
|
padding:1px;}
|
|
/*--列表标题首行-中间--*/
|
|
td.repListHdTop{
|
|
padding:1px;
|
|
border-left:1px solid #999999}
|
|
|
|
|
|
/*--列表式tbody风格overflow: auto;max-height: 300px在firefox可以锁定标题滚动--*/
|
|
tbody.repList{}
|
|
|
|
/*--列表报表奇数行--*/
|
|
tr.repList1{background-color:#EDF3FF;
|
|
page-break-inside:avoid;
|
|
height:26}
|
|
/*--列表报表偶数行--*/
|
|
tr.repList2{background-color:#DEEBF7;
|
|
page-break-inside:avoid;
|
|
height:26}
|
|
|
|
/*--列表报表-最左边--*/
|
|
td.repListLeft{
|
|
padding:1px;
|
|
font-weight:normal;
|
|
border-top:1px solid #999999}
|
|
/*--列表报表-中间--*/
|
|
td.repList{
|
|
padding:1px;
|
|
font-weight:normal;
|
|
border-left:1px solid #999999;
|
|
border-top:1px solid #999999}
|
|
/*--列表右边--*/
|
|
td.repListRight{
|
|
padding:1px;
|
|
font-weight:normal;
|
|
border-left:1px solid #999999;
|
|
border-right:1px solid #999999;
|
|
border-top:1px solid #999999}
|
|
/*--列表下边--*/
|
|
td.repListBottom{
|
|
padding:1px;
|
|
font-weight:normal;
|
|
border:1px solid #999999}
|
|
/*--只显示上下左边--*/
|
|
td.repListTBL{
|
|
padding:1px;
|
|
font-weight:normal;
|
|
border-top:1px solid #999999;
|
|
border-bottom:1px solid #999999;
|
|
border-left:1px solid #999999}
|
|
/*--只显示上下左边--*/
|
|
td.repListTBLR{
|
|
padding:1px;
|
|
font-weight:normal;
|
|
border-top:1px solid #999999;
|
|
border-bottom:1px solid #999999;
|
|
border-right:1px solid #999999;
|
|
border-left:1px solid #999999}
|
|
/*--列表报表-不打印--*/
|
|
td.repListNoPrt{
|
|
padding:1px;
|
|
font-weight:normal;
|
|
border-left:1px solid #999999;
|
|
border-top:1px solid #999999}
|
|
|
|
/*--列表式tfoot风格--*/
|
|
tfoot.repList{}
|
|
|
|
/*--报表列表式汇总行--*/
|
|
tr.repListSum {background-color:transparent;
|
|
font-weight:bold;
|
|
height:26px}
|
|
|
|
/*--列表汇总单元格-最左边--*/
|
|
td.repListSumL{
|
|
padding:1px;
|
|
border-top:1px solid #999999}
|
|
/*--列表汇总单元格-中间--*/
|
|
td.repListSum{
|
|
padding:1px;
|
|
border-left:1px solid #999999;
|
|
border-top:1px solid #999999}
|
|
/*--列表汇总单元格-不打印--*/
|
|
td.repListSumNoPrt{
|
|
padding:1px;
|
|
border-left:1px solid #999999;
|
|
border-top:1px solid #999999}
|
|
|
|
/*--明细显示--*/
|
|
|
|
/*--明细分隔栏--*/
|
|
div.repDSeperator{padding:5px;}
|
|
|
|
/*--明细报表--*/
|
|
table.repDetail{width:100%;
|
|
border:1px solid #999999;
|
|
border-collapse:collapse;
|
|
padding:2px;
|
|
font-size:10pt;
|
|
word-wrap: break-word;
|
|
word-break: break-all}
|
|
|
|
/*--明细tr--*/
|
|
tr.repDetail{ height : 24px;}
|
|
|
|
/*--明细列标题--*/
|
|
td.repDetailLb{ background-color : #DEEBF7;
|
|
color : #006699;
|
|
font-weight:bold;
|
|
padding : 2;
|
|
border-left:1px solid #999999;
|
|
border-top:1px solid #999999}
|
|
/*--明细列左边标题--*/
|
|
td.repDetailLbL{ background-color : #DEEBF7;
|
|
color : #006699;
|
|
font-weight:bold;
|
|
padding : 2;
|
|
border-top:1px solid #999999}
|
|
/*--明细列顶部标题--*/
|
|
td.repDetailLbTop{ background-color : #DEEBF7;
|
|
color : #006699;
|
|
font-weight:bold;
|
|
padding : 2;
|
|
border-left:1px solid #999999}
|
|
/*--明细列左上角标题--*/
|
|
td.repDetailLbLTop{ background-color : #DEEBF7;
|
|
color : #006699;
|
|
font-weight:bold;
|
|
padding : 2}
|
|
|
|
/*--明细数据--*/
|
|
td.repDetail{ background-color: #EDF3FF;
|
|
padding : 2;
|
|
border-left:1px solid #999999;
|
|
border-top:1px solid #999999}
|
|
/*--明细数据-顶部--*/
|
|
td.repDetailTop{ background-color: #EDF3FF;
|
|
padding : 2;
|
|
border-left:1px solid #999999}
|
|
|
|
/*--明细分隔列--*/
|
|
td.repDSeperator{ background-color: #DEEBF7;
|
|
font-size : 11pt;
|
|
font-weight : bold;
|
|
text-align : center;
|
|
color : #006699;
|
|
padding : 2;
|
|
border-top:1px solid #999999}
|
|
|
|
/*--弹出菜单--*/
|
|
table.repPopMenu{ background-color : #666666;
|
|
font-size : 10pt}
|
|
tr.repPopMenu{}
|
|
td.repPopMenu{ padding : 0;
|
|
background-color : #ffffe0;}
|
|
.repUnitFunc{color : #006699;
|
|
font-size : 10pt;}
|
|
|
|
/*--列表式报表排序用--*/
|
|
.sort-arrow{
|
|
width:0px;
|
|
height:0px;
|
|
margin:0px}
|
|
.sort-arrow.descending{
|
|
width:8px;
|
|
height:7px;
|
|
background-image:url("./down.png");
|
|
background-repeat:no-repeat;
|
|
margin:0px}
|
|
.sort-arrow.ascending{
|
|
width:8px;
|
|
height:7px;
|
|
background-image:url("./up.png");
|
|
background-repeat:no-repeat;
|
|
margin:0px}
|
|
|
|
|
|
span.listTreeNode{cursor:pointer
|
|
}
|
|
|
|
@media print {
|
|
.notprint {
|
|
display:none;
|
|
}
|
|
.forprint {
|
|
display:inline;
|
|
}
|
|
}
|
|
@media screen {
|
|
.notprint {
|
|
display:inline;
|
|
}
|
|
.forprint {
|
|
width:0px;
|
|
height:0px;
|
|
overflow:hidden;
|
|
}
|
|
}
|
|
|
|
v\:* { behavior: url(#default#VML);}
|
|
|
|
|
|
|
|
|
|
|
|
.window-content{
|
|
|
|
background-color:#E8F2FA;
|
|
color:buttontext;
|
|
border-top-width:0;
|
|
border-top-color:#404040;
|
|
border-top-style:solid;
|
|
border-left-width:1;
|
|
border-left-color:#404040;
|
|
border-left-style:solid;
|
|
border-bottom-width:1;
|
|
border-bottom-color:#ffffff;
|
|
border-bottom-style:solid;
|
|
border-right-width:1;
|
|
border-right-color:#ffffff;
|
|
border-right-style:solid;
|
|
}
|
|
.DxPopGridText{
|
|
color:#000;
|
|
border-style:solid;
|
|
border-color:#539CD6;
|
|
border-width:1;
|
|
background:window;
|
|
}
|
|
|
|
.DxPopGridText-icon{
|
|
background-color:window;
|
|
border-style:none;
|
|
background-repeat:no-repeat;
|
|
width:16;
|
|
height:16;
|
|
align:center;
|
|
background:transparent url(../../images/wygl/new/green_arrow.gif) no-repeat scroll 0 -2px;
|
|
overflow:hidden;
|
|
}
|
|
|
|
.WatWebForm{
|
|
border:10 solid #114F78;
|
|
}
|
|
|
|
.DxToolBar{
|
|
border-style:none;
|
|
background-repeat:repeat;
|
|
}
|
|
.DxToolBar-left{
|
|
background-image:url(../core/toolbar_left.gif);
|
|
}
|
|
.DxToolBar-mid{
|
|
background-image:url(../core/toolbar_mid.gif);
|
|
}
|
|
.DxToolBar-right{
|
|
background-image:url(../core/toolbar_right.gif);
|
|
}
|
|
|
|
.DxToolBar-button{
|
|
border-style:1px solid transparent;
|
|
}
|
|
|
|
.DxToolBar-button-mouseover{
|
|
border-left:1px solid #7B8ECE;
|
|
border-top:1px solid #7B8ECE;
|
|
border-right:1px solid #7B8ECE;
|
|
border-bottom:1px solid #7B8ECE;
|
|
}
|
|
|
|
.DxToolBar-button-mousedown{
|
|
border-left:2px solid #7B8ECE;
|
|
border-top:2px solid #7B8ECE;
|
|
border-right:2px solid #FFFFFF;
|
|
border-bottom:2px solid #FFFFFF;
|
|
}
|
|
|
|
.DxButton{
|
|
|
|
}
|
|
.DxButton-text{
|
|
font-family:Sans-Serif;
|
|
font-size:12;
|
|
}
|
|
|
|
.DxCoolButton{
|
|
border-style:solid;
|
|
border-width:1;
|
|
border-color:#539CD6;
|
|
background-image:url(../../images/wygl/new/c3.gif);
|
|
cursor:hand;
|
|
}
|
|
|
|
.DxCoolButton-text{
|
|
font-size:12;
|
|
//color:#000;
|
|
color:#000;
|
|
}
|
|
|
|
.DxCoolButton-mousein{
|
|
border-style:solid;
|
|
border-width:1;
|
|
border-color:#539CD6;
|
|
background-image:url(../../images/wygl/new/c3.gif);
|
|
background-color:transparent;
|
|
cursor:hand;
|
|
}
|
|
|
|
.DxCoolButton-dis{
|
|
border-style:solid;
|
|
border-width:1;
|
|
border-color:#999999;
|
|
background-image:url(../../images/wygl/new/c3.gif);
|
|
background-color:transparent;
|
|
}
|
|
|
|
.DxTextField{
|
|
color:#000;
|
|
background:window;
|
|
}
|
|
|
|
.DxCoolTextField{
|
|
color:#000;
|
|
border-style:solid;
|
|
border-color:#A5A6A5;
|
|
border-width:1;
|
|
background:window;
|
|
}
|
|
|
|
.DxCoolLabel{
|
|
color:#000;
|
|
border-style:solid;
|
|
border-color:#b9cfd8;
|
|
border-width:1;
|
|
background:window;
|
|
}
|
|
|
|
.DxLabel{
|
|
background-color:transparent;
|
|
color:#000;
|
|
border:1px none #b9cfd8;
|
|
font-family:Sans-Serif;
|
|
font-size:12;
|
|
display:inline;
|
|
vertical-align:middle;
|
|
|
|
|
|
}
|
|
|
|
|
|
.DxTitleLabel{
|
|
background-color:transparent;
|
|
color:#000;
|
|
border:1px none #b9cfd8;
|
|
font-family:宋体;
|
|
font-size:20;
|
|
font-weight:bold;
|
|
}
|
|
|
|
.DxRollLabel{
|
|
background-color:transparent;
|
|
color:#000;
|
|
border:1px none #b9cfd8;
|
|
font-family:Sans-Serif;
|
|
font-size:12;
|
|
}
|
|
|
|
.DxRollLabel-rollText{
|
|
background-color:transparent;
|
|
color:#000;
|
|
|
|
border:1px none #b9cfd8;
|
|
font-family:Sans-Serif;
|
|
font-size:12;
|
|
}
|
|
|
|
|
|
.DxListBox{
|
|
font-family:Sans-Serif;
|
|
font-size:12;
|
|
border-style:inset;
|
|
border-color:#b9cfd8;
|
|
border-width:1;
|
|
}
|
|
|
|
.DxImage{
|
|
font-family:Sans-Serif;
|
|
font-size:12;
|
|
border-style:none;
|
|
border-width:1px;
|
|
}
|
|
|
|
.DxToggleButton{
|
|
position:releative;
|
|
font-family:Sans-Serif;
|
|
font-size:12;
|
|
background:transparent;
|
|
color:#000;
|
|
}
|
|
|
|
.DxToggleButton-root{
|
|
position:releative;
|
|
border-style:none;
|
|
border-color:blue;
|
|
border-width:1px;
|
|
}
|
|
|
|
.DxMenuBar{
|
|
border-left:1px solid #b8ced7;
|
|
border-right:1px solid #b8ced7;
|
|
background-repeat:repeat-x;
|
|
border-bottom:1px solid #b8ced7;
|
|
/*background-image:url(../core/menubar.gif);*/
|
|
background-image:url(../../images/wygl/new/c6.gif);
|
|
}
|
|
.DxMenu{
|
|
background:transparent;
|
|
|
|
}
|
|
.DxMenu-mouseover{
|
|
background:#C6DBF7;
|
|
border:1 solid #BFE3FF;
|
|
}
|
|
.DxMenu-text{
|
|
color:#000;
|
|
background:transparent;
|
|
font-size:12px;
|
|
font-family:Sans-Serif;
|
|
vertical-align:bottom;
|
|
cursor:default;
|
|
}
|
|
|
|
.DxMenuItem{
|
|
font-size:12px;
|
|
border:1px solid #A5A6A5;
|
|
color:#000;
|
|
font-family:Sans-Serif;
|
|
background-color:white;
|
|
}
|
|
|
|
.DxMenuItem-mouseover{
|
|
cursor:default;
|
|
font-size:12px;
|
|
background:#C6DBF7;
|
|
color:red;
|
|
border:10px solid red;
|
|
font-family:Sans-Serif;
|
|
}
|
|
.DxPopMenu{
|
|
cursor:default;
|
|
border:1px solid #A5A6A5;
|
|
|
|
}
|
|
|
|
.DxFrame{
|
|
text-decoration:none;
|
|
font-size:12px;
|
|
font-family:Sans-Serif;
|
|
|
|
background:transparent;
|
|
color:#000;
|
|
cursor:default;
|
|
|
|
border:1px solid #b8ced7;
|
|
}
|
|
|
|
.DxBox{
|
|
text-decoration:none;
|
|
font-size:12px;
|
|
font-family:Sans-Serif;
|
|
background:transparent;
|
|
color:windowtext;
|
|
}
|
|
|
|
.DxPanel{
|
|
text-decoration:none;
|
|
font-size:12px;
|
|
font-family:Sans-Serif;
|
|
background:transparent;
|
|
color:windowtext;
|
|
border:1px solid #b8ced7;
|
|
cursor:default;
|
|
}
|
|
|
|
.DxDragPanel-title{
|
|
background-repeat:repeat-x;
|
|
cursor:move;
|
|
color:windowtext;
|
|
background:#ffffff;
|
|
background-image:url(../../images/wygl/new/index_bg.gif);
|
|
font-size:12px;
|
|
font-family:Sans-Serif;
|
|
border-left:1px solid D7DDED;
|
|
border-right:1px solid D7DDED;
|
|
border-top:1px solid D7DDED;
|
|
border-bottom:1px solid D7DDED;
|
|
}
|
|
.DxDragPanel-title-text{
|
|
text-decoration:none;
|
|
color:#195981;
|
|
background:transparent;
|
|
font-size:12px;
|
|
font-family:Sans-Serif;
|
|
}
|
|
.DxDragPanel-content{
|
|
font-size:12px;
|
|
font-family:Sans-Serif;
|
|
color:windowtext;
|
|
background:white;
|
|
border-left:1px solid D7DDED;
|
|
border-right:1px solid D7DDED;
|
|
border-bottom:1px solid D7DDED;
|
|
}
|
|
|
|
|
|
.DxPanel-top-left{
|
|
background-image:url(../core/corner_top_left.gif);
|
|
}
|
|
.DxPanel-top-mid{
|
|
background-image:url(../core/border_top.gif);
|
|
background-repeat: repeat-x;
|
|
}
|
|
.DxPanel-top-right{
|
|
background-image:url(../core/corner_top_right.gif);
|
|
}
|
|
.DxPanel-middle-left{
|
|
background-image:url(../core/border_left.gif);
|
|
}
|
|
.DxPanel-middle-right{
|
|
background-image:url(../core/border_right.gif);
|
|
}
|
|
.DxPanel-bottom-left{
|
|
background-image:url(../core/corner_bottom_left.gif);
|
|
}
|
|
.DxPanel-bottom-mid{
|
|
background-image:url(../core/border_bottom.gif);
|
|
background-repeat: repeat-x;
|
|
}
|
|
.DxPanel-bottom-right{
|
|
background-image:url(../core/corner_bottom_right.gif);
|
|
}
|
|
.DxTreeView{
|
|
border:1px solid #b8ced7;
|
|
background:transparent;
|
|
}
|
|
|
|
.DxTreeView1{
|
|
border:1px none #b8ced7;
|
|
background:transparent;
|
|
|
|
}
|
|
.DxListView{
|
|
border:1px solid #b8ced7;
|
|
}
|
|
|
|
.DxTextArea{
|
|
color:#000;
|
|
background:white;
|
|
border-style:inset;
|
|
border-color:#b9cfd8;
|
|
border-width:1;
|
|
}
|
|
|
|
.DxCoolTab{
|
|
color:#000;
|
|
background:transparent;
|
|
font-size:12px;
|
|
font-family:Sans-Serif;
|
|
}
|
|
|
|
.DxCoolTab-head-content{
|
|
cursor:hand;
|
|
}
|
|
.DxCoolTab-head-left{
|
|
background-repeat:no-repeat;
|
|
background-image:url(../core/tab_left.gif);
|
|
}
|
|
.DxCoolTab-head-left-selected{
|
|
background-repeat:no-repeat;
|
|
background-image:url(../core/tab_left_s.gif);
|
|
}
|
|
.DxCoolTab-head-left-mouseover{
|
|
background-repeat:no-repeat;
|
|
background-image:url(../core/tab_left_in.gif);
|
|
}
|
|
|
|
.DxCoolTab-head-mid{
|
|
background-repeat:repeat-x;
|
|
background-image:url(../core/tab_mid.gif);
|
|
}
|
|
.DxCoolTab-head-mid-selected{
|
|
background-repeat:repeat-x;
|
|
background-image:url(../core/tab_mid_s.gif);
|
|
}
|
|
.DxCoolTab-head-mid-mouseover{
|
|
background-repeat:repeat-x;
|
|
background-image:url(../core/tab_mid_in.gif);
|
|
}
|
|
|
|
.DxCoolTab-head-mid-text{
|
|
text-align:center;
|
|
vertical-align:middle;
|
|
font-size:12px;
|
|
font-family:Sans-Serif;
|
|
color:#000;
|
|
}
|
|
|
|
.DxCoolTab-head-mid-text-select{
|
|
text-align:center;
|
|
vertical-align:middle;
|
|
font-size:12px;
|
|
font-family:Sans-Serif;
|
|
color:#336394;
|
|
}
|
|
|
|
|
|
.DxCoolTab-head-right{
|
|
background-repeat:no-repeat;
|
|
background-image:url(../core/tab_right.gif);
|
|
}
|
|
.DxCoolTab-head-right-selected{
|
|
background-repeat:no-repeat;
|
|
background-image:url(../core/tab_right_s.gif);
|
|
}
|
|
.DxCoolTab-head-right-mouseover{
|
|
background-repeat:no-repeat;
|
|
background-image:url(../core/tab_right_in.gif);
|
|
}
|
|
.DxCoolTab-head-button{
|
|
background-color:threedface;
|
|
}
|
|
.DxCoolTab-content{
|
|
border:1px solid #b9cfd8;
|
|
overflow:hidden;
|
|
}
|
|
|
|
|
|
.DxDateTimePick{
|
|
border:1px solid #b9cfd8;
|
|
}
|
|
.DxDateTimePick-input{
|
|
border:1px none #b9cfd8;
|
|
text-align:left;
|
|
background-color:transparent;
|
|
}
|
|
.DxDateTimePick-up-image{
|
|
background-image:url(../core/ArrUp.gif);
|
|
background-repeat:no-repeat;
|
|
border-color:white;
|
|
}
|
|
.DxDateTimePick-up-image-mouseover{
|
|
background-image:url(../core/ArrUpIn.gif);
|
|
background-repeat:no-repeat;
|
|
border-color:white;
|
|
}
|
|
.DxDateTimePick-down-image{
|
|
background-image:url(../core/ArrDown.gif);
|
|
background-repeat:no-repeat;
|
|
border-color:white;
|
|
}
|
|
.DxDateTimePick-down-image-mouseover{
|
|
background-image:url(../core/ArrDownIn.gif);
|
|
background-repeat:no-repeat;
|
|
border-color:white;
|
|
}
|
|
|
|
.DxURLPage{
|
|
border:1px none red;
|
|
font-size:12px;
|
|
font-family:Sans-Serif;
|
|
}
|
|
|
|
|
|
.DxTitlePanel-title{
|
|
background-repeat:repeat-x;
|
|
cursor:default;
|
|
color:windowtext;
|
|
background-image:url(../../images/wygl/new/c6.gif);
|
|
font-size:12px;
|
|
font-family:Sans-Serif;
|
|
|
|
/*border:1px none #CBD0D3;*/
|
|
/*border-top:1px solid #92B7E7;*/
|
|
border-left:1px solid #92B7E7;
|
|
/* border-bottom:1px solid #92B7E7;*/
|
|
border-right:1px solid #92B7E7;
|
|
|
|
}
|
|
.DxTitlePanel-title-text{
|
|
text-decoration:none;
|
|
color:#000;
|
|
background:transparent;
|
|
font-size:12px;
|
|
font-family:Sans-Serif;
|
|
text-align:middle;
|
|
}
|
|
.DxTitlePanel-content{
|
|
font-size:12px;
|
|
font-family:Sans-Serif;
|
|
color:windowtext;
|
|
background:#E8F2FA;
|
|
/*border-top:1px solid #114F78;*/
|
|
border-bottom:1px solid #92B7E7;
|
|
border-right:1px solid #92B7E7;
|
|
border-left:1px solid #92B7E7;
|
|
}
|
|
.DxTitlePanel1-title-text{
|
|
text-decoration:none;
|
|
color:#000;
|
|
background:transparent;
|
|
font-size:12px;
|
|
font-family:Sans-Serif;
|
|
}
|
|
.DxTitlePanel1-content{
|
|
font-size:12px;
|
|
font-family:Sans-Serif;
|
|
color:windowtext;
|
|
background:transparent;
|
|
border-top:1px solid #114F78;
|
|
border-bottom:1px solid #114F78;
|
|
border-right:1px solid #114F78;
|
|
border-left:1px solid #114F78;
|
|
}
|
|
|
|
.MaskDialog{
|
|
background:lightyellow;
|
|
border:1px solid #809aa9;
|
|
color:green;
|
|
}
|
|
.MaskDialog-error{
|
|
background:lightyellow;
|
|
border:1px solid #809aa9;
|
|
color:red;
|
|
}
|
|
|
|
.DxComboBox{
|
|
border:1px solid #A5A6A5;
|
|
}
|
|
.DxComboBox-input{
|
|
border-style:none;
|
|
background:window;
|
|
color:#000;
|
|
font-size:12px;
|
|
font-family:Sans-Serif;
|
|
cursor:default;
|
|
}
|
|
.DxComboBox-button{
|
|
background-color:window;
|
|
border-style:none;
|
|
background-repeat:no-repeat;
|
|
top:4;
|
|
|
|
width:13;
|
|
height:13;
|
|
align:center;
|
|
background-image:url(../component/dropdown.gif);
|
|
}
|
|
.DxComboBox-button-mouseover{
|
|
background-color:window;
|
|
border-style:none;
|
|
background-repeat:no-repeat;
|
|
top:5;
|
|
width:13;
|
|
height:13;
|
|
background-image:url(../component/dropdown_in.gif);
|
|
}
|
|
.DxComboBox-select{
|
|
font-size:12px;
|
|
font-family:Sans-Serif;
|
|
color:#000;
|
|
}
|
|
.too{
|
|
vertical-align:middle;
|
|
}
|
|
|
|
.DxCtrlDataGrid{
|
|
border:1px solid #B9CFD8;
|
|
background:transparent;
|
|
color:#000;
|
|
font-size:12px;
|
|
font-family:Sans-Serif;
|
|
cursor:default;
|
|
}
|
|
|
|
.DxDataGrid{
|
|
border-bottom:1px solid #CBD0D3;
|
|
border-top:1px none red;
|
|
border-right:1px solid #CBD0D3;
|
|
border-left:1px solid #CBD0D3;
|
|
background:transparent;
|
|
color:#67666E;
|
|
font-size:12px;
|
|
font-family:Sans-Serif;
|
|
cursor:default;
|
|
|
|
}
|
|
.DxDataGrid-glid{
|
|
border-left:1px solid #6192A7;
|
|
border-top:1px none #6192A7;
|
|
border-right:1px none #6192A7;
|
|
border-bottom:1px none #6192A7;
|
|
font-size:2;
|
|
}
|
|
|
|
.DxDataGrid-text-icon{
|
|
position:absolute;
|
|
right:4px;
|
|
top:5px;
|
|
width:16px;
|
|
height:16px;
|
|
border:1 none red;
|
|
background:transparent url(../core/green_arrow.gif);
|
|
overflow:hidden;
|
|
}
|
|
|
|
.DxDataGrid-container{
|
|
left:0px;
|
|
top:0px;
|
|
border-style:none;
|
|
overflow-x:auto;
|
|
background:transparent;
|
|
color:#67666E;
|
|
}
|
|
|
|
.DxDataGrid-title-text{
|
|
font-size:12px;
|
|
font-family:Sans-Serif;
|
|
|
|
text-align:center;
|
|
border-style:none;
|
|
border-width:1px;
|
|
color:#000;
|
|
background-color:transparent;
|
|
top:6px;
|
|
width:100%;
|
|
height:20;
|
|
|
|
|
|
}
|
|
|
|
.DxDataGrid-foot-text{
|
|
font-size:14px;
|
|
font-family:Sans-Serif;
|
|
text-align:center;
|
|
color:#67666E;
|
|
font-weight:bold;
|
|
background-color:transparent;
|
|
}
|
|
|
|
.DxDataGrid-title-sorthead{
|
|
cursor:hand;
|
|
font-size:12px;
|
|
background-image:url(../../images/wygl/new/c7.gif);
|
|
/*background-color:#C3D4F0;*/
|
|
}
|
|
.DxDataGrid-title-sorthead-moveover{
|
|
cursor:hand;
|
|
font-size:12px;
|
|
background-image:url(../../images/wygl/new/c7.gif);
|
|
/* background-color:#C3D4F0;*/
|
|
}
|
|
.DxDataGrid-title-head{
|
|
font-size:12px;
|
|
background-image:url(../../images/wygl/new/c7.gif);
|
|
|
|
/*background-color:#C3D4F0;*/
|
|
}
|
|
.DxDataGrid-title-head-moveover{
|
|
font-size:12px;
|
|
background-image:url(../../images/wygl/new/c7.gif);
|
|
/*background-color:#C3D4F0;*/
|
|
}
|
|
|
|
.DxChart{
|
|
font-family:Sans-Serif;
|
|
font-size:12;
|
|
border:1px solid #B9CFD8;
|
|
}
|
|
|
|
.DxFileUpload{
|
|
border:1px none #B9CFD8;
|
|
}
|
|
.DxFileUpload-file{
|
|
color:#000;
|
|
border-style:solid;
|
|
border-color:#b9cfd8;
|
|
border-width:1;
|
|
background:transparent;
|
|
}
|
|
.DxFileUpload-send{
|
|
font-family:Sans-Serif;
|
|
font-size:12;
|
|
border:1px outset #B9CFD8;
|
|
}
|
|
.DxWebSplitFrameSet-split{
|
|
/*background:#F2F7FD;*/
|
|
background:#64BEF3;
|
|
border-left:1px solid #7FB5D7;
|
|
border-right:1px solid #7FB5D7;
|
|
border-bottom:1px none #7FB5D7;
|
|
border-top:1px none #7FB5D7;
|
|
}
|
|
.DxWebSplitFrameSet-split-on{
|
|
background:#64BEF3;
|
|
border-left:1px solid #7FB5D7;
|
|
border-right:1px solid #7FB5D7;
|
|
border-bottom:1px none #7FB5D7;
|
|
border-top:1px none #7FB5D7;
|
|
}
|
|
.DxWebSplitFrameSet-splitbutton{
|
|
background:red;
|
|
/*display:solid;*/
|
|
border:1px none #CCCCCC;
|
|
}
|
|
.DxWebSplitFrameSet-splitshine{
|
|
background:#9EAED6;
|
|
}
|
|
|
|
.Calendar-panel{border:1px outset #C0D0E8;}
|
|
.Input {font-family: verdana;font-size: 9pt;text-decoration: none;background-color: #FFFFFF;height: 20px;border: 1px solid #666666;color:#000000;}
|
|
.Calendar {font-family: verdana;text-decoration: none;width: 180;background-color: #C0D0E8;font-size: 9pt;border:0px dotted #1C6FA5;}
|
|
.CalendarTD {font-family: verdana;font-size: 7pt;color: #000000;background-color:#f6f6f6;height: 20px;width:11%;text-align: center;}
|
|
|
|
.Title {font-family: verdana;font-size: 11pt;font-weight: normal;height: 24px;text-align: center;color: #333333;text-decoration: none;background-color: #A4B9D7;border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-bottom-style:1px;border-top-color: #999999;border-right-color: #999999;border-bottom-color: #999999;border-left-color: #999999;}
|
|
|
|
.Day {font-family: verdana;font-size: 7pt;color:#243F65;background-color: #E5E9F2;height: 20px;width:11%;text-align: center;}
|
|
.DaySat {font-family: verdana;font-size: 7pt;color:#FF0000;text-decoration: none;background-color:#E5E9F2;text-align: center;height: 18px;width: 12%;}
|
|
.DaySun {font-family: verdana;font-size: 7pt;color: #FF0000;text-decoration: none;background-color:#E5E9F2;text-align: center;height: 18px;width: 12%;}
|
|
.DayNow {font-family: verdana;font-size: 7pt;font-weight: bold;color: #000000;background-color: #FFFFFF;height: 20px;text-align: center;}
|
|
|
|
.DayTitle {font-family: verdana;font-size: 9pt;color: #000000;background-color: #C0D0E8;height: 20px;width:11%;text-align: center;}
|
|
.DaySatTitle {font-family: verdana;font-size: 9pt;color:#FF0000;text-decoration: none;background-color:#C0D0E8;text-align: center;height: 20px;width: 12%;}
|
|
.DaySunTitle {font-family: verdana;font-size: 9pt;color: #FF0000;text-decoration: none;background-color: #C0D0E8;text-align: center;height: 20px;width: 12%;}
|
|
|
|
.DayButton {font-family: Webdings;font-size: 9pt;font-weight: bold;color: #243F65;background:transparent;cursor:hand;text-decoration: none;border-style:none;}
|
|
.Tail{background-color: #C0D0E8;}
|
|
.Tail-Button{font-family: verdana;text-decoration: none;font-size: 9pt;width: 180;height:20;cursor:hand;left:70;background-color:transparent;border-style:none}
|
|
|
|
.DxDataRollInfomation{
|
|
COLOR:#055BAE;TEXT-DECORATION:NONE;
|
|
}
|
|
.DxDataRollInfomation:link{
|
|
font-family:"宋体";font-size: 9pt;text-decoration:none;
|
|
}
|
|
.DxDataRollInfomation:visited {font-family: "宋体";font-size: 9pt;color: #000;text-decoration:none;}
|
|
.DxDataRollInfomation:hover {font-family: "宋体";font-size: 9pt;color: #EB8D5A;text-decoration:NONE;}
|
|
.DxDataRollInfomation:active {font-family: "宋体";font-size: 9pt;color: #000;text-decoration: none;}
|
|
|
|
.DxDataInfomation{
|
|
COLOR:#055BAE;TEXT-DECORATION:NONE;
|
|
}
|
|
.DxDataInfomation-content{
|
|
overflow:auto;
|
|
}
|
|
.DxDataInfomation:link{
|
|
font-family:"宋体";font-size: 9pt;text-decoration:none;color: #000;;
|
|
}
|
|
|
|
.DxDataInfomation:visited {font-family: "宋体";font-size: 9pt;color: #000;text-decoration:none;}
|
|
.DxDataInfomation:hover {font-family: "宋体";font-size: 9pt;color: #EB8D5A;text-decoration:none;}
|
|
.DxDataInfomation:active {font-family: "宋体";font-size: 9pt;color: #000;text-decoration: none;}
|
|
|
|
|
|
.DxDataUrlInfomation{
|
|
COLOR:#055BAE;TEXT-DECORATION:NONE;
|
|
}
|
|
.DxDataUrlInfomation-content{
|
|
overflow:auto;
|
|
}
|
|
.DxDataUrlInfomation:link{
|
|
font-family:"宋体";font-size: 9pt;text-decoration:none;color: #000;;
|
|
}
|
|
|
|
.DxDataUrlInfomation:visited {font-family: "宋体";font-size: 9pt;color: #000;text-decoration:none;}
|
|
.DxDataUrlInfomation:hover {font-family: "宋体";font-size: 9pt;color: #EB8D5A;text-decoration:none;}
|
|
.DxDataUrlInfomation:active {font-family: "宋体";font-size: 9pt;color: #000;text-decoration: none;}
|
|
|
|
.DxDataGridHTMLCell{
|
|
COLOR:#055BAE;;
|
|
|
|
}
|
|
|
|
|
|
.DxHrefLabel:link{
|
|
font-family:"宋体";font-size: 9pt;text-decoration:none;color: #000;;
|
|
}
|
|
|
|
.DxHrefLabel:visited {font-family: "宋体";font-size: 9pt;color: #000;text-decoration:none;}
|
|
.DxHrefLabel:hover {font-family: "宋体";font-size: 9pt;color: #EB8D5A;text-decoration:none;}
|
|
.DxHrefLabel:active {font-family: "宋体";font-size: 9pt;color: #000;text-decoration: none;}
|
|
|
|
|
|
|
|
|
|
.DxDataGridHtmlDisplayCell{
|
|
background:transparent;
|
|
}
|
|
|
|
.comment_DxDataGridHtmlDisplayCell{
|
|
background:#F8FCFF;
|
|
}
|
|
|
|
.DxDataGridHTMLCell:link{
|
|
font-family:"宋体";font-size: 9pt;;color: red;;
|
|
}
|
|
|
|
.DxDataGridHTMLCell:visited {font-family: "宋体";font-size: 9pt;color: red;}
|
|
.DxDataGridHTMLCell:hover {font-family: "宋体";font-size: 9pt;color: #EB8D5A;}
|
|
.DxDataGridHTMLCell:active {font-family: "宋体";font-size: 9pt;color: red;}
|
|
.DxTimeDisplay{
|
|
background-color:transparent;
|
|
color:#000;
|
|
border-style:none;
|
|
font-family:Sans-Serif;
|
|
font-size:12;
|
|
}
|
|
.DxCalendar{
|
|
color:#000;
|
|
border-style:solid;
|
|
border-color:#A5A6A5;
|
|
border-width:1;
|
|
background-color:transparent;
|
|
cursor:default;
|
|
}
|
|
.DxQQOutlookBar{
|
|
|
|
border-bottom:1px solid #114F78;
|
|
border-top:1px solid #114F78;
|
|
border-left:1 none #A5A6A5;
|
|
border-right:1 none #A5A6A5;
|
|
background:transparent;
|
|
background-image:url(../../images/wygl/new/navBg.gif);
|
|
overflow-x:auto;
|
|
}
|
|
|
|
.DxQQOutlookBar-onelevel{
|
|
border-left:1 none #A5A6A5;
|
|
border-right:1 none #A5A6A5;
|
|
border-bottom:1 solid #539CD6;
|
|
|
|
background-image:url(../../images/wygl/new/c6.gif);
|
|
background-repeat:repeat-x;
|
|
}
|
|
.DxQQOutlookBar-onelevel-movein{
|
|
border-left:1 none #A5A6A5;
|
|
border-right:1 none #A5A6A5;
|
|
border-bottom:1 solid #539CD6;
|
|
background-image:url(../../images/wygl/new/c6.gif);
|
|
background-repeat:repeat-x;
|
|
|
|
}
|
|
.DxQQOutlookBar-onlevel-text{
|
|
cursor:hand;
|
|
text-align:center;
|
|
vertical-align: middle;
|
|
font-size:13px;
|
|
color:#003672;
|
|
background-repeat:repeat-x;
|
|
}
|
|
|
|
.DxQQOutlookBar-twolevel{
|
|
color:#000;
|
|
overflow:hidden;
|
|
background:transparent;
|
|
overflow-y:auto;
|
|
}
|
|
|
|
.DxQQOutlookBar-twolevel-image{
|
|
border:0 none black;
|
|
cursor:hand;
|
|
margin:2px;
|
|
cursor:hand;
|
|
}
|
|
|
|
.DxQQOutlookBar-twolevel-image-movein{
|
|
border-left:1px solid #d9d9d9;
|
|
border-right:1px solid #000000;
|
|
border-top:1px solid #d9d9d9;
|
|
border-bottom:1px solid #000000;
|
|
padding:1px;
|
|
cursor:hand;
|
|
margin:2px;
|
|
}
|
|
|
|
.DxQQOutlookBar-twolevel-image-movedown{
|
|
border-left:1px solid #000000;
|
|
border-right:1px solid #d9d9d9;
|
|
border-top:1px solid #000000;
|
|
border-bottom:1px solid #d9d9d9;
|
|
padding:1px;
|
|
cursor:hand;
|
|
margin:2px;
|
|
}
|
|
.DxQQOutlookBar-twolevel-image-moveup{
|
|
border:1 outset #ffffff;
|
|
cursor:hand;
|
|
margin:2px;
|
|
}
|
|
.DxQQOutlookBar-twolevel-text{
|
|
color:#000;
|
|
font-family:Sans-Serif;
|
|
font-size:13;
|
|
font-weight:bold;
|
|
cursor:hand;
|
|
}
|
|
|
|
.DxQQOutlookBar-threelevel{
|
|
background:transparent;
|
|
cursor:default;
|
|
border:1 none red;
|
|
margin-left:16px;
|
|
overflow-x:hidden;
|
|
}
|
|
|
|
.DxQQOutlookBar-threelevel-movein{
|
|
background:transparent;
|
|
border:1 none #BFE3FF;
|
|
cursor:hand;
|
|
margin-left:16px;
|
|
overflow-x:hidden;
|
|
}
|
|
|
|
.DxQQOutlookBar-threelevel-click{
|
|
background:transparent;
|
|
border:1 none #C4BCFF;
|
|
cursor:hand;
|
|
margin-left:16px;
|
|
overflow-x:hidden;
|
|
}
|
|
|
|
.DxQQOutlookBar-threelevel-text{
|
|
cursor:hand;
|
|
color:#0000D5;
|
|
font-size:12;
|
|
font-family:Sans-Serif;
|
|
/* width:100%; overflow-x:hidden; white-space:nowrap;;*/
|
|
width:100%;overflow:hidden; text-overflow:ellipsis; line-height:16px;word-break:break-all;
|
|
}
|
|
|
|
.DxQQOutlookBar-threelevel-text-movein{
|
|
/*color:#0000D5;*/
|
|
cursor:hand;
|
|
color:#993300;
|
|
font-size:12;
|
|
font-family:Sans-Serif;
|
|
/* width:100%; overflow-x:hidden; white-space:nowrap;;*/
|
|
width:100%;overflow:hidden; text-overflow:ellipsis; line-height:16px;word-break:break-all;
|
|
}
|
|
|
|
.DxQQOutlookBar-threelevel-text-click{
|
|
/*color:#0000D5;*/
|
|
background-color:transparent;
|
|
cursor:hand;
|
|
color:#993300;
|
|
font-size:12;
|
|
font-family:Sans-Serif;
|
|
/* width:100%; overflow-x:hidden; white-space:nowrap;;*/
|
|
width:100%;overflow:hidden; text-overflow:ellipsis; line-height:16px;word-break:break-all;
|
|
}
|
|
|
|
.titleLabel{
|
|
background-color:transparent;
|
|
font-family:宋体;
|
|
color:#FFFFFF;
|
|
filter:Glow(Color=#226FAB,Strength=1);
|
|
WIDTH: 100%;
|
|
FONT-WEIGHT: bold;
|
|
FONT-SIZE: 16pt;
|
|
margin-top:0pt;
|
|
}
|
|
|
|
.titleLabel1{
|
|
background-color:transparent;
|
|
font-family:宋体;
|
|
color:red;
|
|
FONT-WEIGHT: bold;
|
|
FONT-SIZE: 16pt;
|
|
margin-top:0pt;
|
|
}
|
|
|
|
.BigButton {
|
|
BORDER-RIGHT: #104a7b 1px solid black; BORDER-TOP: #afc4d5 1px solid black; BORDER-LEFT: #afc4d5 1px solid black; BORDER-BOTTOM: #104a7b 1px solid;
|
|
background-image: url("../../images/wygl/new/button_back.gif"); CURSOR: hand; COLOR: #000066; HEIGHT: 24px; FONT-SIZE: 12pt; TEXT-DECORATION: none
|
|
|
|
}
|
|
|
|
|
|
.BigButton-text{
|
|
font-size:12;
|
|
color:buttontext;
|
|
}
|
|
|
|
.BigButton-mousein{
|
|
BORDER-RIGHT: #104a7b 1px solid black; BORDER-TOP: #afc4d5 1px solid black; BORDER-LEFT: #afc4d5 1px solid black; BORDER-BOTTOM: #104a7b 1px solid;
|
|
background-image: url("../../images/wygl/new/button_back.gif"); CURSOR: hand; COLOR: #000066; HEIGHT: 24px; FONT-SIZE: 12pt; TEXT-DECORATION: none
|
|
}
|
|
|
|
.notifylabel{
|
|
BACKGROUND: #D3E5FA; COLOR:#654125; FONT-WEIGHT: bold; FONT-SIZE: 11pt; background-image: url("../../images/wygl/menu/headerbg.gif")
|
|
|
|
}
|
|
.notifycontent
|
|
{ BACKGROUND: #E2E8FA; FONT-WEIGHT: bold; }
|
|
|
|
|
|
|
|
.TitleSelectButton{
|
|
color:yellow; text-align:center; line-height:21px; float:left;
|
|
background-color:transparent;
|
|
border-style:none;
|
|
color:white;
|
|
cursor:hand;
|
|
}
|
|
|
|
.TitleSelectButton-text{
|
|
font-size:12;
|
|
color:yellow;
|
|
background-color:black;
|
|
}
|
|
|
|
.TitleSelectButton-mousein{
|
|
color:yellow; background-color:transparent; border:1px #b3e3ff none; float:left;text-align:center;
|
|
cursor:hand;
|
|
}
|
|
|
|
|
|
|
|
.TitleButton{
|
|
color:#fff; text-align:center; line-height:21px; float:left;
|
|
background-color:transparent;
|
|
border-style:none;
|
|
color:black;
|
|
cursor:hand;
|
|
}
|
|
|
|
.TitleButton-text{
|
|
font-size:12;
|
|
color:black;
|
|
}
|
|
.TitleButton-mousein{
|
|
color:black; background-color:transparent; border:1px #b3e3ff none; float:left;text-align:center;
|
|
cursor:hand;
|
|
}
|
|
|
|
a:link,a:active,a:visited {color:#4455aa}
|
|
a:hover{color:#FF9900}
|
|
|
|
|
|
|
|
|
|
.DxlittleButton{
|
|
border-style:none;
|
|
border-width:1;
|
|
border-color:#779FB9;
|
|
background-image:url(../../images/wygl/new/iPop.gif);
|
|
cursor:hand;
|
|
}
|
|
|
|
.DxlittleButton-text{
|
|
font-size:12;
|
|
//color:#000;
|
|
color:white;
|
|
}
|
|
|
|
.DxlittleButton-mousein{
|
|
border-style:none;
|
|
border-width:1;
|
|
border-color:#006666;
|
|
background-image:url(../../images/wygl/new/iPop.gif);
|
|
background-color:transparent;
|
|
cursor:hand;
|
|
}
|
|
|
|
.DxlittleButton-dis{
|
|
border-style:none;
|
|
border-width:1;
|
|
border-color:#999999;
|
|
background-image:url(../../images/wygl/new/iPop.gif);
|
|
background-color:transparent;
|
|
}
|
|
|
|
|
|
.loginButton{
|
|
border:1 none #ffffff;
|
|
background-image:url(../../images/wygl/new/LOGIN01.jpg);
|
|
cursor:hand;
|
|
}
|
|
|
|
.loginButton-text{
|
|
font-size:12;
|
|
//color:#000;
|
|
color:white;
|
|
}
|
|
|
|
.loginButton-mousein{
|
|
background-image:url(../../images/wygl/new/LOGIN01.jpg);
|
|
CURSOR: hand;
|
|
border:1 none #ffffff;
|
|
}
|
|
|
|
|
|
|
|
.exitButton{
|
|
border:1 none #ffffff;
|
|
background-image:url(../../images/wygl/new/LOGIN02.jpg);
|
|
CURSOR: hand;
|
|
}
|
|
.exitButton-text{
|
|
font-size:12;
|
|
color:buttontext;
|
|
}
|
|
|
|
.DxHrefLabel:visited {font-family: "宋体";font-size: 9pt;color: #000;text-decoration:underline;}
|
|
.DxHrefLabel:hover {font-family: "宋体";font-size: 9pt;color: #EB8D5A;text-decoration:underline;}
|
|
.DxHrefLabel:active {font-family: "宋体";font-size: 9pt;color: #000;text-decoration:underline;}
|
|
|
|
.exitButton-mousein{
|
|
background-image:url(../../images/wygl/new/LOGIN02.jpg);
|
|
CURSOR: hand;
|
|
border:1 none #ffffff;
|
|
}
|
|
|
|
.logtitle{
|
|
background-color:transparent;
|
|
font-family:宋体;
|
|
/*color:rgb(0,94,154);*/
|
|
color:rgb(255,255,255);
|
|
filter:Glow(Color=#226FAB,Strength=1);
|
|
WIDTH: 100%;
|
|
/*FONT-WEIGHT: bold; */
|
|
FONT-SIZE: 10pt;
|
|
margin-top:0pt;
|
|
}
|
|
|
|
|
|
|
|
.login_Field{
|
|
color:#000;
|
|
border-style:solid;
|
|
border-color:black;
|
|
border-width:1;
|
|
background:window;
|
|
}
|
|
|
|
|
|
table.DxPopGridText-divList{
|
|
border:1px solid #999999 dashed;
|
|
border-collapse:collapse;
|
|
padding:0px;
|
|
font-size:12pt;
|
|
cursor:pointer;
|
|
background:white;
|
|
}
|
|
|
|
/*---divList行---*/
|
|
tr.DxPopGridText-divList{background-color:#FFFFFF;
|
|
page-break-inside:avoid;
|
|
height:18
|
|
}
|
|
/*---divList行---*/
|
|
tr.DxPopGridText-divListTitle{background-color:#D6EBD6;
|
|
page-break-inside:avoid;
|
|
height:18
|
|
}
|
|
/*---列表报表-中间---*/
|
|
td.DxPopGridText-divList{
|
|
white-space:nowrap;
|
|
padding:0px;
|
|
font-weight:normal;
|
|
border-left:1px solid #999999;
|
|
border-top:1px solid #999999
|
|
}
|
|
|
|
.comment_DxDataGridHtmlDisplayCell{
|
|
background:#F8FCFF;
|
|
}
|
|
|
|
.selectFrame{
|
|
text-decoration:none;
|
|
font-size:12px;
|
|
font-family:Sans-Serif;
|
|
|
|
background:EDF3FF;
|
|
color:#000;
|
|
cursor:default;
|
|
|
|
border:1px solid #b8ced7;
|
|
}
|
|
|
|
.hisloginButton{
|
|
border:1 solid black;
|
|
background:transparent;
|
|
cursor:hand;
|
|
}
|
|
|
|
.hisloginButton-text{
|
|
font-size:12;
|
|
color:black;
|
|
}
|
|
|
|
.hisloginButton-mousein{
|
|
CURSOR: hand;
|
|
border:1 solid black;
|
|
background:transparent;
|
|
}
|
|
|
|
|
|
|
|
.hisexitButton{
|
|
border:1 solid black;
|
|
background:transparent;
|
|
cursor:hand;
|
|
}
|
|
.hisexitButton-text{
|
|
font-size:12;
|
|
color:black;
|
|
}
|
|
|
|
.hisexitButton-mousein{
|
|
CURSOR: hand;
|
|
border:1 solid black;
|
|
background:transparent;
|
|
}
|
|
|
|
.wyglexit{
|
|
border-style:none;
|
|
border-width:1;
|
|
border-color:#999999;
|
|
background-image:url(../../images/wygl/new/meanu-6.gif);
|
|
background-color:transparent;
|
|
}
|
|
|
|
.wyglexit-text{
|
|
font-size:12;
|
|
color:buttontext;
|
|
}
|
|
|
|
.wyglexit-mousein{
|
|
border-style:none;
|
|
border-width:1;
|
|
border-color:#999999;
|
|
background-image:url(../../images/wygl/new/meanu-60.gif);
|
|
background-color:transparent;
|
|
cursor:hand;
|
|
}
|
|
|
|
.wyglmainpage{
|
|
border-style:none;
|
|
border-width:1;
|
|
border-color:#999999;
|
|
background-image:url(../../images/wygl/new/meanu-1.gif);
|
|
background-color:transparent;
|
|
}
|
|
|
|
.wyglmainpage-text{
|
|
font-size:12;
|
|
color:buttontext;
|
|
}
|
|
|
|
.wyglmainpage-mousein{
|
|
border-style:none;
|
|
border-width:1;
|
|
border-color:#999999;
|
|
background-image:url(../../images/wygl/new/meanu-10.gif);
|
|
background-color:transparent;
|
|
cursor:hand;
|
|
}
|
|
|
|
.wygllogout{
|
|
border-style:none;
|
|
border-width:1;
|
|
border-color:#999999;
|
|
background-image:url(../../images/wygl/new/meanu-4.gif);
|
|
background-color:transparent;
|
|
}
|
|
|
|
.wygllogout-text{
|
|
font-size:12;
|
|
color:buttontext;
|
|
}
|
|
|
|
.wygllogout-mousein{
|
|
border-style:none;
|
|
border-width:1;
|
|
border-color:#999999;
|
|
background-image:url(../../images/wygl/new/meanu-40.gif);
|
|
background-color:transparent;
|
|
cursor:hand;
|
|
}
|
|
|
|
.wygllogin{
|
|
border-style:none;
|
|
border-width:1;
|
|
border-color:#999999;
|
|
background-image:url(../../images/wygl/new/button.gif);
|
|
background-color:transparent;
|
|
}
|
|
|
|
.wygllogin-text{
|
|
font-size:12;
|
|
color:buttontext;
|
|
}
|
|
|
|
.wygllogin-mousein{
|
|
border-style:none;
|
|
border-width:1;
|
|
border-color:#999999;
|
|
background-image:url(../../images/wygl/new/button2.gif);
|
|
background-color:transparent;
|
|
cursor:hand;
|
|
}
|
|
|
|
.wyglloginTextField{
|
|
color:#000000;
|
|
border-style:solid;
|
|
border-color:#16416B;
|
|
border-width:1;
|
|
background:white;
|
|
}
|
|
|
|
.wyglloginLabel{
|
|
background-color:transparent;
|
|
color:#16416B;
|
|
border:1px none #b9cfd8;
|
|
font-family:Sans-Serif;
|
|
font-size:12;
|
|
}
|
|
|
|
.DxStatusBar{
|
|
text-decoration:none;
|
|
font-size:12px;
|
|
font-family:Sans-Serif;
|
|
background:transparent;
|
|
color:windowtext;
|
|
border:1px none threedface;
|
|
cursor:default;
|
|
}
|
|
.DxStatusBarItem{
|
|
background-color:transparent;
|
|
color:#000;
|
|
border-right:4px inset threedface;
|
|
font-family:Sans-Serif;
|
|
font-size:12;
|
|
}
|
|
.DxStatusBarItem-right{
|
|
background-color:transparent;
|
|
color:#000;
|
|
border-right:1px none threedface;
|
|
font-family:Sans-Serif;
|
|
font-size:12;
|
|
}
|
|
|
|
|
|
@media print {
|
|
.notprint {
|
|
display:none;
|
|
}
|
|
.forprint {
|
|
display:inline;
|
|
}
|
|
}
|
|
@media screen {
|
|
.notprint {
|
|
display:inline;
|
|
}
|
|
.forprint {
|
|
width:0px;
|
|
height:0px;
|
|
overflow:hidden;
|
|
}
|
|
}
|
|
.ycTextField{
|
|
background-color:white;
|
|
color:#FF0000;
|
|
border:1px solid #FF0000;
|
|
font-family:Sans-Serif;
|
|
font-size:12;
|
|
}
|
|
|
|
.yzcxDxTitlePanel-title{
|
|
background-repeat:repeat-x;
|
|
cursor:default;
|
|
color:windowtext;
|
|
background-image:url(../../images/wygl/new/c5.gif);
|
|
font-size:12px;
|
|
font-family:Sans-Serif;
|
|
|
|
/*border:1px none #CBD0D3;*/
|
|
border-left:1px solid #114F78;
|
|
border-top:1px solid #114F78;
|
|
border-bottom:1px solid #114F78;
|
|
border-right:1px solid #114F78;
|
|
|
|
}
|
|
.yzcxDxTitlePanel-title-text{
|
|
text-decoration:none;
|
|
color:#000;
|
|
background:transparent;
|
|
font-size:14px;
|
|
font-family:仿宋;
|
|
text-align:middle;
|
|
font-weight:bold;
|
|
}
|
|
.yzcxDxTitlePanel-content{
|
|
font-size:12px;
|
|
font-family:Sans-Serif;
|
|
color:windowtext;
|
|
background:white;
|
|
/*border-top:1px solid #114F78;*/
|
|
border-left:1px solid #114F78;
|
|
border-bottom:1px solid #114F78;
|
|
border-right:1px solid #114F78;
|
|
}
|
|
|
|
.yzDxLabel{
|
|
background-color:transparent;
|
|
color:#0000FF;
|
|
border:1px none #b9cfd8;
|
|
font-family:Sans-Serif;
|
|
font-size:13;
|
|
font-weight:bold;
|
|
display:inline;
|
|
vertical-align:middle;
|
|
}
|
|
.rep-sorted-asc{background: url("../../resource/core/sortarrow.gif") no-repeat 98% 7px;}
|
|
.rep-sorted-desc{background: url("../../resource/core/sortarrow.gif") no-repeat 98% -13px;}
|
|
|
|
|
|
|
|
.WatWebContainerTab{
|
|
color:#000;
|
|
background:transparent;
|
|
font-size:12px;
|
|
font-family:Sans-Serif;
|
|
}
|
|
|
|
.WatWebContainerTab-head-content{
|
|
cursor:hand;
|
|
}
|
|
.WatWebContainerTab-head-left{
|
|
background-repeat:no-repeat;
|
|
background-image:url(../core/tab_left.gif);
|
|
}
|
|
.WatWebContainerTab-head-left-selected{
|
|
background-repeat:no-repeat;
|
|
background-image:url(../core/tab_left_s.gif);
|
|
}
|
|
.WatWebContainerTab-head-left-mouseover{
|
|
background-repeat:no-repeat;
|
|
background-image:url(../core/tab_left_in.gif);
|
|
}
|
|
|
|
.WatWebContainerTab-head-mid{
|
|
background-repeat:repeat-x;
|
|
background-image:url(../core/tab_mid.gif);
|
|
}
|
|
.WatWebContainerTab-head-mid-selected{
|
|
background-repeat:repeat-x;
|
|
background-image:url(../core/tab_mid_s.gif);
|
|
}
|
|
.WatWebContainerTab-head-mid-mouseover{
|
|
background-repeat:repeat-x;
|
|
background-image:url(../core/tab_mid_in.gif);
|
|
}
|
|
|
|
.WatWebContainerTab-head-mid-text{
|
|
text-align:center;
|
|
vertical-align:middle;
|
|
font-size:12px;
|
|
font-family:Sans-Serif;
|
|
color:#000;
|
|
}
|
|
.WatWebContainerTab-head-right{
|
|
background-repeat:no-repeat;
|
|
background-image:url(../core/tab_right.gif);
|
|
}
|
|
.WatWebContainerTab-head-right-selected{
|
|
background-repeat:no-repeat;
|
|
background-image:url(../core/tab_right_s.gif);
|
|
}
|
|
.WatWebContainerTab-head-right-mouseover{
|
|
background-repeat:no-repeat;
|
|
background-image:url(../core/tab_right_in.gif);
|
|
}
|
|
.WatWebContainerTab-head-button{
|
|
background-color:threedface;
|
|
}
|
|
.WatWebContainerTab-content{
|
|
border:1px solid #b9cfd8;
|
|
overflow:hidden;
|
|
}
|
|
|
|
.DxSpinEdit{
|
|
border:1px solid #b9cfd8;
|
|
}
|
|
.DxSpinEdit-input{
|
|
border-style:none;
|
|
text-align:left;
|
|
}
|
|
.DxSpinEdit-up-image{
|
|
background-image:url(../core/ArrUp.gif);
|
|
background-repeat:no-repeat;
|
|
border-color:white;
|
|
}
|
|
.DxSpinEdit-up-image-mouseover{
|
|
background-image:url(../core/ArrUpIn.gif);
|
|
background-repeat:no-repeat;
|
|
border-color:white;
|
|
}
|
|
.DxSpinEdit-down-image{
|
|
background-image:url(../core/ArrDown.gif);
|
|
background-repeat:no-repeat;
|
|
border-color:white;
|
|
}
|
|
.DxSpinEdit-down-image-mouseover{
|
|
background-image:url(../core/ArrDownIn.gif);
|
|
background-repeat:no-repeat;
|
|
border-color:white;
|
|
}
|
|
|
|
|
|
|
|
|
|
.DxPanelBj{
|
|
text-decoration:none;
|
|
font-size:12px;
|
|
font-family:Sans-Serif;
|
|
background:#F0F8FE;
|
|
color:windowtext;
|
|
border:1px none #b8ced7;
|
|
cursor:default;
|
|
}
|
|
|
|
|
|
.DxPanelnoborder{
|
|
text-decoration:none;
|
|
font-size:12px;
|
|
font-family:Sans-Serif;
|
|
background:transparent;
|
|
color:windowtext;
|
|
border:1px none #b8ced7;
|
|
cursor:default;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.DxPopGridTextbj{
|
|
color:#6600FF;
|
|
border-top:1px none #539CD6;
|
|
border-left:1px none #539CD6;
|
|
border-right:1px none #539CD6;
|
|
border-bottom:1px solid #539CD6;
|
|
background:transparent;
|
|
}
|
|
|
|
.DxPopGridTextbj-icon{
|
|
background-color:transparent;
|
|
border-style:none;
|
|
background-repeat:no-repeat;
|
|
width:16;
|
|
height:16;
|
|
align:center;
|
|
background:transparent url(../../images/wygl/new/green_arrow.gif) no-repeat scroll 0 -2px;
|
|
overflow:hidden;
|
|
}
|
|
|
|
|
|
.DxCoolTextFieldyctop1{
|
|
color:#6600FF;
|
|
border-top:1px none #A5A6A5;
|
|
border-left:1px none #A5A6A5;
|
|
border-right:1px solid #A5A6A5;
|
|
border-bottom:1px solid #A5A6A5;
|
|
background:transparent;
|
|
}
|
|
|
|
|
|
.DxCoolTextFieldycbottom{
|
|
color:#6600FF;
|
|
border-top:1px solid #A5A6A5;
|
|
border-left:1px solid #A5A6A5;
|
|
border-right:1px none #A5A6A5;
|
|
border-bottom:1px none #A5A6A5;
|
|
background:transparent;
|
|
}
|
|
|
|
.DxCoolTextFieldycnone{
|
|
color:#6600FF;
|
|
border-top:1px solid #A5A6A5;
|
|
border-left:1px none #A5A6A5;
|
|
border-right:1px solid #A5A6A5;
|
|
border-bottom:1px none #A5A6A5;
|
|
background:transparent;
|
|
}
|
|
.DxCoolTextFieldycnone1{
|
|
color:#6600FF;
|
|
border-top:1px none #A5A6A5;
|
|
border-left:1px solid #A5A6A5;
|
|
border-right:1px none #A5A6A5;
|
|
border-bottom:1px solid #A5A6A5;
|
|
background:transparent;
|
|
}
|
|
|
|
.DxFramenone{
|
|
text-decoration:none;
|
|
font-size:12px;
|
|
font-family:Sans-Serif;
|
|
|
|
background:transparent;
|
|
color:#000;
|
|
cursor:default;
|
|
|
|
border:1px none #b8ced7;
|
|
}
|
|
|
|
.DxTextAreabj{
|
|
color:#000;
|
|
background:transparent;
|
|
border-style:none;
|
|
border-color:#b9cfd8;
|
|
border-width:0;
|
|
}
|
|
.DxNavegator{
|
|
border-style:none;
|
|
position:relative;
|
|
border:1 solid #b9cfd8;
|
|
background-color:#F2F2F2;
|
|
}
|
|
.DxNavegator-firstButton{
|
|
cursor:hand;
|
|
border-style:outset;
|
|
line-height:8px;
|
|
width:100%;
|
|
height:100%;
|
|
font-size:13px;
|
|
font-family:Webdings;
|
|
}
|
|
.DxNavegator-preButton{
|
|
cursor:hand;
|
|
border-style:outset;
|
|
line-height:8px;
|
|
width:100%;
|
|
height:100%;
|
|
font-size:13px;
|
|
font-family:Webdings;
|
|
}
|
|
.DxNavegator-text{
|
|
width:100%;
|
|
text-align:center;
|
|
font-size:12px;
|
|
font-family:Sans-Serif;
|
|
}
|
|
.DxNavegator-nextButton{
|
|
cursor:hand;
|
|
border-style:outset;
|
|
line-height:8px;
|
|
width:100%;
|
|
height:100%;
|
|
font-size:13px;
|
|
font-family:Webdings;
|
|
}
|
|
.DxNavegator-lastButton{
|
|
cursor:hand;
|
|
border-style:outset;
|
|
line-height:8px;
|
|
width:100%;
|
|
height:100%;
|
|
font-size:13px;
|
|
font-family:Webdings;
|
|
}
|
|
|
|
.DxRadioGroupNoborder{
|
|
text-decoration:none;
|
|
font-size:12px;
|
|
font-family:Sans-Serif;
|
|
|
|
background:transparent;
|
|
color:#000;
|
|
cursor:default;
|
|
|
|
border:1px none #b8ced7;
|
|
}
|
|
|
|
.DxFrameNoBk{
|
|
text-decoration:none;
|
|
font-size:12px;
|
|
font-family:Sans-Serif;
|
|
|
|
background:transparent;
|
|
color:#000;
|
|
cursor:default;
|
|
|
|
border:0px solid #b8ced7;
|
|
}
|
|
|
|
.DxTitleLabel-bkimage{
|
|
background-color:transparent;
|
|
color:#000;
|
|
border:1px none #b9cfd8;
|
|
font-family:宋体;
|
|
font-size:20;
|
|
font-weight:bold;
|
|
background-image:url(../../images/wygl/new/c6.gif);
|
|
}
|
|
|
|
|
|
.DxHisloginPanel{
|
|
text-decoration:none;
|
|
font-size:12px;
|
|
font-family:Sans-Serif;
|
|
background:transparent;
|
|
color:windowtext;
|
|
border:1px none #b8ced7;
|
|
cursor:default;
|
|
}
|
|
|