diff --git a/property-uniapp-project/pageSubPack/loginSub/change-pwd.vue b/property-uniapp-project/pageSubPack/loginSub/change-pwd.vue index fce32c1..86b1f32 100644 --- a/property-uniapp-project/pageSubPack/loginSub/change-pwd.vue +++ b/property-uniapp-project/pageSubPack/loginSub/change-pwd.vue @@ -180,9 +180,10 @@ const handleConfirm = () => { line-height: 88rpx; background-color: #007aff; color: #fff; - border-radius: 44rpx; - font-size: 32rpx; + border-radius: 8rpx; + font-size: 28rpx; margin-top: 20rpx; + margin-top: 66rpx; } /* 确定按钮禁用状态 */ @@ -192,6 +193,6 @@ const handleConfirm = () => { } /* 禁用按钮边框 */ button:after{ - border-radius: 50px; + border-radius: 8px; } \ No newline at end of file diff --git a/property-uniapp-project/pageSubPack/loginSub/forget-pwd.vue b/property-uniapp-project/pageSubPack/loginSub/forget-pwd.vue index 94eb488..246fee7 100644 --- a/property-uniapp-project/pageSubPack/loginSub/forget-pwd.vue +++ b/property-uniapp-project/pageSubPack/loginSub/forget-pwd.vue @@ -147,6 +147,7 @@ const goBack = () => { font-size: 36rpx; font-weight: 500; color: #333; + margin-right: 100rpx; } /* 输入框通用样式 */ .input-item { @@ -205,6 +206,9 @@ const goBack = () => { background-color: #ccc; color: #fff; } +.get-verify-btn::after{ + border-radius: 50px; +} /* 下一步按钮 */ .forget-btn{ width: 100%; @@ -212,9 +216,10 @@ const goBack = () => { line-height: 88rpx; background-color: #007aff; color: #fff; - border-radius: 44rpx; - font-size: 32rpx; + border-radius: 8rpx; + font-size: 28rpx; margin-bottom: 40rpx; + margin-top: 66rpx; } .forget-btn:disabled{ background-color: #99c8ff; @@ -222,7 +227,7 @@ const goBack = () => { } /* 禁用按钮边框 */ button:after{ - border-radius: 50px; + border-radius: 8px; } diff --git a/property-uniapp-project/pageSubPack/loginSub/login.vue b/property-uniapp-project/pageSubPack/loginSub/login.vue index 3cb73c8..78a2540 100644 --- a/property-uniapp-project/pageSubPack/loginSub/login.vue +++ b/property-uniapp-project/pageSubPack/loginSub/login.vue @@ -255,11 +255,11 @@ onUnmounted(() => { /* 登录标题 */ .login-title { - font-size: 48rpx; + font-size: 52rpx; font-weight: 600; color: #333; text-align: center; - margin-bottom: 80rpx; + margin-bottom: 142rpx; } /* 输入框项 */ @@ -324,18 +324,21 @@ onUnmounted(() => { color: #fff; border-radius: 50px; } +.get-verify-btn::after{ + border-radius: 50px; +} /* 协议勾选项 */ .agreement-item { display: flex; align-items: center; - margin: 40rpx 0; + margin: 70rpx 0 28rpx 0; padding-left: 10rpx; } /* 协议文本 */ .agreement-text { - font-size: 28rpx; + font-size: 24rpx; color: #666; margin-left: 10rpx; } @@ -352,8 +355,8 @@ onUnmounted(() => { line-height: 88rpx; background-color: #007aff; color: #fff; - border-radius: 44rpx; - font-size: 32rpx; + border-radius: 8rpx; + font-size: 28rpx; margin-bottom: 60rpx; } @@ -365,7 +368,7 @@ onUnmounted(() => { } /* 禁用按钮边框 */ button:after{ - border-radius: 50px; + border-radius: 8px; } /* 底部链接 */ diff --git a/property-uniapp-project/pageSubPack/loginSub/pwd-login.vue b/property-uniapp-project/pageSubPack/loginSub/pwd-login.vue index 2380c56..dd98713 100644 --- a/property-uniapp-project/pageSubPack/loginSub/pwd-login.vue +++ b/property-uniapp-project/pageSubPack/loginSub/pwd-login.vue @@ -79,8 +79,7 @@ const phoneNumber = ref(''); const password = ref(''); const agreeAgreement = ref(false); // 默认勾选 const placeholderStyle = ref('font-size:24rpx') -// 控制点击变色 -// const isClicked = ref(false) + // 计算属性:是否可登录(帐号+密码+协议都满足) const canLogin = computed(() => { @@ -96,8 +95,6 @@ const toggleAgreement = () => { // 跳转隐私协议 const goToPrivacy = () => { - // 点击变色 - // isClicked.value = true uni.navigateTo({ url:'/pageSubPack/loginSub/privacy', }) @@ -188,11 +185,11 @@ const handleLogin = () => { width: 100%; } .login-title { - font-size: 48rpx; + font-size: 52rpx; font-weight: 600; color: #333; text-align: center; - margin-bottom: 80rpx; + margin-bottom: 142rpx; } .input-item { @@ -223,7 +220,7 @@ const handleLogin = () => { display: flex; justify-content: space-between; align-items: center; - margin: 40rpx 0; + margin: 70rpx 0 28rpx 0; padding: 0 10rpx; } @@ -233,7 +230,7 @@ const handleLogin = () => { } .agreement-text { - font-size: 28rpx; + font-size: 24rpx; color: #666; margin-left: 10rpx; } @@ -245,8 +242,8 @@ const handleLogin = () => { } */ .forget-pwd { - font-size: 28rpx; - color: #007aff; + font-size: 24rpx; + color: #666; text-decoration: none; } @@ -256,8 +253,8 @@ const handleLogin = () => { line-height: 88rpx; background-color: #007aff; color: #fff; - border-radius: 44rpx; - font-size: 32rpx; + border-radius: 8rpx; + font-size: 28rpx; margin-bottom: 60rpx; } @@ -269,7 +266,7 @@ const handleLogin = () => { } /* 禁用按钮边框 */ button:after{ - border-radius: 50px; + border-radius: 8px; } .bottom-link { diff --git a/property-uniapp-project/pageSubPack/loginSub/register-new-user.vue b/property-uniapp-project/pageSubPack/loginSub/register-new-user.vue index 2f9f0f6..0d4c9c7 100644 --- a/property-uniapp-project/pageSubPack/loginSub/register-new-user.vue +++ b/property-uniapp-project/pageSubPack/loginSub/register-new-user.vue @@ -62,23 +62,25 @@ - - - - - - 我已阅读并同意《用户隐私政策》 - + + + + + + + 我已阅读并同意《用户隐私政策》 + +