样式优化

This commit is contained in:
2024-01-16 18:20:39 +08:00
parent 9a5949240b
commit 3266aa2fbc
7 changed files with 85 additions and 106 deletions

View File

@@ -53,10 +53,10 @@
.header
_fj()
position fixed
_wh(100%, 72rpx)
_wh(100%, calc(var(--status-bar-height) + 72rpx))
background-color $red
z-index 200
padding 0 20rpx
padding var(--status-bar-height) 20rpx 0 20rpx
.page_name
_font(32rpx, 32rpx, #fff,700,center)
</style>