monk页面精简代码

This commit is contained in:
minimaxagent1 2025-08-08 09:32:54 +08:00
parent 2f0b3f87dd
commit 9adb37e1dd

View File

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