From 312fd09aaf90c0e52ab61bde22d0edbf105baa5e Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期二, 02 四月 2024 09:16:03 +0800 Subject: [PATCH] 书展的排序1 --- 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..b198e26 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: 100rpx; } .block .header { -- Gitblit v1.9.1