删除多余代码,修改框架配置

This commit is contained in:
dell
2018-01-08 18:05:24 +08:00
parent 0788f42ae7
commit ba63b9ca0a
59 changed files with 199 additions and 15350 deletions

View File

@@ -15,8 +15,7 @@
<title>${fns:getStringProperty('productName','NIS')}</title>
<style type="text/css">
h3{color:#ffffff;margin:30px 0px 0px 10px;}
</style>
@@ -30,7 +29,8 @@
<div id="header" class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="topleft">
<a href="${pageContext.request.contextPath}/" target="_parent"><img src="${ctxStatic}/images/loginlogo.png" title="系统首页" /></a>
<a href="${pageContext.request.contextPath}/" target="_parent">
<h3>National Firewall System</h3></a>
</div>
<ul class="topnav">
<c:forEach items="${fns:getMenuTreeList()}" var="menu" varStatus="idxStatus">

View File

@@ -27,7 +27,7 @@ body{
.loginbody{
background:url(../images/loginbg.png) no-repeat center center;
width:100%; height:585px; overflow:hidden; position:absolute; top:47px;}
.systemlogo{background:url(../images/loginlogo.png) no-repeat center;width:100%; height:68px; margin-top:55px;text-align:center;}
/* .systemlogo{background:url(../images/loginlogo.png) no-repeat center;width:100%; height:68px; margin-top:55px;text-align:center;} */
.loginbox{width:692px; height:336px; background:url(../images/logininfo.png) no-repeat; margin-top:30px;}
.loginbox ul{margin-top:80px; margin-left:285px;}
.loginbox ul li{margin-bottom:25px;}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB