From ebc6e7ee67f13e7aa311e737dfcb4c5caed112ee Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 15 八月 2024 18:23:57 +0800
Subject: [PATCH] ll
---
wechat_jiaxuan/pages/mine/mine.wxss | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/wechat_jiaxuan/pages/mine/mine.wxss b/wechat_jiaxuan/pages/mine/mine.wxss
index 4dd3a16..d9835af 100644
--- a/wechat_jiaxuan/pages/mine/mine.wxss
+++ b/wechat_jiaxuan/pages/mine/mine.wxss
@@ -60,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;
@@ -75,6 +79,7 @@
width: 100%;
padding: 0rpx 40rpx 120rpx;
text-align: center;
+ background-color: #fff;
}
.liucheng .h1 {
margin-bottom: 16rpx;
--
Gitblit v1.9.3