622 lines
12 KiB
CSS
622 lines
12 KiB
CSS
@charset "gb2312";
|
||
body{
|
||
padding:0px;
|
||
margin:0 auto;
|
||
|
||
}
|
||
.logo{
|
||
padding-left:1px;height: 100%;width: 110px;
|
||
background: url(/AppMain/resources/images/logo.png) no-repeat center;
|
||
*background: url(/AppMain/resources/images/logo.gif) no-repeat center;
|
||
}
|
||
iframe{ margin:0px; padding:0px;}
|
||
html {overflow: hidden;}
|
||
*{
|
||
padding: 0px;
|
||
margin: 0px; font-family:"΢ÈíÑźÚ";
|
||
}
|
||
td { font-size: 9pt; text-decoration: none }
|
||
a:link {
|
||
text-decoration: none;
|
||
/*color: Black;*/
|
||
}
|
||
a:active {
|
||
text-decoration: none;
|
||
color: Black;
|
||
}
|
||
a:hover { text-decoration: underline}
|
||
a:visited {
|
||
font-size: 9pt;
|
||
color: Black;
|
||
text-decoration: none
|
||
}
|
||
.yellow{ color:#F60;}
|
||
.font14px{ font-size:14px;font-weight:bold;}
|
||
td {font-size: 9pt;}
|
||
|
||
.windowbackground{
|
||
width:100%;
|
||
padding:0px;
|
||
margin:0px; /*0px auto;*/
|
||
background-color: #fff;
|
||
overflow: hidden;
|
||
}
|
||
.pagebackground{
|
||
margin:0px;
|
||
padding:0px;
|
||
border:0px;
|
||
width:100%;
|
||
}
|
||
|
||
.no_border { border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}
|
||
.number { text-align: right}
|
||
.no_border_number { text-align: right; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}
|
||
.pt9white { font-size: 9pt; color: #FFFFFF; text-decoration: none}
|
||
|
||
.allwhite { font-size: 9pt; line-height: 10pt; text-decoration: none; color: #FFFFFF;}
|
||
.orange9pt { font-size: 9pt; color: #FF6600}
|
||
input {
|
||
height: 20px;
|
||
line-height:20px;
|
||
font-size: 9pt;
|
||
text-decoration: none;
|
||
|
||
}
|
||
.mytable {BORDER-RIGHT: black 0px solid; BORDER-TOP: #000000 0px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid}
|
||
.mytd {BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; FONT-SIZE: 9pt; BORDER-LEFT: black 0px solid; COLOR: #000000; BORDER-BOTTOM: black 0px solid}
|
||
.pt11song { FONT-SIZE: 11pt}
|
||
.pt16song { FONT-SIZE: 16pt}
|
||
.pt16songud { FONT-WEIGHT: bold; FONT-SIZE: 16pt; FONT-FAMILY: 'ºÚÌå','ËÎÌå'; TEXT-DECORATION: underline}
|
||
.pt9song { FONT-SIZE: 9pt; FONT-FAMILY: 'ËÎÌå','ºÚÌå';}
|
||
.pt20song { FONT-SIZE: 20pt}
|
||
.pt24song { FONT-SIZE: 24pt}
|
||
.myunderline { TEXT-DECORATION: underline}
|
||
.ModuleTitle { FONT-WEIGHT: normal;font-size: 15px; line-height: 18px; letter-spacing: 2px;padding-left:10px;filter:dropshadow(color=#FFFFFF,offx=1,offy=1,positive=1)}
|
||
.ButtonBar{
|
||
/*background-color:#DCDCDC;*/
|
||
}
|
||
|
||
/***¶¥²ã»¶ÓÑùʽ***/
|
||
.welcome{ width:200px;color:#6c8aa2; text-align:center;}
|
||
.welcome a{ color:#6c8aa2; font-weight:bold;}
|
||
.welcome a:hover{ color:#000; text-decoration:none;}
|
||
|
||
/*¶¥²ãÕÚÕÖЧ¹û*/
|
||
.overdiv_top{
|
||
left:0px;
|
||
top:0px;
|
||
position:absolute;
|
||
z-index:100;
|
||
width:300px;
|
||
padding:0 10px;
|
||
line-height:25px;
|
||
border:1px solid #cccccc;
|
||
background:#f0f0f0;
|
||
/*-moz-opacity:0.07;*/
|
||
/*filter:alpha(opacity=80);*/
|
||
display:none;
|
||
}
|
||
|
||
.groupboxmaxcontent{
|
||
background:#fff;
|
||
font-weight: normal;
|
||
padding:0px;
|
||
margin:0px;
|
||
padding-top: 0px;
|
||
overflow: hidden;
|
||
width:100%;
|
||
height:100%;
|
||
}
|
||
.LoweredArea{
|
||
font-weight: normal;
|
||
padding-top: 0px;
|
||
overflow: hidden;
|
||
width:100%;
|
||
height:100%;
|
||
/*background-color: #DCDCDC;
|
||
border-style: solid;
|
||
border-color: #AAAAAA #ECECEC #ECECEC #AAAAAA;
|
||
border-width:1px;*/
|
||
}
|
||
|
||
.groupboxmaxcontentscroll{
|
||
font-weight: normal;
|
||
padding-top: 0px;
|
||
overflow: scroll;
|
||
overflow-x:scroll;
|
||
overflow-y:scroll;
|
||
width:100%;
|
||
height:100%;
|
||
/*background-color: #DCDCDC;
|
||
border-style: solid;
|
||
border-color: #ECECEC #AAAAAA #AAAAAA #ECECEC;
|
||
border-width:1px;*/
|
||
}
|
||
|
||
.groupboxmaxcontentpillow{
|
||
font-weight: normal;
|
||
padding-top: 0px;
|
||
overflow: hidden;
|
||
width:100%;
|
||
height:100%;
|
||
/*background-color: #DCDCDC;
|
||
border-style: solid;
|
||
border-color: #888888 #ECECEC #ECECEC #888888;
|
||
border-width:1px;*/
|
||
}
|
||
|
||
.groupboxmaxpage{
|
||
font-weight: normal;
|
||
padding-top: 0px;
|
||
overflow: hidden;
|
||
width:100%;
|
||
height:100%;
|
||
/*background-color: #DCDCDC;
|
||
border-style: solid;
|
||
border-color: #E7E7DA;
|
||
border-width:0px;*/
|
||
}
|
||
|
||
.groupboxheader{
|
||
color:#FFFFFF;
|
||
font-weight:bold;
|
||
line-height:22px;
|
||
height:23px;
|
||
border-bottom: 0px solid #8D8D80;
|
||
font-size : 9pt;
|
||
}
|
||
.groupboxheader_grey{
|
||
color:#FFFFFF;
|
||
border-bottom: 0px solid #8D8D80;
|
||
font-size : 9pt;
|
||
}
|
||
|
||
.groupboxcornerimg{
|
||
width:19px;
|
||
height:23px;
|
||
}
|
||
.groupboxcornerimg_grey{
|
||
width:19px;
|
||
height:23px;
|
||
}
|
||
.pagetitleimg{
|
||
width:239px;
|
||
height:29px;
|
||
}
|
||
.pagelinkimg{
|
||
width:38px;
|
||
height:10px;
|
||
}
|
||
.pageversion{
|
||
font-size : 9pt;
|
||
color : Gray;
|
||
FONT-FAMILY: Arial, Helvetica, sans-serif;
|
||
}
|
||
|
||
/********************************* tab configuration************************************/
|
||
.tabhead{
|
||
height:1px;
|
||
}
|
||
.tabtd{
|
||
height: 19px;
|
||
}
|
||
|
||
.tabbar{
|
||
height:0px;
|
||
width:100px;
|
||
text-align : right;
|
||
overflow:hidden;
|
||
}
|
||
|
||
.tabcontent{
|
||
border-top: #6c8aa2 1px solid;
|
||
border-bottom: #6c8aa2 2px solid;
|
||
border-left: #6c8aa2 1px solid;
|
||
border-right: #6c8aa2 1px solid;
|
||
background-color:#6c8aa2;
|
||
margin-top:-10px;
|
||
}
|
||
|
||
.tabtext{
|
||
cursor:pointer;
|
||
text-decoration:none;
|
||
cursor:pointer;
|
||
color:#204179;
|
||
}
|
||
|
||
.tabline{
|
||
background:transparent;
|
||
}
|
||
|
||
.tabline1{
|
||
background-color:transparent;
|
||
}
|
||
|
||
.tabsel{
|
||
background:#DCDCDC url(../images/tab/tabs_active.png) repeat-x bottom left;
|
||
border:1px solid #6c8aa2;
|
||
border-bottom:0px;
|
||
padding:4px 10px;
|
||
font-weight: bold;
|
||
margin:0 5px;
|
||
}
|
||
|
||
.tabdesel{
|
||
background:#fff;
|
||
border:1px solid #6c8aa2;
|
||
padding:4px 10px;
|
||
margin:0 5px;
|
||
}
|
||
|
||
.frameheader{
|
||
color: #000000;
|
||
background-color: #CCCCCC;
|
||
cursor: pointer;
|
||
padding-left : 4;
|
||
padding-bottom : 2;
|
||
padding-top : 2;
|
||
}
|
||
|
||
/********************************* style for pages of "Main" type ************************************/
|
||
.RightContentDiv{
|
||
margin:0px;
|
||
padding:0px;
|
||
font-weight: normal;
|
||
padding-top: 0px;
|
||
overflow: hidden;
|
||
width:100%;
|
||
height:100%;
|
||
background:#fff url(../images/common/panel_title.png) repeat-x top;/***ÓÒ²àÁбí±êÌâ±³¾°*/
|
||
/*border:1px solid #6c8aa2;*/
|
||
}
|
||
.left_content_title {
|
||
/*border-bottom: 1px solid #6c8aa2; */
|
||
overflow: hidden;
|
||
background: url(../images/common/panel_title.png) bottom repeat-x;
|
||
}
|
||
.left_content_title span {
|
||
color: #fff; font-weight: bold;
|
||
margin-left: 10px;
|
||
white-space: nowrap;
|
||
display: inline-block;
|
||
height: 22px;
|
||
width: 100%;
|
||
line-height: 22px;
|
||
}
|
||
.content_table{
|
||
padding:0px;
|
||
margin:0px;
|
||
width:100%;
|
||
height:100%;
|
||
}
|
||
.imgDrag{
|
||
padding:0px;
|
||
margin:0px;
|
||
width:100%;
|
||
height:100%;
|
||
cursor: w-resize;
|
||
}
|
||
.mytop{
|
||
padding:0px;
|
||
margin:0px;
|
||
}
|
||
|
||
.mymiddle{
|
||
height:0px;
|
||
}
|
||
.mymiddleShadow{
|
||
height:0px;
|
||
}
|
||
.myleft_left_top_corner{
|
||
width: 0px;
|
||
height:0px;
|
||
}
|
||
.myleft_leftMargin{
|
||
width: 0px;
|
||
}
|
||
.myleft_left_bottom_corner{
|
||
width: 0px;
|
||
height:0px;
|
||
}
|
||
.myleft_top{
|
||
height:0px;
|
||
}
|
||
.myleft_bottom{
|
||
height:0px;
|
||
}
|
||
.myleft_right_top_corner{
|
||
width: 0px;
|
||
height:0px;
|
||
}
|
||
.myleft_rightMargin{
|
||
width: 0px;
|
||
}
|
||
.myleft_right_bottom_corner{
|
||
width: 0px;
|
||
height:0px;
|
||
}
|
||
.mycenter{
|
||
width: 1px;
|
||
}
|
||
.divDrag {
|
||
background: #9cb5cf;
|
||
}
|
||
.mycenter_top{
|
||
width: 0px;
|
||
overflow:hidden;
|
||
height:0px;
|
||
}
|
||
.mycenter_bottom{
|
||
overflow:hidden;
|
||
width: 0px;
|
||
height:0px;
|
||
}
|
||
.myright_left_top_corner{
|
||
width: 0px;
|
||
height:0px;
|
||
overflow:hidden;
|
||
}
|
||
.myright_leftMargin{
|
||
width: 0px;
|
||
overflow:hidden;
|
||
}
|
||
.myright_left_bottom_corner{
|
||
width: 0px;
|
||
height:0px;
|
||
}
|
||
.myright_left_bottom_corner{
|
||
width: 0px;
|
||
height:0px;
|
||
overflow:hidden;
|
||
}
|
||
.myright_top{
|
||
height:0px;
|
||
overflow:hidden;
|
||
}
|
||
.myright_bottom{
|
||
height:0px;
|
||
overflow:hidden;
|
||
}
|
||
.myright_right_top_corner{
|
||
width: 0px;
|
||
height:0px;
|
||
overflow:hidden;
|
||
|
||
}
|
||
.myright_rightMargin{
|
||
width: 0px;
|
||
overflow:hidden;
|
||
}
|
||
.myright_right_bottom_corner{
|
||
width: 0px;
|
||
overflow:hidden;
|
||
height:0px;
|
||
}
|
||
|
||
/********************************* style for pages of "List" type ************************************/
|
||
.ListPage{
|
||
/*background-color: #DCDCDC;*/
|
||
padding:0px;
|
||
margin-bottom : 0px;
|
||
margin-left : 0px;
|
||
margin-right : 0px;
|
||
margin-top : 0px;
|
||
overflow:scroll;
|
||
overflow-x:visible;
|
||
overflow-y:visible;
|
||
}
|
||
.ListTitle{
|
||
height:5px;
|
||
background-color: #ccc;
|
||
}
|
||
.buttonback{
|
||
height:32px;
|
||
}
|
||
.buttontd{
|
||
}
|
||
.ListCriteriaTd{
|
||
height:1px;
|
||
}
|
||
.ListButtonArea{
|
||
height:1px;
|
||
}
|
||
.ListDWArea{
|
||
padding:0px;
|
||
margin:0px;
|
||
width:100%;
|
||
}
|
||
.ListBottomArea{
|
||
height:0px;
|
||
}
|
||
.ListHorizontalBar{
|
||
height:4px;
|
||
}
|
||
.ListDetailAreaTD{
|
||
}
|
||
|
||
/********************************* style for pages of "Info" type ************************************/
|
||
.InfoPage{
|
||
background-color: #fff;
|
||
margin-bottom : 0px;
|
||
margin-left : 0px;
|
||
margin-right : 0px;
|
||
margin-top : 0px;
|
||
overflow:scroll;
|
||
overflow-x:visible;
|
||
overflow-y:visible;
|
||
}
|
||
.InfoTitle{
|
||
height:5px;
|
||
}
|
||
.InfoCriteriaTd{
|
||
height:0px;
|
||
}
|
||
.InfoButtonArea{
|
||
height:0px;
|
||
}
|
||
.InfoDWArea{
|
||
}
|
||
.InfoBottomArea{
|
||
height:0px;
|
||
}
|
||
.InfoHorizontalBar{
|
||
height:4px;
|
||
}
|
||
.InfoDetailAreaTD{
|
||
}
|
||
|
||
/********************************* style for pages of "Report" type ************************************/
|
||
.ReportPage{
|
||
/*background-color: #DCDCDC;*/
|
||
margin-bottom : 0px;
|
||
margin-left : 0px;
|
||
margin-right : 0px;
|
||
margin-top : 0px;
|
||
overflow:scroll;
|
||
overflow-x:visible;
|
||
overflow-y:visible;
|
||
}
|
||
|
||
/********************************* style for pages of "Dialog" type ************************************/
|
||
.ShowModalPage{
|
||
background:#fff;
|
||
}
|
||
|
||
/********************************* style for pages of "DOFilter" ************************************/
|
||
.DOFilterOperatorSelect{
|
||
width:120px;
|
||
}
|
||
.FilterButtonTd{
|
||
width:1px;
|
||
vertical-align: bottom;
|
||
}
|
||
.FilterHeaderTd{
|
||
background-color: #ebebeb;
|
||
}
|
||
.FilterSubmitTd{
|
||
padding-top: 10px;
|
||
border-top: 2px solid #fff;
|
||
/*background-color: #ebebeb;*/ /**²éѯÌõ¼þbutton°´Å¥±³¾°**/
|
||
}
|
||
.DOFilterHint{
|
||
color:#666666;
|
||
}
|
||
.FilterIcon{
|
||
width:19px;
|
||
height:19px;
|
||
background-image:url(../images/common/plus.gif);
|
||
cursor:pointer;
|
||
}
|
||
.FilterIcon2{
|
||
width:19px;
|
||
height:19px;
|
||
background-image:url(../images/common/minus.gif);
|
||
cursor:pointer;
|
||
}
|
||
|
||
/********************************* style for pages of "workflow" ************************************/
|
||
.ActionSelect{
|
||
width:100%;
|
||
height:100%;
|
||
}
|
||
|
||
/********************************* style for pages of "ScriptEditor" ************************************/
|
||
.Script_TextArea{
|
||
overflow: auto;
|
||
border: none;
|
||
width:100%
|
||
}
|
||
.Help_TextArea{
|
||
background-color: #DCDCDC;
|
||
overflow: auto;
|
||
border: none;
|
||
width:100%;
|
||
MARGIN: 3px;
|
||
PADDING: 3px;
|
||
}
|
||
.CommentEditor{
|
||
background-color: #ffffff;
|
||
overflow: auto;
|
||
LINE-HEIGHT: normal;
|
||
border: inset 2px;
|
||
width:100%;
|
||
height:100%;
|
||
MARGIN: 3px;
|
||
PADDING: 3px;
|
||
}
|
||
|
||
/***µ¯³ö´°¿Ú±êÌâ**/
|
||
.dialog_title{background:#b4d3ff}
|
||
.dialog_table {border:1px solid #ccc;border-right:0px;border-top:0px;}
|
||
.dialog_table .title{ background:url(../images/common/table_title_bg.jpg) repeat-x bottom; line-height:18px; font-weight:bold;}
|
||
.dialog_table td {
|
||
border:1px solid #ccc;
|
||
line-height:22px;
|
||
padding-left:5px;
|
||
padding-right:5px;
|
||
border-bottom:0px;
|
||
border-left:0px;
|
||
}
|
||
.message_bg {
|
||
position: absolute;
|
||
top: 0; left: 0;
|
||
background: #777;
|
||
opacity: 0.8;
|
||
filter: alpha(opacity=80);
|
||
width: 100%; height: 100%;
|
||
z-index: 1000;
|
||
}
|
||
.message_div {
|
||
background: #fff;
|
||
position: absolute;
|
||
font: 12px/1.6em Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||
left: 50%;
|
||
margin-left: -200px;
|
||
width: 400px;
|
||
text-align: center;
|
||
line-height: 25px;
|
||
z-index: 1001;
|
||
border: 1px solid #ccc;
|
||
}
|
||
.message_title {
|
||
margin: 0; padding: 3px;
|
||
background: #336699;
|
||
filter: progid:DXImageTransform.Microsoft.Alpha(startX=20, startY=20, finishX=100, finishY=100,style=1,opacity=75,finishOpacity=100);
|
||
opacity: 0.75;
|
||
height: 18px;
|
||
font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||
color: #fff;
|
||
}
|
||
.view_left div {
|
||
width: 100%; height: 100%;
|
||
}
|
||
.view_left div a {
|
||
display: none;
|
||
}
|
||
|
||
/*È«¾ÖwebkitºËÐÄä¯ÀÀÆ÷»®ÌõÃÀ»¯*/
|
||
/* ÉèÖùö¶¯ÌõµÄÑùʽ */
|
||
::-webkit-scrollbar {
|
||
width: 8px;
|
||
height: 8px;
|
||
background: none;
|
||
}
|
||
|
||
/* ¹ö¶¯²Û */
|
||
::-webkit-scrollbar-track {
|
||
/*box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
|
||
border-radius: 8px;*/
|
||
background: none;
|
||
}
|
||
|
||
/* ¹ö¶¯Ìõ»¬¿é */
|
||
::-webkit-scrollbar-thumb {
|
||
border-radius: 8px;
|
||
background: #ffd3b7;
|
||
-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
|
||
}
|
||
/* ʧ½¹ºó»¬¿é */
|
||
::-webkit-scrollbar-thumb:window-inactive {
|
||
background: #d9d9d9;
|
||
}
|