样式优化,顶部导航

This commit is contained in:
2024-03-22 15:11:36 +08:00
parent fdcc4481be
commit 0fc183df8c
17 changed files with 1596 additions and 131 deletions

View File

@@ -90,18 +90,18 @@
overflow: hidden
.zd_content
padding 0 20rpx
height calc(100% - var(--status-bar-height) - 72rpx)
height calc(100% - var(--status-bar-height) - 88rpx)
// background linear-gradient(to bottom, #f8e6db 0%, #f6f6f6 30%, #f6f6f6 100%)
margin-top calc(var(--status-bar-height) + 72rpx)
margin-top calc(var(--status-bar-height) + 88rpx)
.header
position fixed
left 0
top 0
padding-top var(--status-bar-height)
z-index 100
_wh(100%, calc(var(--status-bar-height) + 72rpx))
_wh(100%, calc(var(--status-bar-height) + 88rpx))
// background-color #f8e6db
_font(36rpx,72rpx,#333,,center)
_font(36rpx,88rpx,#333,,center)
.userInfo-wrap
_fj()
_wh(100%,160rpx)

View File

@@ -88,8 +88,8 @@
.zd_content
padding-top 0
.header
height 86rpx
_font(36rpx,86rpx,#333,,center)
height 88rpx
_font(36rpx,88rpx,#333,,center)
.userInfo-wrap
_fj()
_wh(100%,160rpx)