| @@ -1,6 +1,7 @@ | |||||
| * { | * { | ||||
| padding:0px; | |||||
| margin:0px | |||||
| padding:0; | |||||
| margin:0; | |||||
| box-sizing:border-box | |||||
| } | } | ||||
| html,body { | html,body { | ||||
| width:100%; | width:100%; | ||||
| @@ -13,7 +14,7 @@ body { | |||||
| z-index:1 | z-index:1 | ||||
| } | } | ||||
| body.showmenu { | body.showmenu { | ||||
| background:url(../images/leftmenu_bg.gif) -11px top repeat-y | |||||
| background:url(../images/leftmenu_bg.gif) -10px top repeat-y | |||||
| } | } | ||||
| body.hidemenu { | body.hidemenu { | ||||
| background:none | background:none | ||||
| @@ -33,47 +34,52 @@ form { | |||||
| position:relative | position:relative | ||||
| } | } | ||||
| .top { | .top { | ||||
| height:47px; | |||||
| height:46px; | |||||
| width:100%; | width:100%; | ||||
| background-image:linear-gradient(135deg,#008E38 0%,#639709 100%); | background-image:linear-gradient(135deg,#008E38 0%,#639709 100%); | ||||
| overflow:hidden; | overflow:hidden; | ||||
| clear:both | clear:both | ||||
| } | } | ||||
| .top .top_logo { | .top .top_logo { | ||||
| width:170px; | |||||
| height:37px; | |||||
| margin-top:5px; | |||||
| float:left | |||||
| float:left; | |||||
| margin-left:10px; | |||||
| height:46px; | |||||
| line-height:46px; | |||||
| font-size:24px; | |||||
| font-weight:600; | |||||
| color:#fff | |||||
| } | |||||
| .top .top_version { | |||||
| display:inline-block; | |||||
| margin-top:10px; | |||||
| margin-left:10px; | |||||
| color:#fff | |||||
| } | } | ||||
| .top .top_link { | .top .top_link { | ||||
| float:right; | |||||
| padding:10px 10px 0px 0px | |||||
| float:right | |||||
| } | } | ||||
| .top .top_link ul { | .top .top_link ul { | ||||
| float:left; | float:left; | ||||
| padding:8px 0px 0px 0px; | |||||
| line-height:14px; | |||||
| line-height:46px; | |||||
| overflow:hidden | overflow:hidden | ||||
| } | } | ||||
| .top .top_link ul li.welcome { | .top .top_link ul li.welcome { | ||||
| border-right:none; | border-right:none; | ||||
| color:#A8C280; | |||||
| padding-right:6px | |||||
| color:#fff; | |||||
| padding-right:10px | |||||
| } | } | ||||
| .top .top_link ul li { | .top .top_link ul li { | ||||
| float:left; | float:left; | ||||
| color:#CBDAB3; | |||||
| border-right:1px solid #61910F; | |||||
| margin-right:-1px | |||||
| color:#fff | |||||
| } | } | ||||
| .top .top_link ul li a { | .top .top_link ul li a { | ||||
| color:#CBDAB3; | |||||
| padding-left:11px; | |||||
| padding-right:11px; | |||||
| color:#fff; | |||||
| padding-left:10px; | |||||
| padding-right:10px; | |||||
| text-decoration:none | text-decoration:none | ||||
| } | } | ||||
| .top .top_link ul li a:hover { | .top .top_link ul li a:hover { | ||||
| color:#FFF; | |||||
| color:#fff; | |||||
| text-decoration:underline | text-decoration:underline | ||||
| } | } | ||||
| .top .top_link .quick { | .top .top_link .quick { | ||||
| @@ -107,8 +113,8 @@ form { | |||||
| } | } | ||||
| .topnav { | .topnav { | ||||
| width:100%; | width:100%; | ||||
| height:29px; | |||||
| background:url(../images/admin_top_bg.jpg) left -37px repeat-x; | |||||
| height:30px; | |||||
| background:#333; | |||||
| overflow:hidden; | overflow:hidden; | ||||
| clear:both | clear:both | ||||
| } | } | ||||
| @@ -121,25 +127,18 @@ form { | |||||
| } | } | ||||
| .topnav .menuact a { | .topnav .menuact a { | ||||
| overflow:hidden; | overflow:hidden; | ||||
| color:#999999; | |||||
| padding-left:22px; | |||||
| padding-right:3px; | |||||
| color:#eee; | |||||
| padding-right:10px; | |||||
| text-decoration:none | text-decoration:none | ||||
| } | } | ||||
| .topnav .menuact a:hover { | .topnav .menuact a:hover { | ||||
| color:#FFF; | |||||
| color:#fff; | |||||
| text-decoration:none | text-decoration:none | ||||
| } | } | ||||
| .topnav .menuact #togglemenu { | |||||
| background:url(../images/toggle_menu.gif) 5px 0px no-repeat | |||||
| } | |||||
| .topnav .menuact #allmenu { | |||||
| background:url(../images/allmenu.gif) 5px 0px no-repeat | |||||
| } | |||||
| .nav { | .nav { | ||||
| float:left; | float:left; | ||||
| padding-left:2px; | padding-left:2px; | ||||
| line-height:27px; | |||||
| line-height:26px; | |||||
| color:#999 | color:#999 | ||||
| } | } | ||||
| .nav ul li { | .nav ul li { | ||||
| @@ -148,27 +147,27 @@ form { | |||||
| margin-left:4px | margin-left:4px | ||||
| } | } | ||||
| .nav ul li a { | .nav ul li a { | ||||
| padding:0px 11px 0px 11px; | |||||
| padding:0 10px 0px 10px; | |||||
| color:#FFCC00; | color:#FFCC00; | ||||
| text-decoration:none | text-decoration:none | ||||
| } | } | ||||
| .nav ul li a:hover { | .nav ul li a:hover { | ||||
| color:#FFFFFF | |||||
| color:#fff | |||||
| } | } | ||||
| .nav ul li a.thisclass,.nav ul li a.thisclass:hover { | .nav ul li a.thisclass,.nav ul li a.thisclass:hover { | ||||
| color:#4E8100; | color:#4E8100; | ||||
| display:block; | display:block; | ||||
| font-weight:bold; | font-weight:bold; | ||||
| background:#FFF; | |||||
| background:#fff; | |||||
| line-height:23px; | line-height:23px; | ||||
| border-top:2px solid #FFDE59; | border-top:2px solid #FFDE59; | ||||
| margin-top:4px; | margin-top:4px; | ||||
| padding:0px 10px 0px 10px | |||||
| padding:0 10px 0px 10px | |||||
| } | } | ||||
| .sysmsg { | .sysmsg { | ||||
| height:27px; | |||||
| height:30px; | |||||
| overflow:hidden; | overflow:hidden; | ||||
| line-height:27px; | |||||
| line-height:30px; | |||||
| padding-right:10px; | padding-right:10px; | ||||
| float:right; | float:right; | ||||
| color:#999; | color:#999; | ||||
| @@ -183,10 +182,9 @@ form { | |||||
| display:none | display:none | ||||
| } | } | ||||
| .scroll { | .scroll { | ||||
| padding-top:1px; | |||||
| float:right; | float:right; | ||||
| overflow:hidden; | overflow:hidden; | ||||
| height:25px | |||||
| height:30px | |||||
| } | } | ||||
| .scroll ul { | .scroll ul { | ||||
| }.scroll ul li,.sysmsg ul li a { | }.scroll ul li,.sysmsg ul li a { | ||||
| @@ -194,9 +192,9 @@ form { | |||||
| text-decoration:none | text-decoration:none | ||||
| } | } | ||||
| .scroll ul li { | .scroll ul li { | ||||
| height:27px; | |||||
| height:26px; | |||||
| overflow:hidden; | overflow:hidden; | ||||
| line-height:27px; | |||||
| line-height:26px; | |||||
| float:right; | float:right; | ||||
| clear:both; | clear:both; | ||||
| padding-left:19px; | padding-left:19px; | ||||
| @@ -205,15 +203,10 @@ form { | |||||
| .scroll ul li a:hover { | .scroll ul li a:hover { | ||||
| text-decoration:underline | text-decoration:underline | ||||
| } | } | ||||
| .scroll { | |||||
| padding-right:20px | |||||
| } | |||||
| .scroll a { | .scroll a { | ||||
| padding-left:20px; | |||||
| color:#ffffff; | |||||
| text-decoration:none; | |||||
| margin-right:10px; | |||||
| background:url(../images/ico-sysmsg.png) 3px 1px no-repeat | |||||
| padding-left:10px; | |||||
| color:#fff; | |||||
| text-decoration:none | |||||
| } | } | ||||
| .scroll a:hover { | .scroll a:hover { | ||||
| text-decoration:underline | text-decoration:underline | ||||
| @@ -225,24 +218,24 @@ body.hidemenu .left { | |||||
| display:none | display:none | ||||
| } | } | ||||
| body.showmenu .right { | body.showmenu .right { | ||||
| left:212px | |||||
| left:220px | |||||
| } | } | ||||
| body.hidemenu .right { | body.hidemenu .right { | ||||
| left:0px | |||||
| left:0 | |||||
| } | } | ||||
| .left { | .left { | ||||
| position:absolute; | position:absolute; | ||||
| top:76px; | top:76px; | ||||
| width:212px; | |||||
| left:0px; | |||||
| bottom:0px; | |||||
| width:220px; | |||||
| left:0; | |||||
| bottom:0; | |||||
| z-index:7 | z-index:7 | ||||
| } | } | ||||
| .menu { | .menu { | ||||
| height:100% | height:100% | ||||
| } | } | ||||
| .top_link { | .top_link { | ||||
| font-size:13px | |||||
| font-size:12px | |||||
| } | } | ||||
| .menu iframe { | .menu iframe { | ||||
| height:100%; | height:100%; | ||||
| @@ -253,7 +246,7 @@ body.hidemenu .right { | |||||
| position:absolute; | position:absolute; | ||||
| right:0; | right:0; | ||||
| top:76px; | top:76px; | ||||
| bottom:0px; | |||||
| bottom:0; | |||||
| z-index:7 | z-index:7 | ||||
| } | } | ||||
| .main { | .main { | ||||
| @@ -275,15 +268,15 @@ body.hidemenu .right { | |||||
| width:110px; | width:110px; | ||||
| list-style:none; | list-style:none; | ||||
| border:1px solid #E7E7E7; | border:1px solid #E7E7E7; | ||||
| background:#FFF | |||||
| background:#fff | |||||
| } | } | ||||
| .qucikmenu ul li { | .qucikmenu ul li { | ||||
| display:block; | display:block; | ||||
| text-align:left | text-align:left | ||||
| } | } | ||||
| .qucikmenu ul li a { | .qucikmenu ul li a { | ||||
| height:29px; | |||||
| line-height:29px; | |||||
| height:30px; | |||||
| line-height:30px; | |||||
| display:block; | display:block; | ||||
| color:#666666; | color:#666666; | ||||
| padding-left:10px; | padding-left:10px; | ||||
| @@ -320,42 +313,38 @@ body.hidemenu .right { | |||||
| display:none | display:none | ||||
| } | } | ||||
| .allmenu { | .allmenu { | ||||
| width:726px; | |||||
| background:#FFF; | |||||
| border:4px solid #333; | |||||
| width:720px; | |||||
| background:#fff; | |||||
| border:2px solid #999; | |||||
| z-index:999; | z-index:999; | ||||
| position:absolute; | position:absolute; | ||||
| left:50%; | left:50%; | ||||
| top:38px; | top:38px; | ||||
| margin-left:-350px; | margin-left:-350px; | ||||
| display:none; | display:none; | ||||
| padding:5px 0px | |||||
| padding:10px | |||||
| } | } | ||||
| .allmenu .allmenu-box { | .allmenu .allmenu-box { | ||||
| width:720px; | width:720px; | ||||
| margin:0px auto; | |||||
| margin:0 auto; | |||||
| text-align:left; | text-align:left; | ||||
| overflow:hidden; | overflow:hidden; | ||||
| padding-left:2px | padding-left:2px | ||||
| } | } | ||||
| .maptop { | .maptop { | ||||
| float:left; | float:left; | ||||
| width:113px; | |||||
| width:108px; | |||||
| overflow:hidden; | overflow:hidden; | ||||
| padding-right:3px; | |||||
| padding-left:3px; | |||||
| border-right:1px solid #EEE; | |||||
| border-left:1px solid #EEE; | |||||
| padding-right:6px; | |||||
| padding-left:6px; | |||||
| margin-left:-1px | margin-left:-1px | ||||
| } | } | ||||
| .maptop dt.bigitem { | .maptop dt.bigitem { | ||||
| padding:2px; | |||||
| background:#455656; | |||||
| color:#FFF; | |||||
| line-height:19px; | |||||
| font-weight:bold; | |||||
| margin-bottom:3px; | |||||
| text-indent:3px | |||||
| padding:5px 10px; | |||||
| background:#333; | |||||
| color:#fff; | |||||
| line-height:18px; | |||||
| font-weight:600 | |||||
| } | } | ||||
| .mapitem dt { | .mapitem dt { | ||||
| line-height:21px; | line-height:21px; | ||||
| @@ -364,12 +353,12 @@ body.hidemenu .right { | |||||
| background:#EFF1F1 | background:#EFF1F1 | ||||
| } | } | ||||
| .mapitem ul { | .mapitem ul { | ||||
| margin-top:2px; | |||||
| margin-bottom:5px | |||||
| margin-top:10px; | |||||
| margin-bottom:10px | |||||
| } | } | ||||
| .mapitem ul li { | .mapitem ul li { | ||||
| text-indent:13px; | |||||
| line-height:22px; | |||||
| text-indent:20px; | |||||
| line-height:24px; | |||||
| background:url(../images/arrr.gif) 4px 6px no-repeat | background:url(../images/arrr.gif) 4px 6px no-repeat | ||||
| } | } | ||||
| .allmenu a { | .allmenu a { | ||||
| @@ -404,15 +393,15 @@ input { | |||||
| font-size:12px | font-size:12px | ||||
| } | } | ||||
| input[type="text"],input[type="password"] { | input[type="text"],input[type="password"] { | ||||
| width:219px; | |||||
| width:160px; | |||||
| border-width:1px; | border-width:1px; | ||||
| border-style:solid; | border-style:solid; | ||||
| border-color:#707070 #CECECE #CECECE #707070; | |||||
| border-color:#fff; | |||||
| padding:2px 4px; | padding:2px 4px; | ||||
| height:18px; | height:18px; | ||||
| line-height:18px; | line-height:18px; | ||||
| vertical-align:middle; | vertical-align:middle; | ||||
| background:#FFF url("../images/input.gif") 0 0 no-repeat | |||||
| background:#fff | |||||
| } | } | ||||
| input[type="text"]:focus,input[type="password"]:focus { | input[type="text"]:focus,input[type="password"]:focus { | ||||
| border-color:#6FB1DF; | border-color:#6FB1DF; | ||||
| @@ -424,7 +413,7 @@ input[type="text"]:focus,input[type="password"]:focus { | |||||
| * html input.text { | * html input.text { | ||||
| width:223px; | width:223px; | ||||
| border:1px solid #a7a6aa; | border:1px solid #a7a6aa; | ||||
| background:#FFF url("../images/input.gif") 0 0 no-repeat; | |||||
| background:#fff url(../images/input.gif) 0 0 no-repeat; | |||||
| margin-top:-1px; | margin-top:-1px; | ||||
| margin-right:5px; | margin-right:5px; | ||||
| margin-bottom:0; | margin-bottom:0; | ||||
| @@ -437,28 +426,23 @@ input[type="text"]:focus,input[type="password"]:focus { | |||||
| } | } | ||||
| .allsearch { | .allsearch { | ||||
| float:left; | float:left; | ||||
| margin-top:4px!important; | |||||
| background:#FFF url("../images/input.gif") 0 0 no-repeat; | |||||
| border:1px solid #a7a6aa; | |||||
| padding:2px; | |||||
| height:12px!important; | |||||
| line-height:12px!important; | |||||
| height:19px | |||||
| margin-top:7px!important; | |||||
| border:1px solid #fff; | |||||
| border-radius:2px | |||||
| } | } | ||||
| .np { | .np { | ||||
| width:40px; | width:40px; | ||||
| height:18px; | height:18px; | ||||
| line-height:18px; | line-height:18px; | ||||
| border:none; | border:none; | ||||
| background:url(../images/search_bn.gif) #EFF7D0; | |||||
| color:#fff; | |||||
| background:#57960f; | |||||
| cursor:pointer; | cursor:pointer; | ||||
| margin-top:4px; | |||||
| margin-left:2px; | |||||
| margin-right:8px; | |||||
| vertical-align:top | |||||
| margin-left:10px; | |||||
| border-radius:2px | |||||
| } | } | ||||
| #help { | #help { | ||||
| background:url("../images/dlgtitle.gif") repeat-x scroll 0 0 transparent; | |||||
| background:url(../images/dlgtitle.gif) repeat-x scroll 0 0 transparent; | |||||
| bottom:0; | bottom:0; | ||||
| left:0; | left:0; | ||||
| position:absolute; | position:absolute; | ||||