From bc67eb7b9a46c3abedbde46c4989894e9712e99f Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Thu, 21 May 2026 10:03:24 +0800
Subject: [PATCH] UI:小猪优选IOS立即更新隐藏及收藏购物车顶部样式优化

---
 static/css/collect.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/static/css/collect.css b/static/css/collect.css
index df7dfd3..8df3e28 100644
--- a/static/css/collect.css
+++ b/static/css/collect.css
@@ -1,7 +1,7 @@
 .collect-title{
 	position: fixed;
 	left: 0;
-	top: var(--status-bar-height);
+	top: 0;
 	z-index: 99;
 	width: 100%;
 	background-color: #ebebeb;
@@ -85,4 +85,4 @@
 	background-color: #000000;
 	opacity: .5;
 	z-index: 999;
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3