From c5542e9e2b2fd14633b596334b957535459ae30e Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Fri, 10 Jul 2026 16:17:15 +0800
Subject: [PATCH] UI:澜品优选:1.行权问题修复;2.版本更新提示

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

diff --git a/static/css/collect.css b/static/css/collect.css
index 9d3b773..929b210 100644
--- a/static/css/collect.css
+++ b/static/css/collect.css
@@ -1,12 +1,17 @@
 .collect-title{
 	position: fixed;
 	left: 0;
-	top: 0;
+	top: 0px;
 	z-index: 99;
 	width: 100%;
 	background-color: #ebebeb;
 	height: 80upx;
 }
+/*#ifdef H5*/
+.collect-title{
+    top: 44px;
+}
+/*#endif*/
 
 .collect-title text{
 	display: inline-block;
@@ -85,4 +90,4 @@
 	background-color: #000000;
 	opacity: .5;
 	z-index: 999;
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3