monk页面精简代码
This commit is contained in:
parent
2f0b3f87dd
commit
9adb37e1dd
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user