From 2aab00f91bd4cda4715f1a141f4d26a3667a91b6 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期五, 12 四月 2024 12:01:20 +0800 Subject: [PATCH] 视频详情bug --- pages/personalCenter/index.wxss | 16 ++++++++++++---- 1 files changed, 12 insertions(+), 4 deletions(-) diff --git a/pages/personalCenter/index.wxss b/pages/personalCenter/index.wxss index 5235b34..f2c3d42 100644 --- a/pages/personalCenter/index.wxss +++ b/pages/personalCenter/index.wxss @@ -34,7 +34,7 @@ .content-wrapper { position: relative; - padding: 30rpx; + padding: 20rpx 30rpx; padding-bottom: calc(env(safe-area-inset-bottom) + 100rpx); } @@ -90,8 +90,9 @@ } .domainBox .title { + color: #333; font-weight: bold; - padding: 30rpx; + padding: 30rpx 30rpx 0rpx 30rpx; } .domainList { @@ -99,7 +100,6 @@ display: flex; flex-wrap: wrap; justify-content: center; - padding-bottom: 30rpx; } .domainList1 { @@ -119,7 +119,14 @@ width: 160rpx; min-width: 160rpx; flex-shrink: 0; - padding: 30rpx 0; + padding: 40rpx 0; +} + +.listItem:nth-child(5), +.listItem:nth-child(6), +.listItem:nth-child(7), +.listItem:nth-child(8) { + padding-top: 10rpx !important; } .listItem .icon { @@ -149,6 +156,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