|
@@ -3,7 +3,7 @@
|
|
|
<el-container class="login-container" @keyup.enter="handleLogin">
|
|
<el-container class="login-container" @keyup.enter="handleLogin">
|
|
|
<el-header style="width: 80%;">
|
|
<el-header style="width: 80%;">
|
|
|
<div style="width:100%;height: 93px;text-align: center; position: relative;top:10%;overflow:hidden;" >
|
|
<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:#1894d0;">深圳市罗湖医院集团细胞质量检测实验室</h1>
|
|
|
</div>
|
|
</div>
|
|
|
</el-header>
|
|
</el-header>
|
|
|
|
|
|
|
@@ -41,7 +41,7 @@
|
|
|
|
|
|
|
|
<div style="font-size: 12px;text-align:right;">
|
|
<div style="font-size: 12px;text-align:right;">
|
|
|
<hr>
|
|
<hr>
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
<p>
|
|
<p>
|
|
|
<!--<i style="margin-left: 50px;" class="el-icon-office-building"/> 深圳市明鉴细胞专业技术有限公司
|
|
<!--<i style="margin-left: 50px;" class="el-icon-office-building"/> 深圳市明鉴细胞专业技术有限公司
|
|
|
<i style="margin-left: 20px;" class="el-icon-location-information"/> 深圳市南山区科技园高新北区源兴科技大厦东座303
|
|
<i style="margin-left: 20px;" class="el-icon-location-information"/> 深圳市南山区科技园高新北区源兴科技大厦东座303
|
|
@@ -79,16 +79,16 @@ export default {
|
|
|
}
|
|
}
|
|
|
</script>
|
|
</script>
|
|
|
<style>
|
|
<style>
|
|
|
-/*.jbd-login-page-bg{
|
|
|
|
|
|
|
+/*.jbd-login-page-bg{
|
|
|
margin-top:70px;
|
|
margin-top:70px;
|
|
|
height: 1200px;
|
|
height: 1200px;
|
|
|
width: 800px;
|
|
width: 800px;
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
background-image: url("../../../assets/images/login/MJ_bg01.png");
|
|
background-image: url("../../../assets/images/login/MJ_bg01.png");
|
|
|
background-repeat:no-repeat;
|
|
background-repeat:no-repeat;
|
|
|
background-size:100% ;
|
|
background-size:100% ;
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
*/
|
|
*/
|
|
|
.jbd-login-page-main{
|
|
.jbd-login-page-main{
|
|
@@ -102,9 +102,9 @@ export default {
|
|
|
background-repeat:no-repeat;
|
|
background-repeat:no-repeat;
|
|
|
border-radius: 5%;
|
|
border-radius: 5%;
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
/* margin-left: 12%;*/
|
|
/* margin-left: 12%;*/
|
|
|
.jbd-login-page-main-img{
|
|
.jbd-login-page-main-img{
|
|
|
/* box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); */
|
|
/* box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); */
|
|
@@ -116,6 +116,6 @@ export default {
|
|
|
/* background-image: url("../../../assets/images/login/MJ_login0.jpg"); */
|
|
/* background-image: url("../../../assets/images/login/MJ_login0.jpg"); */
|
|
|
background-size:100% ;
|
|
background-size:100% ;
|
|
|
background-repeat:no-repeat;
|
|
background-repeat:no-repeat;
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
</style>
|
|
</style>
|