diff --git a/src/assets/images/元素@2x.png b/src/assets/images/元素@2x.png new file mode 100644 index 0000000..28ad94d Binary files /dev/null and b/src/assets/images/元素@2x.png differ diff --git a/src/assets/images/计划管理@2x.png b/src/assets/images/计划管理@2x.png index 1701af8..8a28ed6 100644 Binary files a/src/assets/images/计划管理@2x.png and b/src/assets/images/计划管理@2x.png differ diff --git a/src/views/newLogin.vue b/src/views/newLogin.vue index 2f359f1..d055524 100644 --- a/src/views/newLogin.vue +++ b/src/views/newLogin.vue @@ -76,6 +76,9 @@ +
+ +
@@ -197,6 +200,13 @@ export default { box-shadow: 0px 1px 9px 0px #ffffff; border-radius: 27px; } +.lg-backImg{ + height: 450px; + width: 517px; + background-size: 100% 100%; + background-image: url('../assets/images/元素@2x.png'); + margin-right:140px; +} .login { display: block; height: 100%; @@ -264,11 +274,12 @@ export default { margin-bottom: 22px !important; } .login-form { - width: 360px; + width: 340px; height: 360px; box-sizing: border-box; padding: 35px 35px 5px 35px; - margin-right: 250px; + margin-right: 260px; + margin-top:20px; background: rgba(229, 236, 246, 0.95); box-shadow: 0px 1px 32px 0px #0c4990; border-radius: 10px;