From 2de95ff2898ec6b19bfb0f8a0a56fd4b5a847d15 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Thu, 08 Jan 2026 16:32:17 +0800
Subject: [PATCH] feat:代码合并

---
 uniapps/work-app/src/pages/login/index.vue |   20 +++++++++++++++++---
 1 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/uniapps/work-app/src/pages/login/index.vue b/uniapps/work-app/src/pages/login/index.vue
index c470cbb..a197b96 100644
--- a/uniapps/work-app/src/pages/login/index.vue
+++ b/uniapps/work-app/src/pages/login/index.vue
@@ -201,7 +201,9 @@
     text-align: center;
     margin-bottom: 168rpx;
   }
-
+.user-name{
+  margin-bottom: 40rpx;
+}
   .user-name,
   .pass-word {
     display: flex;
@@ -209,8 +211,10 @@
     align-items: center;
     margin-left: 62rpx;
     margin-right: 58rpx;
-    height: 118rpx;
-    border-bottom: 2rpx solid #e3e3e3;
+    height: 100rpx;
+    background: #F1F4F9;
+    border-radius: 8rpx 8rpx 8rpx 8rpx;
+    padding: 0 22rpx;
 
     image {
       width: 40rpx;
@@ -321,4 +325,14 @@
     color: $u-warning;
   }
 }
+.agreement {
+  position: absolute;
+  bottom: 40rpx;
+  left: 0;
+  right: 0;
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  text-align: center;
+}
 </style>

--
Gitblit v1.9.3