Browse Source

vtest 1.0.1

voice
刘嘉炜 4 years ago
parent
commit
541f9b90fe
  1. 2
      src/js/api.js
  2. 18
      src/pages/login/login.vue

2
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 ORIGIN = `https://minimanage.ouxuanzhineng.cn`; // 正式
export const API = { export const API = {

18
src/pages/login/login.vue

@ -114,9 +114,9 @@ export default {
padding-bottom: calc( 0 + env(safe-area-inset-bottom)); /* 兼容 iOS >= 11.2 */ padding-bottom: calc( 0 + env(safe-area-inset-bottom)); /* 兼容 iOS >= 11.2 */
.lc-header{ .lc-header{
position: relative; position: relative;
padding-top: 130upx;
margin-bottom: 86upx;
height: 470upx;
padding-top: 70upx;
margin-bottom: 46upx;
height: 390upx;
width: 100%; width: 100%;
overflow: hidden; overflow: hidden;
&::before{ &::before{
@ -133,9 +133,9 @@ export default {
border-radius: 50%; border-radius: 50%;
} }
.lh-logo{ .lh-logo{
margin: 0 auto 24upx;
width: 190upx;
height: 190upx;
margin: 0 auto 20upx;
width: 170upx;
height: 170upx;
border-radius: 50%; border-radius: 50%;
background-color: #fff; background-color: #fff;
overflow: hidden; overflow: hidden;
@ -154,9 +154,9 @@ export default {
} }
} }
.lc-form{ .lc-form{
margin-bottom: 84upx;
margin-bottom: 80upx;
.lf-frame{ .lf-frame{
margin: 0 auto 28upx;
margin: 0 auto 24upx;
padding: 0 20upx; padding: 0 20upx;
width: 610upx; width: 610upx;
height: 108upx; height: 108upx;
@ -186,7 +186,7 @@ export default {
color: #fff; color: #fff;
} }
.lf-tip{ .lf-tip{
margin-bottom: 118upx;
margin-bottom: 120upx;
text-align: center; text-align: center;
line-height: 40upx; line-height: 40upx;
text-align: center; text-align: center;

Loading…
Cancel
Save