From 8f7a416ea2adf763e2b633e1d12fd860f20f19a1 Mon Sep 17 00:00:00 2001
From: "Ray.Hao" <1490493387@qq.com>
Date: Mon, 2 Dec 2024 00:58:53 +0800
Subject: [PATCH] =?UTF-8?q?refactor:=20:recycle:=20=E7=99=BB=E5=BD=95?=
=?UTF-8?q?=E9=A1=B5=E3=80=81=E9=A6=96=E9=A1=B5=E5=92=8C=E4=B8=AA=E4=BA=BA?=
=?UTF-8?q?=E4=B8=AD=E5=BF=83=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F=E4=BC=98?=
=?UTF-8?q?=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/index/index.vue | 16 ++++---
src/pages/login/index.vue | 95 +++++++++++++++------------------------
src/pages/mine/index.vue | 6 +--
unocss.config.ts | 4 ++
4 files changed, 53 insertions(+), 68 deletions(-)
diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue
index f3ee4aa..1185728 100644
--- a/src/pages/index/index.vue
+++ b/src/pages/index/index.vue
@@ -27,15 +27,19 @@
+ type="info"
+ >
+
+
+ 通知公告
+
+
+
-
+
-
-
-
+
+
+
+
-
-
-
-

-
微信登录
-
-
-
-
- 登录即同意
- 《用户协议》
- 和
- 《隐私政策》
+
+
@@ -130,52 +134,25 @@ const handleWechatLogin = async () => {
diff --git a/src/pages/mine/index.vue b/src/pages/mine/index.vue
index cdbaee4..3820d86 100644
--- a/src/pages/mine/index.vue
+++ b/src/pages/mine/index.vue
@@ -19,7 +19,7 @@
您还未登录,请先登录
-
+
@@ -112,9 +112,9 @@ const handleItemclick = (item: any) => {
color: #fff;
}
.login-btn {
- line-height: 60rpx;
+ font-size: 28rpx;
+ line-height: 50rpx;
color: #4d80f0;
- background-color: #fff;
border-radius: 10rpx;
}
}
diff --git a/unocss.config.ts b/unocss.config.ts
index 2194b7b..1a9b5fc 100644
--- a/unocss.config.ts
+++ b/unocss.config.ts
@@ -17,6 +17,10 @@ export default {
"flex-end": "flex justify-end items-center",
"flex-col-center": "flex flex-col justify-center items-center",
"flex-between": "flex justify-between items-center",
+ "fixed-bottom": "fixed bottom-0 left-0 right-0",
+ "absolute-center": "absolute inset-0 flex justify-center items-center",
+ "text-small-light": "text-xs font-light text-gray-500",
+ "text-medium-light": "text-sm font-light text-gray-500",
},
],