This commit is contained in:
2024-04-25 16:44:44 +08:00
parent c9a901f323
commit 5338136268
2 changed files with 4 additions and 4 deletions

View File

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