|
|
@@ -3,7 +3,7 @@
|
|
|
<el-container class="login-container" @keyup.enter="handleLogin">
|
|
|
<el-header style="width: 80%;">
|
|
|
<div style="width:100%;height: 93px;text-align: center; position: relative;top:10%;overflow:hidden;" >
|
|
|
- <h1 class="login-info-title" style="font-size: 40px;color:#a73a3a;">明鉴实验室信息管理系统</h1>
|
|
|
+ <h1 class="login-info-title" style="font-size: 40px;color:#a73a3a;">罗湖实验室信息管理系统</h1>
|
|
|
</div>
|
|
|
</el-header>
|
|
|
|
|
|
@@ -108,11 +108,12 @@ export default {
|
|
|
/* margin-left: 12%;*/
|
|
|
.jbd-login-page-main-img{
|
|
|
/* box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); */
|
|
|
- margin-top:70px;
|
|
|
+ margin-top:120px;
|
|
|
height: 520px;
|
|
|
width: 650px;
|
|
|
margin-right:3%;
|
|
|
- background-image: url("../../../assets/images/login/MJ_login0.jpg");
|
|
|
+ background-image: url("../../../assets/images/login/login3.png");
|
|
|
+ /* background-image: url("../../../assets/images/login/MJ_login0.jpg"); */
|
|
|
background-size:100% ;
|
|
|
background-repeat:no-repeat;
|
|
|
|