From 5df313e611a4459c8de026fafe68b7873ca010d7 Mon Sep 17 00:00:00 2001 From: lin <1005713861@163.com> Date: Thu, 11 Jun 2026 17:55:39 +0800 Subject: [PATCH] feat:星享购 新增会员价格 --- static/css/order.css | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/static/css/order.css b/static/css/order.css index a9be0cc..a457fba 100644 --- a/static/css/order.css +++ b/static/css/order.css @@ -7,7 +7,8 @@ position: fixed; left: 0; /*top: 44px;*/ - top: var(--status-bar-height); + /*top: var(--status-bar-height);*/ + top: 0; z-index: 99; display: flex; height: 80upx; -- Gitblit v1.9.3