From cf17c2f7012fc4351f66c71d66a4aa3a9fe9e34a Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期四, 30 四月 2026 15:24:17 +0800
Subject: [PATCH] 代码生成
---
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