全局样式

This commit is contained in:
2024-03-25 10:12:56 +08:00
parent 0fc183df8c
commit c8d62ffb1f
19 changed files with 147 additions and 82 deletions

View File

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