From 4bd1fd5198910517efa50671dbfcf6e172f0515f Mon Sep 17 00:00:00 2001
From: Ethereal <3432649580@qq.com>
Date: Thu, 23 Oct 2025 15:19:15 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9C=AA=E7=99=BB=E5=BD=95?=
=?UTF-8?q?=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/login-prompt.vue | 48 +++++++++++++++++++++++++++++++--------------
1 file changed, 33 insertions(+), 15 deletions(-)
diff --git a/components/login-prompt.vue b/components/login-prompt.vue
index 52d43b1..981bb60 100644
--- a/components/login-prompt.vue
+++ b/components/login-prompt.vue
@@ -1,16 +1,22 @@
-
+
登录以获得更好的体验
-
-
+
+
+ 如果您还没有账号,点击注册
@@ -88,10 +94,10 @@ defineExpose({
bottom: 0;
left: 0;
right: 0;
- height: 300rpx;
+ height: 400rpx;
border-radius: 20rpx 20rpx 0 0;
background-color: white;
- padding: 20rpx 30rpx;
+ padding: 20rpx 70rpx;
transform: translateY(100%);
transition: transform 0.3s ease;
box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
@@ -103,18 +109,18 @@ defineExpose({
.prompt-title {
display: block;
- text-align: left;
- font-size: 28rpx;
+ text-align: center;
+ font-size: 40rpx;
font-weight: 700;
- color: #333;
- margin-top: 10rpx;
- margin-bottom: 30rpx;
+ color: #000000;
+ margin-top: 30rpx;
+ margin-bottom: 40rpx;
}
.login-btn {
width: 100%;
height: 80rpx;
- background-color:rgb(35, 84, 230);
+ background-color: rgb(0, 0, 0);
color: white;
font-size: 32rpx;
line-height: 80rpx;
@@ -131,4 +137,16 @@ defineExpose({
line-height: 80rpx;
border-radius: 40rpx;
}
+.prompt-title-small {
+ display: block;
+ text-align: center;
+ font-size: 24rpx;
+ color: #6a6a6a;
+ margin-top: 30rpx;
+ margin-bottom: 40rpx;
+ line-height: 15.5px;
+ letter-spacing: 0.3px;
+ font-style: normal;
+ font-family: "PingFang SC";
+}
\ No newline at end of file