From 8af6105be83874c46a1bf6ec045ae1246d52e8d0 Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Wed, 2 Apr 2025 19:51:34 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=92=8C=E9=A2=84=E7=BA=A6=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E7=9A=84=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改了登录页面中logo的显示模式和尺寸,使其更符合设计需求。同时调整了预约页面的标题、文本和按钮的间距、行高和字体大小,以提升页面的可读性和美观性。 --- pages/index/preAppoint.vue | 10 ++++++---- pages_order/auth/wxLogin.vue | 5 ++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/pages/index/preAppoint.vue b/pages/index/preAppoint.vue index 4d674b4..d83572e 100644 --- a/pages/index/preAppoint.vue +++ b/pages/index/preAppoint.vue @@ -104,13 +104,14 @@ } .title{ font-weight: 900; - margin: 30rpx 0; + margin: 20rpx 0; + font-size: 28rpx; } .stext{ width: 620rpx; - margin-bottom: 150rpx; - line-height: 50rpx; - font-size: 26rpx; + margin-bottom: 70rpx; + line-height: 45rpx; + font-size: 24rpx; color: #777; text-align: center; } @@ -122,6 +123,7 @@ width: 100%; justify-content: center; align-items: center; + padding-bottom: 300rpx; } .next-btn{ width: 400rpx; diff --git a/pages_order/auth/wxLogin.vue b/pages_order/auth/wxLogin.vue index f10cf7e..ef715ec 100644 --- a/pages_order/auth/wxLogin.vue +++ b/pages_order/auth/wxLogin.vue @@ -1,7 +1,7 @@