From d3872250dd66be6b1ec2bc104e3b5e5c9c3f8222 Mon Sep 17 00:00:00 2001 From: huangzhenbao <17818024429@163.com> Date: Fri, 27 Feb 2026 08:30:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E7=99=BB=E5=BD=95=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/user/login.uvue | 3 +++ pages/user/register.uvue | 17 +++++++++++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/pages/user/login.uvue b/pages/user/login.uvue index ccbee7e4..64a53b22 100644 --- a/pages/user/login.uvue +++ b/pages/user/login.uvue @@ -552,12 +552,15 @@ const handleQQLogin = () => uni.showToast({ title: 'QQ登录开发中', icon: 'n .input{ width: 100%; height: 44px; + line-height: 44px; border-radius: 10px; background: var(--inputbg); padding: 0 14px; font-size: 14px; color: var(--text); box-sizing: border-box; + display: flex; + align-items: center; } /* Code row */ diff --git a/pages/user/register.uvue b/pages/user/register.uvue index 5a210293..a56f09ad 100644 --- a/pages/user/register.uvue +++ b/pages/user/register.uvue @@ -429,8 +429,11 @@ page { .input-field { flex: 1; font-size: 28rpx; - height: 100%; + height: 88rpx; + line-height: 88rpx; color: #333333; + display: flex; + align-items: center; } .code-input { @@ -479,7 +482,10 @@ page { /* 已有账号提示 */ .tips { margin-top: 30rpx; - text-align: center; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; } .tips-text { @@ -497,10 +503,17 @@ page { .protocol { margin-top: 40rpx; display: flex; + flex-direction: row; align-items: center; justify-content: center; } +.protocol checkbox-group { + display: flex; + flex-direction: row; + align-items: center; +} + .protocol checkbox { margin-right: 10rpx; }