From 85d839380bb276ff77ba05419960577187199243 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Mon, 18 May 2026 17:41:10 +0800
Subject: [PATCH] UI:购有趣IOS,logo透明度调整

---
 static/css/index.css |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/static/css/index.css b/static/css/index.css
index 672f516..8b7ce57 100644
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -12,8 +12,13 @@
     flex-direction: column;
     min-height: 100vh;
     position: relative;
-	padding-top: 50upx;
+	padding-top: 50rpx;
 }
+/* #ifndef H5 */
+.page-container {
+	padding-top: var(--status-bar-height);
+}
+/* #endif */
 
 .page-bg {
     position: absolute;

--
Gitblit v1.9.3