diff --git a/pages/monk/monk.vue b/pages/monk/monk.vue index d3787de..a1b320f 100644 --- a/pages/monk/monk.vue +++ b/pages/monk/monk.vue @@ -109,25 +109,20 @@ .page { width: 100%; min-height: 100vh; - background: transparent; border-radius: 0rpx 0rpx 0rpx 0rpx; - /* 移除padding-top,因为导航栏已经处理了状态栏适配 */ } .header { display: flex; flex-direction: column; align-items: center; - min-height: 100vh; - background-color: transparent; + margin: 10px 14px 40rpx 14px; /* 减少顶部间距 */ width: 694rpx; border-radius: 16rpx; position: relative; } - - .monk-list { width: 100%; margin-top: 24rpx;