From db9a1cb8638d0159e5bce586c0e6a0610bc2b625 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期五, 21 二月 2025 13:58:20 +0800
Subject: [PATCH] fix: 页面

---
 packages/components/src/styles/components.scss |   69 ++++++++++++++++++++++++++++++++++
 1 files changed, 69 insertions(+), 0 deletions(-)

diff --git a/packages/components/src/styles/components.scss b/packages/components/src/styles/components.scss
index 9d54699..9e9517c 100644
--- a/packages/components/src/styles/components.scss
+++ b/packages/components/src/styles/components.scss
@@ -38,6 +38,7 @@
     padding: 12px;
     border-radius: 8px;
     background: #f0f3fa;
+    margin-bottom: 8px;
 
     .confirm-dialog-content-info-item {
       display: flex;
@@ -67,4 +68,72 @@
       }
     }
   }
+
+  .confirm-dialog-content-warning {
+    color: boleGetCssVar('color', 'danger');
+    text-align: left;
+    font-size: 16px;
+    line-height: 20px;
+  }
+}
+
+.select-pay-type-view {
+  .select-pay-type-view-item-icon {
+    width: 32px;
+    height: 32px;
+    margin-right: 12px;
+  }
+
+  .select-pay-type-view-item {
+    padding-left: 20px;
+    display: flex;
+    align-items: center;
+    height: 80px;
+    border: 1px solid #e2e5eb;
+    border-radius: 8px;
+    background-color: #fff;
+    margin-bottom: 16px;
+    cursor: pointer;
+    font-size: 16px;
+    color: boleGetCssVar('text-color', 'primary');
+  }
+}
+
+.recharge-result-view {
+  // padding:;
+
+  .recharge-result-view-title {
+    font-size: 18px;
+    color: boleGetCssVar('text-color', 'primary');
+    font-weight: 600;
+    margin-bottom: 12px;
+    text-align: center;
+    line-height: 24px;
+  }
+
+  .recharge-result-view-tips {
+    margin-bottom: 12px;
+    font-size: 16px;
+    color: boleGetCssVar('color', 'danger');
+    line-height: 20px;
+  }
+
+  .recharge-result-view-warning {
+    margin-bottom: 20px;
+    font-size: 12px;
+    color: boleGetCssVar('color', 'warning');
+    line-height: 16px;
+  }
+
+  .recharge-result-view-btn-wrapper {
+    display: flex;
+    justify-content: center;
+
+    .recharge-result-view-btn {
+      padding: 0 20px;
+      font-size: 16px;
+      color: boleGetCssVar('color', 'primary');
+      line-height: 16px;
+    }
+  }
 }

--
Gitblit v1.9.1