From a1664efbefb313784e1920ffc8cfceda2a2ea1c8 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期三, 07 八月 2024 14:50:03 +0800
Subject: [PATCH] 代码提交
---
wechat_jiaxuan/pages/mine/mine.less | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/wechat_jiaxuan/pages/mine/mine.less b/wechat_jiaxuan/pages/mine/mine.less
index d1854cb..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;
}
@@ -84,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