From df64877a5ddd540525007299b8d4e43ed67209e0 Mon Sep 17 00:00:00 2001 From: Milky0217 Date: Thu, 7 May 2026 17:30:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8E=A8=E8=8D=90=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E7=A7=BB=E5=88=B0=E5=8C=85=E5=B9=B4=EF=BC=9B=E6=B8=85=E7=90=86?= =?UTF-8?q?=E6=B0=B8=E4=B9=85=E5=A5=97=E9=A4=90=E7=9A=84=E6=AE=8B=E7=95=99?= =?UTF-8?q?=20CSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/handlers/payment.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/handlers/payment.rs b/src/handlers/payment.rs index 9dd5e48..c89e913 100644 --- a/src/handlers/payment.rs +++ b/src/handlers/payment.rs @@ -281,7 +281,6 @@ pub async fn payment_index() -> Result { .pkg-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.08); } .pkg-card.selected { border-color: #07c160; background: #f0f7ff; } .pkg-tag { position: absolute; top: -1px; right: 16px; background: #07c160; color: #fff; font-size: 12px; padding: 4px 10px; border-radius: 0 0 8px 8px; } - .pkg-tag.orange { background: #ff6b00; } .pkg-name { font-size: 18px; font-weight: 600; color: #333; margin-bottom: 8px; } .pkg-price { font-size: 32px; font-weight: 700; color: #07c160; margin-bottom: 4px; } .pkg-price .unit { font-size: 14px; font-weight: 400; } @@ -291,8 +290,6 @@ pub async fn payment_index() -> Result { .btn-pay { display: block; width: 100%; max-width: 480px; margin: 0 auto 16px; background: #07c160; color: #fff; border: none; border-radius: 12px; padding: 16px; font-size: 17px; font-weight: 600; cursor: pointer; transition: background 0.2s; } .btn-pay:hover { background: #06ad56; } .btn-pay:disabled { background: #d9d9d9; cursor: not-allowed; } - .btn-pay.orange { background: #ff6b00; } - .btn-pay.orange:hover { background: #ff8c33; } .notice { text-align: center; font-size: 12px; color: #bbb; } .btn-logout { display: block; width: 100%; max-width: 480px; margin: 0 auto; background: #fff; color: #999; border: 1px solid #d9d9d9; border-radius: 12px; padding: 12px; font-size: 14px; cursor: pointer; } .btn-logout:hover { color: #666; border-color: #999; } @@ -356,7 +353,6 @@ pub async fn payment_index() -> Result {
选择会员套餐
-
推荐
包月会员
¥9.9/月
适合短期使用需求
@@ -367,6 +363,7 @@ pub async fn payment_index() -> Result {
+
推荐
包年会员
¥59/年
相当于每月 ¥4.9,性价比最高