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/ginfo.css | 12 +++++-------
1 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/static/css/ginfo.css b/static/css/ginfo.css
index 2cba224..c16dd63 100644
--- a/static/css/ginfo.css
+++ b/static/css/ginfo.css
@@ -12,8 +12,8 @@
width: 60upx;
height: 60upx;
left: 30upx;
- top: 30upx;
- z-index: 999;
+ top: 60upx;
+ z-index: 9999999;
}
.bannerIndex{
display: flex;
@@ -56,14 +56,12 @@
display: flex;
align-items: center;
}
-.gTitle view text:nth-child(1), .gTitle view text:nth-child(2){
+.gTitle view text{
color: #F75451;
font-weight: 700;
+ margin-right: 10rpx;
}
-.gTitle view text:nth-child(2){
- font-size: 36upx;
- margin: 0 50upx 0 10upx;
-}
+
.gInfo-title{
width: 100%;
text-align: center;
--
Gitblit v1.9.3