From bfd70830b78bc42e0a284baa044efacc29897cd5 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 28 四月 2026 22:02:46 +0800
Subject: [PATCH] 小程序改bug

---
 small-program/unpackage/dist/dev/mp-weixin/pages/mine/mine.wxss |   68 ++++++++++++++++-----------------
 1 files changed, 33 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..31c1a27 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;
@@ -231,4 +205,28 @@
   font-size: 30rpx;
   color: #222222;
 }
+.right-icon.data-v-dcbcfe34 {
+  display: flex;
+  align-items: center;
+  gap: 4rpx;
+}
+.right-icon text.data-v-dcbcfe34 {
+  font-weight: 400;
+  font-size: 24rpx;
+  color: #10B2FA;
+  margin-right: 20rpx;
+}
+.right-icon .status-red.data-v-dcbcfe34 {
+  color: #FF0000;
+}
+.right-icon button.data-v-dcbcfe34 {
+  position: relative;
+  top: 0;
+  float: right;
+  right: 0;
+  width: 200rpx;
+  height: 48rpx;
+  opacity: 0;
+  z-index: 9999;
+}
 

--
Gitblit v1.9.3