diff --git a/pages/home/home.vue b/pages/home/home.vue index f086431..85217a7 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -50,6 +50,7 @@ class="button-add" @click="toSearchDevice"> + 因智能门锁与账号绑定,登录为手机号登录 @@ -263,7 +264,6 @@ page { } .button-login { - margin-top: 40vh; border-radius: 46rpx; width: 650rpx; height: 120rpx; @@ -388,4 +388,12 @@ page { margin-top: 32rpx; font-weight: bold; } + +.tips { + margin-top: 40vh; + padding: 32rpx 0; + text-align: center; + font-size: 28rpx; + color: #999999; +} diff --git a/pages/mine/mine.vue b/pages/mine/mine.vue index a1fbc73..0a09a9d 100644 --- a/pages/mine/mine.vue +++ b/pages/mine/mine.vue @@ -37,6 +37,7 @@ 退出 + 因智能门锁与账号绑定,登录为手机号登录 @@ -232,7 +233,6 @@ page { } .button-login { - margin-top: 40vh; border-radius: 46rpx; width: 650rpx; height: 120rpx; @@ -244,4 +244,12 @@ page { font-size: 48rpx; font-weight: bold; } + +.tips { + margin-top: 35vh; + padding: 32rpx 0; + text-align: center; + font-size: 28rpx; + color: #999999; +} diff --git a/pages/verifyEmail/verifyEmail.vue b/pages/verifyEmail/verifyEmail.vue index 4a86fb4..a0740ef 100644 --- a/pages/verifyEmail/verifyEmail.vue +++ b/pages/verifyEmail/verifyEmail.vue @@ -1,5 +1,6 @@