From e6a156a6a8bb6f1d3a17e9310269f53c56e10b42 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期一, 08 四月 2024 22:29:26 +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