From 8871e7afdd529807d181b679287778c29a02ed0b Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Tue, 12 May 2026 17:11:38 +0800
Subject: [PATCH] feat:购有趣 登录页,首页,我的页面
---
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..016757d 100644
--- a/static/css/carts.css
+++ b/static/css/carts.css
@@ -122,7 +122,7 @@
font-size: 26upx;
}
.cartsBtn{
- background: #e3b400;
+ background: #37AA25;
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