From 2cfe454c309a65f02e89063d8306ff71f86b7f5c Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 17 七月 2025 15:41:37 +0800
Subject: [PATCH] 前端
---
small-program/unpackage/dist/dev/mp-weixin/pages/mine/mine.wxss | 30 ++++++++++++++++++++++++++++++
1 files changed, 30 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 39fe883..9ab41c7 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
@@ -114,6 +114,20 @@
.index .index-c .guanggao .guanggao-image image.data-v-dcbcfe34 {
width: 100%;
height: 100%;
+ z-index: 999;
+}
+.index .index-c .guanggao .guanggao-image .sharebtn.data-v-dcbcfe34 {
+ position: relative;
+ top: -150rpx;
+ left: 0;
+ outline: none;
+ padding: 0px;
+ cursor: pointer;
+ border: none;
+ opacity: 0;
+ width: 100%;
+ height: 100%;
+ z-index: 1000;
}
.index .index-c .statistics.data-v-dcbcfe34 {
width: 100%;
@@ -274,4 +288,20 @@
width: 22rpx;
height: 22rpx;
}
+.setup-sub.data-v-dcbcfe34 {
+ width: 100%;
+ height: 88rpx;
+ line-height: 88rpx;
+ text-align: center;
+ box-shadow: 0rpx 8rpx 12rpx 0rpx rgba(91, 190, 56, 0.16);
+ border-radius: 44rpx;
+ font-weight: 500;
+ font-size: 32rpx;
+ color: #5BBE38;
+ margin-top: 80rpx;
+ border: 1rpx solid #15CF52;
+}
+.redtxt.data-v-dcbcfe34 {
+ color: #FF0000 !important;
+}
--
Gitblit v1.9.3