From c5bf3cfc953f9865bd70f109363c2ea4e45c0c96 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 15 五月 2025 17:05:34 +0800
Subject: [PATCH] fix: 修改首页ui

---
 packages/components/src/styles/rechargeGrid.scss |   27 ++++++++++++++-------------
 1 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/packages/components/src/styles/rechargeGrid.scss b/packages/components/src/styles/rechargeGrid.scss
index 9de07be..62edae5 100644
--- a/packages/components/src/styles/rechargeGrid.scss
+++ b/packages/components/src/styles/rechargeGrid.scss
@@ -31,22 +31,23 @@
       min-width: 0;
     }
 
+    .recharge-list-item-button {
+      font-size: 26px;
+      height: 48px;
+      padding: 18px;
+    }
+
     .discountTag {
       position: absolute;
-      padding: 8px 16px;
-      border-radius: 0px 0 20px 0;
-      background: linear-gradient(
-        186deg,
-        rgba(255, 129, 45, 0.08) 14.82%,
-        rgba(238, 67, 67, 0.08) 91.5%
-      );
-      color: #fb5100;
-      font-size: 24px;
-      font-weight: 700;
-      line-height: 28px;
+      padding: 0px 20px;
+      border-radius: 0px 16px 0 16px;
+      background: linear-gradient(133deg, #ff6d6e 0%, #ff4d4f 100%);
+      color: #fff;
+      font-size: 20px;
+      line-height: 32px;
       position: absolute;
-      top: -2px;
-      left: -2px;
+      top: -16px;
+      left: 0;
     }
   }
 }

--
Gitblit v1.9.1