From b2d360d9113b6955287108ca9e90d76a1f3c1419 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期日, 29 九月 2024 15:05:11 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia

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

diff --git a/wechat_staff/pages/userinfo/index.less b/wechat_staff/pages/userinfo/index.less
index 76e6ee5..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;
@@ -5,8 +8,8 @@
   border-radius: 50%;
   box-shadow: 0rpx 2rpx 12rpx 0rpx rgba(0,0,0,0.08);
   border: 4rpx solid #FFFFFF;
-  border: 1px solid;
 }
+
 .avatar_btn{
   width: 168rpx;
   height: 60rpx;
@@ -25,6 +28,9 @@
     display: flex;
     align-items: center;
     border-bottom: 1rpx solid #e5e5e5;
+    .qrcode{
+      width: 40rpx;
+    }
     .label{
       width: 210rpx;
       font-size: 30rpx;
@@ -34,6 +40,21 @@
       flex: 1;
       color: #111111;
       text-align: right;
+      display: -webkit-box;
+      overflow: hidden;
+      -webkit-line-clamp: 2;
+      -webkit-box-orient: vertical;
+      text-overflow: ellipsis; 
+      .van-cell{
+        padding: 0;
+      }
+      .picker{
+        .picker_wrap{
+          display: flex;
+          align-items: center;
+          justify-content: flex-end;
+        }
+      }
     }
     input{
       text-align: right;
@@ -50,16 +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;
   }
 }
\ No newline at end of file

--
Gitblit v1.9.3