/* 每个页面公共css */ page { background-color: #F3F4F6; font-family: 'Inter', 'Noto Sans SC', sans-serif; --brand-color: #064e3b; --brand-light: #10B981; } /* 通用工具类 */ .bg-white { background-color: #ffffff; } .rounded-2xl { border-radius: 32rpx; } .shadow-sm { box-shadow: 0 2rpx 6rpx rgba(0,0,0,0.05); } .flex-row { display: flex; flex-direction: row; } .flex-col { display: flex; flex-direction: column; } .items-center { align-items: center; } .justify-between { justify-content: space-between; } page{--status-bar-height:25px;--top-window-height:0px;--window-top:0px;--window-bottom:0px;--window-left:0px;--window-right:0px;--window-magin:0px}[data-c-h="true"]{display: none !important;}