基础配置

This commit is contained in:
2024-02-18 17:58:08 +08:00
parent f2fd0fcf49
commit ffdd29fb11
22 changed files with 563 additions and 751 deletions

View File

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