From 86fc8bbb09df7bbeb50fa714ff8bb4aea85ffef5 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 29 七月 2024 15:57:17 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia

---
 wechat_jiaxuan/pages/mine/mine.wxss |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/wechat_jiaxuan/pages/mine/mine.wxss b/wechat_jiaxuan/pages/mine/mine.wxss
index 681362e..7fc96f8 100644
--- a/wechat_jiaxuan/pages/mine/mine.wxss
+++ b/wechat_jiaxuan/pages/mine/mine.wxss
@@ -51,6 +51,8 @@
 }
 .container .main_content {
   background-color: #fff;
+  position: relative;
+  z-index: 9999;
   border-radius: 16rpx 16rpx 0rpx 0rpx;
   padding: 40rpx;
 }
@@ -73,6 +75,7 @@
   width: 100%;
   padding: 0rpx 40rpx 120rpx;
   text-align: center;
+  background-color: #fff;
 }
 .liucheng .h1 {
   margin-bottom: 16rpx;

--
Gitblit v1.9.3