diff --git a/src/js/api.js b/src/js/api.js index 4c1572b..d1c746a 100644 --- a/src/js/api.js +++ b/src/js/api.js @@ -1,4 +1,4 @@ -export const ORIGIN = `http://testmanager.ouxuanzhineng.cn`; // 测试 +export const ORIGIN = `https://testmanager.ouxuanzhineng.cn`; // 测试 // export const ORIGIN = `https://minimanage.ouxuanzhineng.cn`; // 正式 export const API = { diff --git a/src/pages/login/login.vue b/src/pages/login/login.vue index 4b466fe..9e0bfaa 100644 --- a/src/pages/login/login.vue +++ b/src/pages/login/login.vue @@ -114,9 +114,9 @@ export default { padding-bottom: calc( 0 + env(safe-area-inset-bottom)); /* 兼容 iOS >= 11.2 */ .lc-header{ position: relative; - padding-top: 130upx; - margin-bottom: 86upx; - height: 470upx; + padding-top: 70upx; + margin-bottom: 46upx; + height: 390upx; width: 100%; overflow: hidden; &::before{ @@ -133,9 +133,9 @@ export default { border-radius: 50%; } .lh-logo{ - margin: 0 auto 24upx; - width: 190upx; - height: 190upx; + margin: 0 auto 20upx; + width: 170upx; + height: 170upx; border-radius: 50%; background-color: #fff; overflow: hidden; @@ -154,9 +154,9 @@ export default { } } .lc-form{ - margin-bottom: 84upx; + margin-bottom: 80upx; .lf-frame{ - margin: 0 auto 28upx; + margin: 0 auto 24upx; padding: 0 20upx; width: 610upx; height: 108upx; @@ -186,7 +186,7 @@ export default { color: #fff; } .lf-tip{ - margin-bottom: 118upx; + margin-bottom: 120upx; text-align: center; line-height: 40upx; text-align: center;