From 7d4d357931d43798f3beea2d97711cc4f3956381 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 11 七月 2024 17:58:57 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia

---
 wechat_jiaxuan/pages/userinfo/index.less |   62 +++++++++++++++++++++++++++++++
 1 files changed, 62 insertions(+), 0 deletions(-)

diff --git a/wechat_jiaxuan/pages/userinfo/index.less b/wechat_jiaxuan/pages/userinfo/index.less
new file mode 100644
index 0000000..1f32fbe
--- /dev/null
+++ b/wechat_jiaxuan/pages/userinfo/index.less
@@ -0,0 +1,62 @@
+.avatar{
+  margin: 52rpx auto 40rpx;
+  width: 160rpx;
+  height: 160rpx;
+  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;
+  margin: 0 auto 40rpx;
+  line-height: 58rpx;
+  text-align: center;
+  border-radius: 30rpx;
+  border: 1rpx solid #CDA38D;
+  font-size: 26rpx;
+  color: var(--themeColor);
+}
+.list{
+  padding: 0 40rpx;
+  .line{
+    height: 78rpx;
+    margin-bottom: 40rpx;
+    display: flex;
+    align-items: center;
+    .label{
+      width: 110rpx;
+      font-size: 30rpx;
+      color: #777777;
+    }
+    .input{
+      flex: 1;
+      color: #111111;
+    }
+    .icon{
+      width: 40rpx;
+    }
+  }
+  .val{
+    flex: 1;
+    height: 78rpx;
+    padding-left: 32rpx;
+    border-bottom: 1rpx solid #f7f7f7;
+    display: flex;
+    align-items: center;
+    justify-content: space-between;
+  }
+  .save{
+    color: #fff;
+    display: flex;
+    justify-content: center;
+    align-items: center;
+    width: 670rpx;
+    height: 88rpx;
+    background: var(--themeColor);
+    border-radius: 8rpx;
+    font-weight: 500;
+    font-size: 32rpx;
+  }
+}
\ No newline at end of file

--
Gitblit v1.9.3