From ffde59be9c00d6a9275d7604d0773022c7d6c51e Mon Sep 17 00:00:00 2001
From: "452061493@qq.com" <452061493@qq.com>
Date: Tue, 9 Apr 2024 17:22:19 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E5=A4=B4=E5=83=8F=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 3 +-
static/base_css.css | 6 +-
subpkg/userInfo/userInfo.vue | 187 +++++++++++++++++++++--------------
3 files changed, 115 insertions(+), 81 deletions(-)
diff --git a/pages.json b/pages.json
index 8e66426..e31cd83 100644
--- a/pages.json
+++ b/pages.json
@@ -194,7 +194,8 @@
"style" :
{
"navigationBarTitleText" : "",
- "enablePullDownRefresh" : false
+ "enablePullDownRefresh" : false,
+ "navigationStyle": "custom"
}
}]
}],
diff --git a/static/base_css.css b/static/base_css.css
index aebf4af..c9c3774 100644
--- a/static/base_css.css
+++ b/static/base_css.css
@@ -267,16 +267,12 @@ h3.contit span {
position: relative;
top: 0;
width: 100%;
- height: calc(100% - 60rpx);
+ height: calc(100% - 8vh);
background-image: linear-gradient(to bottom, #bac6fc, transparent 40%);
box-sizing: content-box;
overflow: hidden;
}
-.mainwrap3 {
- overflow-y: hidden;
-}
-
.tabwrap {
position: fixed;
top: 220rpx;
diff --git a/subpkg/userInfo/userInfo.vue b/subpkg/userInfo/userInfo.vue
index 42bf445..7eec305 100644
--- a/subpkg/userInfo/userInfo.vue
+++ b/subpkg/userInfo/userInfo.vue
@@ -1,83 +1,96 @@
-
-
- 编辑用户昵称
-
-
-
-
- 点击修改头像
-
+
+
+
+
+
+ 编辑用户昵称
+
+
+
+
+ 点击修改头像
+
+
+
+ .item image {
+ width: 150rpx;
+ height: 150rpx;
+ border-radius: 10rpx;
+ margin: 10rpx;
+ }
+
\ No newline at end of file