From 7b2847ac00849ffe33e4b1ca186fd9b6ad312dad Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 31 七月 2024 13:56:07 +0800
Subject: [PATCH] lll

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

diff --git a/wechat_jiaxuan/pages/mine/mine.less b/wechat_jiaxuan/pages/mine/mine.less
index ccb962b..6722f9a 100644
--- a/wechat_jiaxuan/pages/mine/mine.less
+++ b/wechat_jiaxuan/pages/mine/mine.less
@@ -67,12 +67,16 @@
       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;
         }

--
Gitblit v1.9.3