调整门户管理页面样式

master
zengwh 5 years ago
parent 6d4873de98
commit a935b85db5

@ -12,7 +12,7 @@ log4j.appender.errorMsg=org.apache.log4j.DailyRollingFileAppender
log4j.appender.errorMsg.File=D:\\logs\\power\\error\\error_log log4j.appender.errorMsg.File=D:\\logs\\power\\error\\error_log
log4j.appender.errorMsg.DatePattern=-yyyy-MM-dd'.log' log4j.appender.errorMsg.DatePattern=-yyyy-MM-dd'.log'
log4j.appender.errorMsg.Append = true log4j.appender.errorMsg.Append = true
log4j.appender.errorMsg.Threshold = error log4j.appender.errorMsg.Threshold = error
log4j.appender.errorMsg.layout=org.apache.log4j.PatternLayout log4j.appender.errorMsg.layout=org.apache.log4j.PatternLayout
log4j.appender.errorMsg.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss}:%m%n log4j.appender.errorMsg.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss}:%m%n

@ -7,7 +7,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>嘉时软件</title> <title>嘉时软件</title>
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<link rel="stylesheet" href="${path}/static/css/gatewayPageStyles.css"/> <link rel="stylesheet" href="${path}/static/css/gatewayPageStyles.css?time=2020-08-26"/>
<script src="${path}/static/js/echarts/echarts.min.js"></script> <script src="${path}/static/js/echarts/echarts.min.js"></script>
<script type="text/javascript"> <script type="text/javascript">
var path = "${path}"; var path = "${path}";
@ -206,7 +206,7 @@
<c:if test="${power == 1}"> <c:if test="${power == 1}">
<div class="iconContext left"> <div class="iconContext left">
<a href="${path}/index"> <a href="${path}/index">
<div class="backgroupImgDiv blue rightDefaultImg"> <div class="backgroupImgDiv blue rightDefaultImg_bg">
<div class="rightImgDiv"> <div class="rightImgDiv">
<img class="rightImg" src="${path}/static/images/门户页面/u130.png"/> <img class="rightImg" src="${path}/static/images/门户页面/u130.png"/>
</div> </div>
@ -227,7 +227,7 @@
<img class="rightImg" src="${path}/static/images/门户页面/u136.png"/> <img class="rightImg" src="${path}/static/images/门户页面/u136.png"/>
</div> </div>
<div class="rightTitleDiv"> <div class="rightTitleDiv">
<div class="rightTitle"> <div class="rightTitle" style="margin-top: 5px;">
<span>病案归档系统</span> <span>病案归档系统</span>
</div> </div>
</div> </div>
@ -238,7 +238,7 @@
<c:if test="${emr_record == 1}"> <c:if test="${emr_record == 1}">
<div class="iconContext left"> <div class="iconContext left">
<a href="${EMRRECORD_URLHEAD}/login?token=${token}&userName=${CURRENT_USER.userName}"> <a href="${EMRRECORD_URLHEAD}/login?token=${token}&userName=${CURRENT_USER.userName}">
<div class="backgroupImgDiv orange rightDefaultImg"> <div class="backgroupImgDiv orange rightDefaultImg_bg">
<div class="rightImgDiv"> <div class="rightImgDiv">
<img class="rightImg" src="${path}/static/images/门户页面/u138.png"/> <img class="rightImg" src="${path}/static/images/门户页面/u138.png"/>
</div> </div>

@ -26,20 +26,20 @@
} }
.header{ .header{
width: 100%; width: 100%;
height: 120px; height: 300px;
text-align: center; text-align: center;
display: flex; display: flex;
justify-content: space-around; justify-content: space-around;
} }
.iconContext{ .iconContext{
width:118px; width:148px;
height:100%; height:135px;
margin: auto;
} }
.backgroupImgDiv{ .backgroupImgDiv{
border: none; border: none;
border-radius: 20px; border-radius: 20px;
display: grid;
align-content: center; align-content: center;
justify-content: center; justify-content: center;
-moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
@ -63,13 +63,13 @@
height: 86px; height: 86px;
} }
.rightDefaultImg_bg{ .rightDefaultImg_bg{
margin-top: 7px; margin:auto;
width: 118px; width: 100%;
height: 105px; height: 100%;
} }
.rightImgDiv{ .rightImgDiv{
margin-bottom: 5px; padding-top: 30px;
} }
.blue{ .blue{

Loading…
Cancel
Save