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 {
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;