diff --git a/.env.production b/.env.production index e9dfe00..17dd4b7 100644 --- a/.env.production +++ b/.env.production @@ -5,6 +5,7 @@ NODE_ENV = "production" # VITE_API_URL = "http://139.9.66.234:6688" # VITE_API_URL = "http://182.90.224.147:6688" VITE_API_URL = "http://60.212.191.85:9000" +# VITE_API_URL = "http://zjjsghj.weihai.cn:9000" # VITE_API_URL = 'http://jat.weihaihuancui.cn' VITE_WPAPI_URL = "http://182.90.224.147:8081" # VITE_API_URL = "http://101.43.164.214:6688" diff --git a/src/views/login/index-hc.scss b/src/views/login/index-rs.scss similarity index 82% rename from src/views/login/index-hc.scss rename to src/views/login/index-rs.scss index a4dad02..74e7092 100644 --- a/src/views/login/index-hc.scss +++ b/src/views/login/index-rs.scss @@ -1,19 +1,29 @@ +.flx-center { + display: flex; + flex-direction: column; + align-items: flex-start; +} .login-container { height: 100%; min-height: 550px; - background: url("@/assets/images/login/loginBackground.jpg") center center no-repeat; - background-color: #eeeeee; - background-size: 100% 100%; - background-size: cover; + background: url("@/assets/images/login/bglogin_rushan.png") center center no-repeat; + background-size: 100% 65%; + .login-title { + color: #2a314b; + font-weight: 600; + font-size: 22px; + > span { + margin-left: 30px; + } + } .login-box { position: relative; box-sizing: border-box; display: flex; align-items: center; - justify-content: center; + justify-content: flex-end; width: 96%; - height: 94%; - padding: 0 50px; + height: 75%; // background-color: hsl(0deg 0% 100% / 80%); border-radius: 10px; @@ -46,7 +56,7 @@ height: 377px; padding: 50px 40px 45px; background-color: #ffffff; - + margin-right: 120px; // border-radius: 10px; box-shadow: 2px 3px 7px rgb(0 0 0 / 20%); .login-logo { diff --git a/src/views/login/index-hc.vue b/src/views/login/index-rs.vue similarity index 65% rename from src/views/login/index-hc.vue rename to src/views/login/index-rs.vue index ddee4e5..e2b1ade 100644 --- a/src/views/login/index-hc.vue +++ b/src/views/login/index-rs.vue @@ -1,12 +1,15 @@