From d0830f5b4976eb2a7066a16dadc37ce1985bf730 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 15 八月 2024 09:37:55 +0800
Subject: [PATCH] ll

---
 wechat_staff/pages/userinfo/index.less |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/wechat_staff/pages/userinfo/index.less b/wechat_staff/pages/userinfo/index.less
index cbd0b51..6a6ae7f 100644
--- a/wechat_staff/pages/userinfo/index.less
+++ b/wechat_staff/pages/userinfo/index.less
@@ -1,3 +1,6 @@
+.main_app{
+  padding: 0 0 148rpx;
+}
 .avatar{
   margin: 52rpx auto 40rpx;
   width: 160rpx;
@@ -6,6 +9,7 @@
   box-shadow: 0rpx 2rpx 12rpx 0rpx rgba(0,0,0,0.08);
   border: 4rpx solid #FFFFFF;
 }
+
 .avatar_btn{
   width: 168rpx;
   height: 60rpx;
@@ -67,17 +71,19 @@
     justify-content: space-between;
   }
   .save{
+    position: fixed;
     color: #fff;
     display: flex;
     justify-content: center;
     align-items: center;
     width: 670rpx;
     height: 88rpx;
+    left: 40rpx;
+    bottom: 12rpx;
+    z-index: 999;
     background: var(--themeColor);
     border-radius: 8rpx;
     font-weight: 500;
     font-size: 32rpx;
-    margin-top: 20rpx;
-    margin-bottom: 10rpx;
   }
 }
\ No newline at end of file

--
Gitblit v1.9.3