调整门户管理页面样式

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.DatePattern=-yyyy-MM-dd'.log'
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.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss}:%m%n

@ -7,7 +7,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>嘉时软件</title>
<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 type="text/javascript">
var path = "${path}";
@ -206,7 +206,7 @@
<c:if test="${power == 1}">
<div class="iconContext left">
<a href="${path}/index">
<div class="backgroupImgDiv blue rightDefaultImg">
<div class="backgroupImgDiv blue rightDefaultImg_bg">
<div class="rightImgDiv">
<img class="rightImg" src="${path}/static/images/门户页面/u130.png"/>
</div>
@ -227,7 +227,7 @@
<img class="rightImg" src="${path}/static/images/门户页面/u136.png"/>
</div>
<div class="rightTitleDiv">
<div class="rightTitle">
<div class="rightTitle" style="margin-top: 5px;">
<span>病案归档系统</span>
</div>
</div>
@ -238,7 +238,7 @@
<c:if test="${emr_record == 1}">
<div class="iconContext left">
<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">
<img class="rightImg" src="${path}/static/images/门户页面/u138.png"/>
</div>

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

Loading…
Cancel
Save