From 096c08977d2596d023e362ce2c3ff3ac054ea4ad Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Thu, 14 May 2026 17:51:17 +0800
Subject: [PATCH] UI:购有趣 我的、商品详情、首页样式调整及隐藏详情积分
---
static/css/index.css | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/static/css/index.css b/static/css/index.css
index 146284a..8b7ce57 100644
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -12,8 +12,13 @@
flex-direction: column;
min-height: 100vh;
position: relative;
- padding-top: 50upx;
+ padding-top: 50rpx;
}
+/* #ifndef H5 */
+.page-container {
+ padding-top: var(--status-bar-height);
+}
+/* #endif */
.page-bg {
position: absolute;
@@ -291,7 +296,7 @@
margin: 30upx auto 30upx;
z-index: 99;
height: 90upx;
- background-color: #e3b400;
+ background-color: #37AA25;
color: #ffffff;
letter-spacing: 10upx;
display: flex;
@@ -310,8 +315,8 @@
align-items: center;
}
.h-logo{
- width: 154rpx;
- height: 52rpx;
+ width: 118rpx;
+ height: 38rpx;
}
.hLogo-1{
margin: 0 30upx;
--
Gitblit v1.9.3