| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026 |
- .bannerbutton{
- background:url(images/banner3.gif);
- position:absolute;
- height:100%;
- z-index:9900002;
- width:100%;
- }
-
- .leftHeader{float:left;width:400px;height:100%;background:url(images/banner1.gif)}
- .rightHeader{float:right;width:600px;height:100%;background:url(images/banner2.gif) right 0;overflow:hidden}
- .topover{
- color:white;
- font-size:12px;
- float: rigth;
- padding:3px;
- text-decoration: none;
- }
- .bannerbody{
- border-bottom:1px solid #62ABD9;
- }
- .colorScheme,.bannerTitle {
- list-style: none outside none;
- position:absolute;
- right:0px;
- z-index:9999;
- float:right;
- width:70%;
- }
- .colorScheme a {
- cursor: pointer;
- float: rigth;
- height: 15px;
- margin: 0 5px;
- width: 15px;
- }
- .colorScheme .red {
- background-color: red;
- }
- .colorScheme .orange {
- background-color: orange;
- }
- .colorScheme .pink {
- background-color: pink;
- }
- .colorScheme .green {
- background-color: green;
- }
- .colorScheme .blue {
- background-color: blue;
- }
- .colorScheme .indigo {
- background-color: indigo;
- }
- .colorScheme .violet {
- background-color: violet;
- }
- .colorScheme .grey {
- background-color: grey;
- }
- body{
- margin-left:0px;
- margin-top:0px;
- margin-right:0px;
- margin-bottom:0px;
- overflow-x:auto;
- overflow-y:auto;
- font-size:12px;
- font-family:微软雅黑,宋体;
- background-color:white;
- }
- p {
- margin: 4px,auto;
- }
- form {
- margin:0px;
- }
- body,div{
- scrollbar-face-color: #C2E2FB;
- scrollbar-highlight-color: #D1D7DC;
- scrollbar-shadow-color: #98AAB1;
- scrollbar-3dlight-color: #ffffff;
- scrollbar-arrow-color: #006699;
- scrollbar-track-color: #EFEFEF;
- scrollbar-darkshadow-color: #EFEFEF;
- }
- a,table,td,tr,input,select,span,div,textarea,p{
- font-size:12px;
- font-family:微软雅黑,宋体;
- }
-
- /*FRAME上的导航栏 background-color:#dcdfe5;*/
- .navigator{
- position:absolute;
- height:25px;
- top:0px;
- z-index:9900000;
- width:100%;
- background:#fafafa url('images/navigator_bg.gif');
- }
- .navigator_table{
- padding-top:4px;
- width:100%;
- height:20px;
- }
- /*页面上导航栏*/
- .content_navigator{
- display:none;
- width:100%;
- background:#dcdfe5;
- }
- /*单记录表格背景*/
- .dataTable{
- background-color:white;
- }
- /*用于单记录表格*/
- .fieldset {
- text-align:left;
- border:#A6C9F7 1px solid;
- }
- /*用于多记录表格*/
- .fieldset2 {
- text-align:left;
- border:white;
- }
- .fieldset3 {
- text-align:left;
- border:#A6C9F7 1px solid;
- padding-top:4px;
- padding-bottom:4px;
- }
- .tablediv{
- display:block;
- padding:4px,4px;
- background-color:white;
- }
- .legend{
-
- }
-
- /*单记录表-信息单元格*/
- .tdprompt{
- text-align:right;
- height:21px;
- }
- /*单记录表-录入单元格*/
- .tdinput{
- padding-left:5px;
- padding-right:2px;
- background-color:white;
- height:21px;
- text-align:left;
- }
- /*单记录表-信息单元格-必录项*/
- .tdprompt_n{
- text-align:right;
- height:21px;
- color:blue;
- }
- /*单记录表-信息单元格-基础项*/
- .tdprompt_sn{
- text-align:right;
- height:21px;
- color:#be0101;
- }
- /*文件上传*/
- .filebox{
- margin:1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width:100%;
- height:21px;
- background-color:white;
- }
-
- /*提示信息框*/
- .labelbox{
- margin:1px;
- text-align:center;
- color: #000000;
- width:100%;
- }
- /*单行文本输入框*/
- .textbox{
- margin:1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width:100%;
- height:21px;
- background-color:white;
- }
- /*银行账号输入文本,与textbox一样*/
- .bankaccount{
- margin:1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width:100%;
- height:21px;
- background-color:white;
- }
-
- .bankaccounthid{
- margin:1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width:100%;
- height:21px;
- background-color:white;
- }
- /*单行文本输入框-不允许拷贝复制*/
- .notpastebox{
- margin:1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width:100%;
- height:21px;
- background-color:white;
- }
- /*快速检索列表-输入框*/
- .searchgridbox{
- margin:1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width:100%;
- height:21px;
- background-color:white;
- }
-
- /*下拉框*/
- .combobox{
- margin:1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width:100%;
- background-color:white;
- }
-
- /*可录入下拉框*/
- .incombox{
- margin:1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width:100%;
- background-color:white;
- }
- /*可录入远程查询下拉框*/
- .dbcombox{
- margin:1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width:100%;
- background-color:white;
- }
- /*联动下拉框*/
- .ldcombox{
- margin:1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width:100%;
- background-color:white;
- }
- /*证件号码下拉框*/
- .zjcombox{
- border: #B5B8C8 1px solid;
- color: #000000;
- width:100%;
- background-color:white;
- }
- /*证件号码输入框*/
- .zjtextbox{
- margin:1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width:100%;
- height:21px;
- background-color:white;
- }
- /*日期输入框*/
- .datebox{
- margin:1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width:100%;
- height:21px;
- background-color:white;
- }
-
- /*日期以及时间输入框*/
- .datetime{
- margin:1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width:100%;
- height:21px;
- background-color:white;
- }
-
- /*日期以及时间输入框*/
- .datetimenew{
- margin:1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width:100%;
- height:21px;
- background-color:white;
- }
-
- /*单行文本-数值输入框*/
- .numberbox{
- margin:1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width:100%;
- height:21px;
- background-color:white;
- text-align:right;
- padding-right:5px;
- ime-mode:disabled;
- }
- /*单行文本-浮点型输入框*/
- .floatbox{
- margin:1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width:100%;
- height:21px;
- background-color:white;
- text-align:right;
- padding-right:5px;
- ime-mode:disabled;
- }
- /*单行文本-中文输入框*/
- .chinessbox{
- margin:1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width:100%;
- height:21px;
- background-color:white;
- }
-
- /*单行文本-年月输入框*/
- .yearmonthbox{
- margin:1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width:100%;
- height:21px;
- background-color:white;
- ime-mode:disabled;
- }
-
- /*单行文本-时分秒输入框*/
- .timebox{
- margin:1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width:100%;
- height:21px;
- background-color:white;
- }
- /*单行文本-邮政编码输入框*/
- .postbox{
- margin:1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width:100%;
- height:21px;
- background-color:white;
- }
-
- /*单行文本-电话号码输入框*/
- .phonebox{
- margin:1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width:100%;
- height:21px;
- background-color:white;
- }
-
- /*单行文本-身份证号码输入框*/
- .idcardbox{
- margin:1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width:100%;
- height:21px;
- background-color:white;
- ime-mode:disabled;
- }
-
- /*多行文本输入框*/
- .textareabox{
- margin:1px;
- word-wrap: break-word;
- word-break: break-all;
- border: #B5B8C8 1px solid;
- color: #000000;
- width:100%;
- background-color:white;
- }
- /*按钮的样式*/
- a.buttonlink2 {
- text-align: center;
- background-position: center center;
- height: 20px;
- cursor: hand;
- padding-top:2px;
- padding-left:20px;
- padding-right:20px;
- word-spacing: 6px;
- text-decoration: none;
- background-image: url(images/button.gif);
- border:#7b9ebd 1px solid;
- margin-right:5px;
- }
- a.buttonlink2:link {
- color: #5e78bd; text-decoration: none
- }
- a.buttonlink2:visited {
- color: #5e78bd; text-decoration: none
- }
- a.buttonlink2:active {
- color: #5e78bd; cursor: hand; text-decoration: none
- }
- a.buttonlink2:hover {
- color: #003aa3;
- text-decoration: none;
- background-image: url(images/button_d.gif);
- }
- a.fdj{
- height:16px;
- width: 16px;
- text-align: center;
- background-image:url(images/search.png);
- display:inline-block;
- opacity:0.6;
- filter:alpha(opacity=60);
- }
- a.fdj:hover {
- opacity:0.8;
- filter:alpha(opacity=80);
- }
- /**异常提示样式**/
- .exception-tip {
- margin: 1px 1px 2px 1px;
- height: 98%;
- width:99%;
- background-color: #EEF1F7;
- overflow: hidden;
-
- }
- .exception-tip2 {
- margin:5% 10% 5% 10%;
- height: 70%;
- min-height:300px;
- background-color: #EEF1F7;
- border: #A6C9F7 1px solid;
- padding: 20px;
- overflow: hidden;
- }
- .exception-message-baody {
- width: 100%;
- height: 90%;
- }
- .exception-message {
- font-size: 14px;
- float: left;
- margin: 10px auto;
- width: 80%;
- }
- .exception-btn {
- clear:both;
- text-align: center;
- }
- .exception-alert-btn {
- float:right;
- display: inline-block;
- position: relative;
- margin:2px 2px 10px 2px;
- padding: 0px 20px;
- text-align: center;
- text-decoration: none;
- color: black;
- background: #C2E2FB;
- }
- .exception-alert-btn a{
- list-style: none;
- }
- .exception-context {
- height: 300px;
- overflow: auto;
- margin:2px;
- display: none;
- border: 1px solid #A6C9F7;
- background-color: #FFF;
- }
- .exception-context2 {
- height: 200px;
- overflow:auto;
- margin:0px;
- width:510px;
- display: none;
- background-color: #FFF;
- }
- .exeption-font {
- font-size: 14px;
- }
- .info-message{
- color: blue;
- font-size:14px;
- padding: 5px 10px;
- display: block;
- }
- .error-message{
- color: red;
- font-size:14px;
- padding: 5px 10px;
- display: block;
- }
- .exception-type{
- font-weight: bold;
- font-size: 14px;
- border-bottom: 1px dotted #F26928;
- padding:2px 0px;
- margin: 10px auto;
- }
- .exception-icon{
- width:60px;
- height:100%;
- float: left;
- padding-top:10px;
- }
- .exception-icon span{
- width:40px;
- height:40px;
- overflow:hidden;
- display:inline-block;
- background-size:cover;
- margin-left:10px;
- margin-right: 10px;
- }
- .erroricon{
- background:url(images/error.gif) no-repeat center center;
- }
- .dataicon{
- background:url(images/data.gif) no-repeat center center;
- }
- .validateicon{
- background:url(images/validate.gif) no-repeat center center;
- }
- .infoicon{
- background:url(images/info.gif) no-repeat center center;
- }
-
- .succicon{
- background:url(images/succ.gif) no-repeat center center;
- }
- .exception-btn-background {
- background-color: #EEF1F7;
- position:absolute;
- clear:both;
- margin-top: -30px;
- z-index:1000;
- }
-
- .exception-title{
- height: 26px;
- font-size: 15px;
- color: black;
- padding-top:1px;
- padding-left:10px;
- text-align: left;
- vertical-align: middle;
- background-image: url(images/msg_title_bg.gif);
- }
-
- <!-- 首页的样式 -->
- .blank_td_title{
- padding-left:5px;
- width:100%;
- border:1px solid #ccc;
- background-image:url(images/list_title_bg1.gif);
-
- }
- .blank_td_title2{
- padding-left:5px;
- width:100%;
- border:1px solid #ccc;
- background-image:url(images/list_title_bg2.gif);
-
- }
- .blank_td_content{
- padding-left:5px;
- width:100%;
- cursor:hand;
- border:1px solid #ccc;
- }
- .blank_td_content-over{
- background:white;
- color:gray;
- }
- .err_message_blank_board{
- display:block;
- position:absolute;
- top:10px;
- z-index:97;
- right:10px;
- max-width:768px%;
- }
- /*单条错误消息的样式*/
- .err_message{
- display:block;
- position:relative;
- z-index:99;
- float:right;
- clear:both;
- height:16;
- border:1 solid #FB7C46;
- color: #000000;
- background:#F3E26D;
- }
- /*快捷按钮样式*/
- .menu_btn{
- padding-left:5px;
- padding-right:5px;
- }
- /*工作流引擎样式*/
- .act{
- width:120px;
- border: 1px solid red;
- margin: 6px;
- text-align: center;
- border: #A6C9F7 1px solid;
- float: left;
- }
- .actTitle {
- width:120px;
- height:20px;
- font-weight:bold;
- margin: 2px;
- background-color:#EEF1F7;
- }
- .orgSelect{
- width:120px;
- margin: 2px;
- }
- .accepter {
- width:120px;
- margin: 2px;
- text-align:left;
- }
- .accepter select {
- background-color:#FFF;
- }
- .wfDialogBtn{
- width:98%;
- text-align:right;
- clear: both;
- }
- .div_wf {
- text-align: center;
- }
- .chooseSelf a{
- text-decoration: none;
- }
- .wftextarea{
- border: #B5B8C8 1px solid;
- color: #000000;
- background-color:white;
- }
- .wf_btn{
- color: blue!important;
- }
- /*linkbutton 主要是多记录表单的翻页栏用到*/
- a.l-btn{
- color:black;
- background:url('images/button_a_bg.gif') no-repeat top right;
- font-size:12px;
- text-decoration:none;
- display:inline-block;
- zoom:1;
- line-height:21px;
- padding-right:17px;
- cursor:pointer;
- outline:none;
- }
- a.l-btn-plain{
- background:transparent;
- padding-right:5px;
- border:1px solid transparent;
- _border:0px solid #efefef;
- _padding:1px 6px 1px 1px;
- }
- a.l-btn-disabled{
- color:#9A1818;
- opacity:0.5;
- filter:alpha(opacity=50);
- cursor:default;
- }
- a.l-btn span.l-btn-left{
- display:block;
- background:url('images/button_span_bg.gif') no-repeat top left;
- padding:4px 0px 4px 18px;
- line-height:13px;
- }
- a.l-btn-plain span.l-btn-left{
- background:transparent;
- padding-left:5px;
- }
- a.l-btn span span.l-btn-text{
- display:inline-block;
- height:14px;
- line-height:14px;
- padding:0px;
- }
- a.l-btn span span span.l-btn-empty{
- display:inline-block;
- padding:0px;
- width:16px;
- height:16px;
- }
- a:hover.l-btn{
- background-position: bottom right;
- outline:none;
- }
- a:hover.l-btn span.l-btn-left{
- background-position: bottom left;
- }
- a:hover.l-btn-plain{
- border:1px solid #7eabcd;
- background:url('images/button_plain_hover.png') repeat-x left bottom;
- _padding:0px 5px 0px 0px;
- }
- a:hover.l-btn-disabled{
- background-position:top right;
- }
- a:hover.l-btn-disabled span.l-btn-left{
- background-position:top left;
- }
- a.l-btn:active {color:blue;font-weight: bold}
- input.focus,textarea.focus,select.focus{
- /*border-color:red;
- border-width: 1px;
- border-style:outset; */
- background-color: #FDFDBD;
-
- }
- input.readOnly,textarea.readOnly,select.readOnly{
- background-color: #F0F0F0;
- /*border-bottom-style:hidden;
- border: 0;*/
- }
- input.valueInvalide,textarea.valueInvalide,select.valueInvalide{
- background:#FFFFCC;
- border:1px solid #FC0101;
- }
- /*批量单选按钮和多选按钮的表格布局样式*/
- table.inputSet{
- width:100%;
- }
- #sliderPanel{
- position: relative;
- margin: 50px auto;
- width: 500px;
- height: 560px;
- border:1px solid red;
- }
- #sliderPanel .iframe_list{overflow: hidden; position: relative;width:100%;height:100%;}
- .iframe_list ul{padding: 0; margin: 0;list-style: none; width: 3500px; position: absolute; height:100%; left: 0px;}
- .iframe_list li{padding: 0; margin: 0;list-style: none; float:left; width:500px;height:100%;border:1px solid white;}
- .iframe_list IFRAME{position:relative;width:100%;height:100%;}
- .iframe_list img{position:relative;width:100%;height:100%;}
- /* 左右点击的按钮样式 */
- #sliderPanel .toLeft,#sliderPanel .toRight{
- width: 35px;
- height: 50px;
- border:1px solid yellow;
-
- }
- #sliderPanel .footer{
- margin-top:5px;
- height: 50px;
- border:1px solid red;
- }
- /* 图片对应的按钮样式 */
- .footer .toLeft{background:url('images/left.gif') no-repeat top left; width: 50px; height: 50px; display: block;float:left; }
- .footer .toRight{background:url('images/right.gif') no-repeat top left;width: 50px; height: 50px;float:right; }
- .btn_list ul{padding: 0; margin: 0;list-style: none;padding:0px;height: 50px;float:left;}
- .btn_list li{list-style:none; float: left; margin-right: 10px; color: #999; border: 1px solid #ccc; }
- .btn_list li:hover,.btn_list li.on{ cursor: pointer; border: 1px solid #E204A4;}
- .btn_list li iframe{width: 50px; height: 40px; display: block;float:center; }
- .btn_list li img{width: 50px; height: 40px; display: block;float:center; }BODY{
- scrollbar-face-color: #C2E2FB;
- scrollbar-highlight-color: #D1D7DC;
- scrollbar-shadow-color: #98AAB1;
- scrollbar-3dlight-color: #ffffff;
- scrollbar-arrow-color: #006699;
- scrollbar-track-color: #EFEFEF;
- scrollbar-darkshadow-color: #EFEFEF;
- margin-left:0px;
- margin-top:0px;
- margin-right:0px;
- margin-bottom:0px;
- font-size:12px;
- font-family:微软雅黑,宋体;
- background-color:white;
- }
- .leftbody{
- border-right:1px solid #62ABD9;
- margin-right:0px;
- leftmargin:0px;
- topmargin:0px;
- }
- .menutitle{
- padding-top:2px;
- }
-
- .menubutton {
- cursor: hand;
- height:25;
- background:#fafafa url('images/navigator_bg.gif');
-
- }
- .menubutton_d {
- cursor: hand;
- height:25;
- }
- .treeBox{
- width:100%;
- height:100%;
- padding-top:2px;
- padding-left:1px;
- }
- .hiddentree{
- background:url('images/layout_button_left.gif') no-repeat 3px 4px;
- width:18px;
- height:20px;
- overflow:hidden;
- display:inline-block;
- vertical-align:top;
- opacity:0.6;
- filter:alpha(opacity=60);
- }
- .hiddentree-hover{
- opacity:1.0;
- filter:alpha(opacity=100);
- }
- .expendtree{
- background:url('images/layout_button_right.gif') no-repeat 3px 4px;
- width:18px;
- height:20px;
- overflow:hidden;
- display:inline-block;
- vertical-align:top;
- opacity:0.6;
- filter:alpha(opacity=60);
- }
- .expendtree-hover{
- opacity:1.0;
- filter:alpha(opacity=100);
- }
- /*菜单树表头颜色*/
- #menuTree{
- margin-top:0px;
- border-top:0px solid #D0E5F5;
- }
-
- /*系统header 背景图片*/
- .bannerbutton{
- background:url(images/banner3.gif);
- }
- .leftHeader{background:url(images/banner1.gif)}
- .rightHeader{background:url(images/banner2.gif) right 0;overflow:hidden}
-
-
- #separateLine{
- position:absolute;
- top:0;
- left:0;
- width:100%;
- height:100%;
- margin-top:25px;
- border-left: 0px solid #D0E5F5;
- }
- /*系统 导航栏navigatior 背景色*/
- .navigator{
- }
- .navigator_table{
- padding-top:4px;
- padding-left:-10px;
- width:100%;
- height:20px;
- background:#fafafa url('images/navigator_bg.gif');
- }
- .menubutton {
- cursor: hand;
- height:25;
- background:gray;;
- }
- #menuTree{
- margin-top:2px;
- border-top:1px solid gray;;
- }
- #separateLine{
- position:absolute;
- top:0;
- left:0;
- width:100%;
- height:100%;
- margin-top:25px;
- border-left: 0px solid gray;;
- }
-
- .bannerbutton{
- background:url(images/banner3.gif);
- }
- .leftHeader{background:url(images/header_pink.png)}
- .rightHeader{background:url(images/banner2.gif) right 0;overflow:hidden}
- /*FRAME上的导航栏 background-color:#dcdfe5;*/
- .navigator{
- background:gray;
- }
-
- /*单记录表表头背景色*/
- .fwdatagrid-th-rownum,.fwdatagrid-th-rownum-top,.fwdatagrid-th,.fwdatagrid-th-fixed,.fweditgrid-th,.fweditgrid-th-rownum{
- border-right:1px solid #ccc;
- border-bottom:1px solid #ccc;
- background:pink;
- }
- .fwdatagrid-th-fixed {
- border-right: 1px solid #dddddd;
- background: #f2f2f2;
- border-bottom: 1px solid #dddddd;
- }
- .menubutton {
- cursor: hand;
- height:25;
- background:green;
- }
- #menuTree{
- margin-top:2px;
- border-top:1px solid green;
- }
- #separateLine{
- position:absolute;
- top:0;
- left:0;
- width:100%;
- height:100%;
- margin-top:25px;
- border-left: 0px solid green;
- }
-
- .bannerbutton{
- background:url(images/banner3.gif);
- }
- .leftHeader{background:url(images/header_green.png)}
- .rightHeader{background:url(images/banner2.gif) right 0;overflow:hidden}
- /*FRAME上的导航栏 background-color:#dcdfe5;*/
- .navigator{
- background:green;
- }
|