From b70e26c7be40ad4ccb971f3bbc0fbcb32fe82df1 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期三, 03 四月 2024 17:14:20 +0800
Subject: [PATCH] 学习

---
 pages/personalCenter/index.wxss |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/pages/personalCenter/index.wxss b/pages/personalCenter/index.wxss
index e3c23ce..88ce583 100644
--- a/pages/personalCenter/index.wxss
+++ b/pages/personalCenter/index.wxss
@@ -1,7 +1,5 @@
 page {
   background-color: #f0f2f5;
-  box-sizing: border-box;
-  padding-bottom: calc(env(safe-area-inset-bottom) + 96rpx);
 }
 
 .background {
@@ -37,7 +35,7 @@
 .content-wrapper {
   position: relative;
   padding: 30rpx;
-  padding-bottom: calc(env(safe-area-inset-bottom) + 96rpx);
+  padding-bottom: calc(env(safe-area-inset-bottom) + 100rpx);
 }
 
 .topBox {
@@ -75,6 +73,12 @@
 
 .yes {
   color: #1FBC1F
+}
+
+.line {
+  width: 2rpx;
+  height: 90rpx;
+  background: linear-gradient(180deg, #FFFFFF 0%, #CCCFD8 52%, #FFFFFF 100%);
 }
 
 .domainBox {
@@ -145,6 +149,7 @@
   background: #fff;
   border-top-left-radius: 16rpx;
   border-top-right-radius: 16rpx;
+  margin-bottom: calc(env(safe-area-inset-bottom) + 88rpx);
 }
 
 .block .header {

--
Gitblit v1.9.1