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

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

diff --git a/wechat_jiaxuan/pages/mine/mine.less b/wechat_jiaxuan/pages/mine/mine.less
index 14717d3..6722f9a 100644
--- a/wechat_jiaxuan/pages/mine/mine.less
+++ b/wechat_jiaxuan/pages/mine/mine.less
@@ -59,18 +59,24 @@
   }
   .main_content{
     background-color: #fff;
+    position: relative;
+    z-index: 9999;
     border-radius: 16rpx 16rpx 0rpx 0rpx;
     padding: 40rpx;
     .func_list{
       background: #F7F7F7;
       border-radius: 8rpx;
       margin-bottom: 40rpx;
+      padding: 0 40rpx;
       .line{
         display: flex;
         align-items: center;
         justify-content: space-between;
-        padding: 0 40rpx;
         height: 108rpx;
+        border-bottom: 1rpx solid #E5E5E5;;
+        &:nth-last-of-type(1){
+          border: none;
+        }
         .icon{
           width: 40rpx;
         }
@@ -82,6 +88,7 @@
   width: 100%;
   padding: 0rpx 40rpx 120rpx;
   text-align: center;
+  background-color: #fff;
   .h1{
     margin-bottom: 16rpx;
     font-weight: 600;

--
Gitblit v1.9.3