git-svn-id: http://xe-core.googlecode.com/svn/trunk@1822 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-28 06:51:15 +00:00
parent c8c89ec01b
commit 2bc91e1c14
6 changed files with 27 additions and 26 deletions

View file

@ -7,13 +7,13 @@ body { margin:0; }
#layout_zx { cursor:default; }
#layout_zx .lo_top { background:url(../images/red/top_bg.gif) repeat-x; height:100px; }
#layout_zx .lo_top .logo { background:url(../images/red/top_bg_center.gif) no-repeat; width:1040px; height:100px; text-align:left; margin-left:10px;}
#layout_zx .lo_top .logo { background:url(../images/red/top_bg_center.gif) no-repeat; height:100px; text-align:left; margin-left:10px;}
#layout_zx .lo_menu { background:url(../images/red/bg.gif) repeat-x; height:45px; }
#layout_zx .lo_menu .a_left { background:url(../images/red/opening.gif) right no-repeat; height:35px; width:10px; }
#layout_zx .lo_menu .a_right { background:url(../images/red/closing.gif) left no-repeat; height:35px; }
#layout_zx .lo_menu .a_center { width:1040px; }
#layout_zx .lo_menu .a_center { width:940px; }
#layout_zx .lo_menu .a_center .a_menu { float:right; }
#layout_zx .lo_menu .a_center .item { width:80px; height:24px;float:left; text-align:center; padding:11px 5px 0px 5px; overflow:hidden; white-space:nowrap; }
#layout_zx .lo_menu .a_center .item a { font-family:Tahoma;font-size:11px; font-weight:bold; color:#EFD8DC }
@ -27,10 +27,10 @@ body { margin:0; }
#layout_zx .lo_menu .shadow { background:url(../images/red/shadow.gif) repeat-x; height:10px; }
#layout_zx .main_body_cell { width:1020px; }
#layout_zx .tbl_home_layout { margin-top:-10px; table-layout:fixed; width:1020px;}
#layout_zx .main_body_cell { width:940px; }
#layout_zx .tbl_home_layout { margin-top:-10px; table-layout:fixed; }
#layout_zx .tbl_home_layout .l_left { width:220px; background:#F6F6F6; }
#layout_zx .tbl_home_layout .l_center { width:800px;}
#layout_zx .tbl_home_layout .l_center { width:720px;}
#layout_zx .tbl_home_layout .l_line { width:1px; background:#F1F2F3; }
#layout_zx .submenu { padding:10px; }
@ -47,7 +47,7 @@ body { margin:0; }
#layout_zx .submenu .last { border-bottom:none; }
#layout_zx .cprt { height:55px; background:url(../images/red/copyright_bg.gif); text-align:center; }
#layout_zx .cprt .fixed { width:880px; margin-left:auto; margin-right:auto; text-align:left; }
#layout_zx .cprt .fixed { margin-left:auto; margin-right:auto; text-align:left; }
#layout_zx .cprt .desc { width:500px; margin-left:190px; font-family:Tahoma; font-size:11px; color:#797771; position:absolute; text-align:center; padding-top:20px; }
#layout_zx .cprt .logo { background:url(../images/red/copyright_zbxe.gif) no-repeat; width:120px; height:55px; float:right; }