From 7dc29ed74ebaa8a0e66f68264d9a13f95dc3af21 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 02 八月 2024 11:09:06 +0800
Subject: [PATCH] aa

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

diff --git a/wechat_jiaxuan/pages/mine/mine.wxss b/wechat_jiaxuan/pages/mine/mine.wxss
index 681362e..d9835af 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;
 }
@@ -58,13 +60,17 @@
   background: #F7F7F7;
   border-radius: 8rpx;
   margin-bottom: 40rpx;
+  padding: 0 40rpx;
 }
 .container .main_content .func_list .line {
   display: flex;
   align-items: center;
   justify-content: space-between;
-  padding: 0 40rpx;
   height: 108rpx;
+  border-bottom: 1rpx solid #E5E5E5;
+}
+.container .main_content .func_list .line:nth-last-of-type(1) {
+  border: none;
 }
 .container .main_content .func_list .line .icon {
   width: 40rpx;
@@ -73,6 +79,7 @@
   width: 100%;
   padding: 0rpx 40rpx 120rpx;
   text-align: center;
+  background-color: #fff;
 }
 .liucheng .h1 {
   margin-bottom: 16rpx;

--
Gitblit v1.9.3