From 59a724f57b2771bd2e084f406925c5295ffc2f48 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期五, 12 四月 2024 15:48:09 +0800 Subject: [PATCH] css --- pages/personalCenter/index.wxss | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/personalCenter/index.wxss b/pages/personalCenter/index.wxss index f2c3d42..4086d56 100644 --- a/pages/personalCenter/index.wxss +++ b/pages/personalCenter/index.wxss @@ -35,7 +35,7 @@ .content-wrapper { position: relative; padding: 20rpx 30rpx; - padding-bottom: calc(env(safe-area-inset-bottom) + 100rpx); + margin-bottom: 10vh; } .topBox { @@ -130,8 +130,8 @@ } .listItem .icon { - width: 46rpx; - height: 46rpx; + width: 48rpx; + height: 48rpx; margin: 0 auto; display: flex; } -- Gitblit v1.9.1