From b13062d53abb7fd5cdce039df8c21c7690d0d2b7 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Mon, 25 May 2026 13:40:02 +0800
Subject: [PATCH] UI:鹿不选
---
static/css/carts.css | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/static/css/carts.css b/static/css/carts.css
index 636c465..39a572e 100644
--- a/static/css/carts.css
+++ b/static/css/carts.css
@@ -122,7 +122,7 @@
font-size: 26upx;
}
.cartsBtn{
- background: #e3b400;
+ background: #1735C0;
color: #ffffff;
padding: 14upx 25upx;
border-radius: 30upx;
@@ -132,7 +132,8 @@
.c-title{
position: fixed;
left: 0;
- top: var(--status-bar-height);
+ /*top: var(--status-bar-height);*/
+ top: 44px;
z-index: 99;
width: 100%;
background-color: #ebebeb;
@@ -156,4 +157,4 @@
display: flex;
align-items: center;
margin-top: 4upx;
-}
\ No newline at end of file
+}
--
Gitblit v1.9.3