样式优化,顶部导航
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user