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