From 9418e8612284b4f2a62dbeb9a99f130961044270 Mon Sep 17 00:00:00 2001 From: Ethereal <3432649580@qq.com> Date: Sat, 25 Oct 2025 17:16:39 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=96=B0=E4=BC=98=E5=8C=96=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E9=A1=B5=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/start/select/select.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/start/select/select.vue b/pages/start/select/select.vue index 0ee3f1c..ca555ea 100644 --- a/pages/start/select/select.vue +++ b/pages/start/select/select.vue @@ -75,7 +75,7 @@ function toLogin() { margin-bottom: 10rpx; } .subtitle-section { - margin-bottom: 100rpx; + margin-bottom: 80rpx; } .subtitle { /* font-weight: bold; */ @@ -86,16 +86,16 @@ function toLogin() { .phone-card { background-image: url("/static/select.png"); background-repeat: no-repeat; - background-size: 100% 100%; + background-size: contain; + background-position: center; /* background-position: center; */ /* min-width: 300rpx; */ - min-width: 420rpx; - min-height: 786rpx; + width: 420rpx; height: 786rpx; border-radius: 50rpx; padding: 40rpx; - box-shadow: 0 20rpx 40rpx rgba(0, 0, 0, 0.3); + /* box-shadow: 0 20rpx 40rpx rgba(0, 0, 0, 0.3); */ position: relative; overflow: hidden; }