From 7d77b3ae0f4250652457f61831a87dbc3f9f9b31 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Thu, 04 Jun 2026 11:43:36 +0800
Subject: [PATCH] feat:澜品优选 新增“关于我们”页面
---
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..15b5d98 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: 0px;
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