From f39ca3c49d26abd10f76fc67506b9c603a13547c Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 17 四月 2026 20:20:30 +0800
Subject: [PATCH] 调接口加页面

---
 small-program/unpackage/dist/dev/mp-weixin/pages/mine/mine.wxss |   44 +++++++++-----------------------------------
 1 files changed, 9 insertions(+), 35 deletions(-)

diff --git a/small-program/unpackage/dist/dev/mp-weixin/pages/mine/mine.wxss b/small-program/unpackage/dist/dev/mp-weixin/pages/mine/mine.wxss
index e7dc276..b6bc521 100644
--- a/small-program/unpackage/dist/dev/mp-weixin/pages/mine/mine.wxss
+++ b/small-program/unpackage/dist/dev/mp-weixin/pages/mine/mine.wxss
@@ -39,44 +39,9 @@
   background: linear-gradient(180deg, #B9E9FF 0%, #ffffff 100%);
   z-index: 0;
 }
-.nav-wrap.data-v-dcbcfe34,
 .page-scroll.data-v-dcbcfe34 {
   position: relative;
   z-index: 1;
-}
-.nav-bar.data-v-dcbcfe34 {
-  padding: 0 16rpx;
-  display: flex;
-  align-items: center;
-  justify-content: space-between;
-  box-sizing: border-box;
-}
-.nav-spacer.data-v-dcbcfe34 {
-  width: 52rpx;
-  height: 52rpx;
-}
-.nav-actions.data-v-dcbcfe34 {
-  min-width: 112rpx;
-  height: 52rpx;
-  padding: 0 10rpx;
-  background: rgba(255, 255, 255, 0.86);
-  border-radius: 26rpx;
-  display: flex;
-  align-items: center;
-  justify-content: space-between;
-  box-sizing: border-box;
-}
-.nav-action-item.data-v-dcbcfe34 {
-  width: 38rpx;
-  height: 38rpx;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-}
-.nav-divider.data-v-dcbcfe34 {
-  width: 1rpx;
-  height: 24rpx;
-  background: #e5e7eb;
 }
 .page-content.data-v-dcbcfe34 {
   padding: 30rpx;
@@ -86,6 +51,15 @@
   display: flex;
   align-items: center;
   margin-bottom: 30rpx;
+  position: relative;
+}
+.profile-card button.data-v-dcbcfe34 {
+  position: absolute;
+  bottom: 0;
+  left: 0;
+  width: 100%;
+  height: 100%;
+  opacity: 0;
 }
 .avatar.data-v-dcbcfe34 {
   width: 108rpx;

--
Gitblit v1.9.3