Commit 9accb4c9 authored by 鲁鑫's avatar 鲁鑫

登录页样式修改

parent 1504be69
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
request.setAttribute("i18nLanguages", i18nLanguages); request.setAttribute("i18nLanguages", i18nLanguages);
} }
%> %>
<body class="fixed-sidebar full-height-layout gray-bg skin-1"> <body class="fixed-sidebar full-height-layout gray-bg">
<input type="hidden" id="csrfTokenElement" value="<%=token%>"/> <input type="hidden" id="csrfTokenElement" value="<%=token%>"/>
<div id="wrapper"> <div id="wrapper">
<!--左侧导航开始--> <!--左侧导航开始-->
...@@ -238,11 +238,11 @@ ...@@ -238,11 +238,11 @@
<div class="pull-left"> <div class="pull-left">
<c:out value="${f:systemParameter('SYSTEM.COPYRIGHT')}" escapeXml="false"/> <c:out value="${f:systemParameter('SYSTEM.COPYRIGHT')}" escapeXml="false"/>
<a target="_blank" href="http://beian.miit.gov.cn" rel="noopener noreferrer" style="display:inline-block;text-decoration:none;height:20px;line-height:20px;"> <a target="_blank" href="http://beian.miit.gov.cn" rel="noopener noreferrer" style="display:inline-block;text-decoration:none;height:20px;line-height:20px;">
<p style="float:left;height:20px;line-height:20px;margin: 0px 0px 0px 5px; color:#939393;">沪ICP备14026862号-2</p> <%--<p style="float:left;height:20px;line-height:20px;margin: 0px 0px 0px 5px; color:#939393;">沪ICP备14026862号-2</p>--%>
</a> </a>
<a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=31011502019122" style="display:inline-block;text-decoration:none;height:20px;line-height:20px;"> <a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=31011502019122" style="display:inline-block;text-decoration:none;height:20px;line-height:20px;">
<img src="<c:url value="/images/police-20230522.png"/>" style="float:left;"/> <img src="<c:url value="/images/police-20230522.png"/>" style="float:left;"/>
<p style="float:left;height:20px;line-height:20px;margin: 0px 0px 0px 5px; color:#939393;">沪公网安备 31011502019122号</p> <%--<p style="float:left;height:20px;line-height:20px;margin: 0px 0px 0px 5px; color:#939393;">沪公网安备 31011502019122号</p>--%>
</a> </a>
</div> </div>
<div class="pull-right"> <div class="pull-right">
......
...@@ -96,9 +96,15 @@ ...@@ -96,9 +96,15 @@
} }
#login-page .login-head { #login-page .login-head {
position: absolute; position: absolute;
background: white;
width: 100%; width: 100%;
height: 80px; height: 80px;
} }
#login-page .login-head img {
display: inline-block;
width: 150px;
}
.footerbg { .footerbg {
/* background: rgba(0,0,0,.5); */ /* background: rgba(0,0,0,.5); */
position: absolute; position: absolute;
...@@ -117,7 +123,7 @@ ...@@ -117,7 +123,7 @@
<div class="container" style="width:100%;"> <div class="container" style="width:100%;">
<div class="row login-head hidden-xs"> <div class="row login-head hidden-xs">
<c:if test="${f:systemParameter('SYSTEM.LOGO.PATH')!=null}"> <c:if test="${f:systemParameter('SYSTEM.LOGO.PATH')!=null}">
<img src="<c:url value="${f:systemParameter('SYSTEM.LOGO.PATH')}"/>"/> <img src="<c:url value="${f:systemParameter('SYSTEM.LOGO.PATH')}"/>" class=""/>
</c:if> </c:if>
</div> </div>
<div class="row login-main"> <div class="row login-main">
......
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
<x:script src='/javaScript/remind.js'/> <x:script src='/javaScript/remind.js'/>
<x:script src='/javaScript/addFunction.js'/> <x:script src='/javaScript/addFunction.js'/>
<x:script src='/javaScript/HomePage.js'/> <x:script src='/javaScript/HomePage.js'/>
<link href='<c:url value="/themes/css/homePage.css"/>' rel="stylesheet" type="text/css" />
<%--<x:script src='/javaScript/HomePageEcharts.js'/>--%> <%--<x:script src='/javaScript/HomePageEcharts.js'/>--%>
</head> </head>
<body> <body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment