From 0ba4575f47bd1498235f9d6ca9ac8b105e7e566c Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Thu, 25 Jun 2026 11:38:30 +0800
Subject: [PATCH] UI:澜品优选 修改版本号
---
static/css/carts.css | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/static/css/carts.css b/static/css/carts.css
index 636c465..83f6ff9 100644
--- a/static/css/carts.css
+++ b/static/css/carts.css
@@ -132,12 +132,18 @@
.c-title{
position: fixed;
left: 0;
- top: var(--status-bar-height);
+ /*top: var(--status-bar-height);*/
+ top: 0px;
z-index: 99;
width: 100%;
background-color: #ebebeb;
height: 80upx;
}
+/*#ifdef H5*/
+.c-title{
+ top: 44px;
+}
+/*#endif*/
.c-title text{
display: inline-block;
height: 100%;
@@ -156,4 +162,4 @@
display: flex;
align-items: center;
margin-top: 4upx;
-}
\ No newline at end of file
+}
--
Gitblit v1.9.3