Browse Source

git-svn-id: https://192.168.57.71/svn/jsgkj@913 931142cf-59ea-a443-aa0e-51397b428577

ld_zhoutl 8 years ago
parent
commit
35cd9a4dc8

+ 1 - 0
gkaqv2/trunk/modules/web/src/main/webapp/WEB-INF/view/layouts/header.jsp

@@ -26,5 +26,6 @@
 
 
 
 
 <link rel="stylesheet" href="<%=request.getContextPath()%>/static/css/common/main.css" />
 <link rel="stylesheet" href="<%=request.getContextPath()%>/static/css/common/main.css" />
+<link rel="stylesheet" href="<%=request.getContextPath()%>/static/css/common/navbar.css" />
 
 
 <%@ include file="scripts.jsp"%>
 <%@ include file="scripts.jsp"%>

+ 5 - 6
gkaqv2/trunk/modules/web/src/main/webapp/WEB-INF/view/layouts/navbar.jsp

@@ -1,11 +1,10 @@
 
 
 <%@ page language="java" contentType="text/html;charset=GBK"
 <%@ page language="java" contentType="text/html;charset=GBK"
 	pageEncoding="GBK"%>
 	pageEncoding="GBK"%>
-<div style="margin:0px;background-color:#6FC2D7;padding-top:0px;height:60px;">
-	<div style="height:100%;max-height:60px;text-align:center;color:#043D7D;font-size: 13px;">
-		
+<div class="h_div">
+	<div id="compDiv" class="h_title">
+		<div class="h_title_name">
+			<font face="headTitle" color="#FFFFFF">江苏省港口安全监管与应急管理系统</font>
+		</div>
 	</div>
 	</div>
-	<!-- <div style="padding:0px;margin:0px;background-color:#6FC2D7;width:100%;height:35px;text-algin:center">
-		Copyright江苏省交通规划设计院股份有限公司 2013版权所有
-	</div> -->
 </div>
 </div>

+ 1 - 1
gkaqv2/trunk/modules/web/src/main/webapp/static/css/common/main.css

@@ -245,7 +245,7 @@ easyui
 	border:0px;
 	border:0px;
 }
 }
 .regionNorthStyle{
 .regionNorthStyle{
-	height:60px;
+	height:98px;
 	border:0px;
 	border:0px;
 }
 }
 .regionWestStyle{
 .regionWestStyle{

+ 29 - 0
gkaqv2/trunk/modules/web/src/main/webapp/static/css/common/navbar.css

@@ -0,0 +1,29 @@
+
+.h_div {
+	float: left;
+	padding: 0px;
+	height: 75px;
+	width: 100%;
+	border: none;
+	margin:0px;
+	background-color:#6FC2D7;
+	height:98px;
+	background-image:url('../../images/nav/map_nav_bg.jpg');
+}
+.h_title {
+	float:left;
+	height:98px;
+	width:758px;
+	min-width:442px;
+	background-image:url('../../images/nav/main_title_bg.png');
+}
+.h_title_name {
+	padding:30px 0px 0px 90px;
+	color:#FFFFFF;
+	font-size:28px;
+}
+
+@font-face {
+	font-family: 'headTitle'; 
+	src: url('../../font/hzgb.ttf'); 
+}