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 | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 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 b6bc521..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
@@ -205,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